Update of /cvsroot/opal/opal/samples/playpen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1099/samples/playpen
Modified Files:
playpen.suo
Log Message:
Performance improvement, especially for simulations with a lot of sleeping Solids. (In Simulator::simulate(), we were previously copying an updated transform matrix for each dynamic Solid every time step. Now we only perform this operation for dynamic, awake Solids.)
Index: playpen.suo
===================================================================
RCS file: /cvsroot/opal/opal/samples/playpen/playpen.suo,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
Binary files /tmp/cvsNZlDCD and /tmp/cvsOcFz7h differ
|