Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2005, 11:05:36 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: prepeared the CDEngine check for collision s with the ground. Flush work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.h

    r4902 r4904  
    1515class QuadtreeNode;
    1616class Material;
     17class Vector;
    1718
    1819//! A class for quadtree separation of the world
     
    2324  virtual ~Quadtree();
    2425
     26  QuadtreeNode* getQuadtreeFromPosition(const Vector& position);
     27
    2528  void drawTree(int depth, int drawMode) const;
    26 
    2729  inline Material* getMaterial(int indexNode) const { return this->materials[indexNode % 4]; }
    2830
Note: See TracChangeset for help on using the changeset viewer.