i wanted to see what Actor.fixBounds does.
trying
actor.fixBounds()
gives a traceback
File "renderingTest.py", line 21, in newEntity
actor.fixBounds()
File "/usr/local/panda/lib/direct/actor/Actor.py", line 1047, in fixBounds
thisGeom.markBoundStale()
AttributeError: 'libpanda.Geom' object has no attribute 'markBoundStale'
this is from cvs (though not latest cvs). can anyone confirm this?
thanks,
kaweh