[Opal-commits] opal/src MeshShapeData.h,1.5,1.6
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-18 17:46:06
|
Update of /cvsroot/opal/opal/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18614/src Modified Files: MeshShapeData.h Log Message: Updated change log; updated comments in MeshShapeData. Index: MeshShapeData.h =================================================================== RCS file: /cvsroot/opal/opal/src/MeshShapeData.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MeshShapeData.h 4 Jun 2005 17:16:27 -0000 1.5 --- MeshShapeData.h 18 Jun 2005 17:45:53 -0000 1.6 *************** *** 42,46 **** /// critical that the size of the data type used in these arrays /// (i.e. OPAL real) matches the size of the data type expected by ! /// the underlying physics engine (don't mix floats with doubles). class MeshShapeData : public ShapeData { --- 42,50 ---- /// critical that the size of the data type used in these arrays /// (i.e. OPAL real) matches the size of the data type expected by ! /// the underlying physics engine (don't mix floats with doubles). ! /// One limitation is that other Shapes can only collide with a mesh's ! /// surface. There is no concept of "inside" or "outside" a mesh (like ! /// there is with the primitive Shapes); an object that is "inside" a ! /// closed mesh surface will not be detected as a collision. class MeshShapeData : public ShapeData { |