Changeset 1139 for GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src
- Timestamp:
- 07/18/06 13:26:02 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/ivmanualmeshloader.cpp
r870 r1139 62 62 return data->boundingBox; 63 63 } 64 64 65 65 66 void IVManualMeshLoader::loadResource(Ogre::Resource *resource) … … 153 154 154 155 } 155 -
GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/ivnode.cpp
r187 r1139 7 7 typ = IV_STRING; 8 8 } 9 10 9 11 IVField::~IVField() 10 12 { … … 14 16 } 15 17 18 16 19 IVNode::IVNode() 17 20 { … … 20 23 fields = NULL; 21 24 } 25 22 26 23 27 IVNode::IVNode(const char *s)
Note: See TracChangeset
for help on using the changeset viewer.