mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix non-animation in pview
This commit is contained in:
parent
074afb48f5
commit
46f556e826
@ -67,6 +67,7 @@ Character(const string &name) :
|
|||||||
_joints_pcollector(PStatCollector(_animation_pcollector, name), "Joints"),
|
_joints_pcollector(PStatCollector(_animation_pcollector, name), "Joints"),
|
||||||
_skinning_pcollector(PStatCollector(_animation_pcollector, name), "Vertices")
|
_skinning_pcollector(PStatCollector(_animation_pcollector, name), "Vertices")
|
||||||
{
|
{
|
||||||
|
set_cull_callback();
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user