A fork of the Panda3D repository for developing Astron support.
Go to file
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
CVSROOT Added CIA bot scripts 2009-03-31 16:39:39 +00:00
contrib rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
direct several USE_PACKAGES oopses 2011-12-12 22:53:39 +00:00
dmodels rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
doc forgot one note 2011-04-15 11:11:42 +00:00
dtool openssl is standard these days 2011-12-13 02:18:49 +00:00
makepanda make --no-pandaphysics also imply --no-pandaparticlesystem 2011-12-13 17:48:11 +00:00
models static fonts should support explicit space advance specified from font file 2011-11-21 18:59:54 +00:00
panda Added to characterJoint 2011-12-15 01:51:59 +00:00
pandaapp library dependencies 2010-06-30 20:39:56 +00:00
pandatool subtle link issues on ubuntu 2011-12-13 01:59:20 +00:00
ppremake Forgot these 2010-11-16 09:02:47 +00:00
.project Move .project to root 2009-03-31 11:54:15 +00:00
Makefile Makepanda has no --target option anymore 2009-06-16 09:42:11 +00:00