- Timestamp:
- Jul 12, 2005, 11:55:08 PM (19 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
r4845 r4846 49 49 50 50 51 52 51 /** 53 52 * gives the signal to separate the model into a quadtree … … 73 72 74 73 75 76 74 /** 77 75 \brief gets the maximal dimension of a model … … 80 78 81 79 The rectangle is x-z axis aligned. ATTENTION: if there are any vertices in the model, that exceed the 82 size of 999999.0, there probably will be some errors in the dimensions calculations. 80 size of 999999.0, there probably will be some errors in the dimensions calculations. Write an email to 81 patrick@orxonox.ethz.ch if you will ever encounter a model bigger than 999999.0 units, I will realy be 82 happy to see orxonox used to extensivly :) 83 83 */ 84 84 Rectangle* QuadtreeNode::getDimension(modelInfo* pModelInfo) -
orxonox/trunk/src/world_entities/terrain.cc
r4844 r4846 40 40 41 41 SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f); 42 delete ssp; 42 43 } 43 44
Note: See TracChangeset
for help on using the changeset viewer.