open_toontown_panda3d/panda
Zhao Huang a34cb75f82 Added to characterJoint
INLINE const LMatrix4 &get_transform() const;
  CPT(TransformState) get_transform_state() const;

This is to reduce the code bloat for freezing a joint using actor.
Previously, freezing a joint (using its current transform required two temporary
initailizations, a Mat4() and a TransformState in python.

tmat = tmat4(); joint.getTransform( tmat); tstate = TransformState( tmat);
freeze(..., transform = tstate )

now this can be collapsed down to
freeze( ..., transform = joint.getTransformState() )
2011-12-15 01:51:59 +00:00
..
metalibs several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
src Added to characterJoint 2011-12-15 01:51:59 +00:00
.gitignore Move tinyxml into the source tree, rather than using it as external library 2010-05-24 18:55:08 +00:00
Package.pp make ctattach behavior only when ctprojs defined 2006-03-26 23:12:53 +00:00
Sources.pp