Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4846 in orxonox.OLD


Ignore:
Timestamp:
Jul 12, 2005, 11:55:08 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: flushing work state to repos - some smaller changes in the comments and deleting SpatialSeparation object

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc

    r4845 r4846  
    4949
    5050
    51 
    5251/**
    5352 *  gives the signal to separate the model into a quadtree
     
    7372
    7473
    75 
    7674/**
    7775  \brief gets the maximal dimension of a model
     
    8078
    8179    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 :)
    8383 */
    8484Rectangle* QuadtreeNode::getDimension(modelInfo* pModelInfo)
  • orxonox/trunk/src/world_entities/terrain.cc

    r4844 r4846  
    4040
    4141  SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
     42  delete ssp;
    4243}
    4344
Note: See TracChangeset for help on using the changeset viewer.