Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2005, 3:32:54 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: the way, where the fighter flights though is now drawn in quadtree partitions. now you can see where the space craft has been :)

File:
1 edited

Legend:

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

    r4920 r4921  
    3535
    3636    void drawTree(int depth, int drawMode) const;
     37    void draw() const;
    3738
    3839
     
    7172    modelInfo*                      pModelInfo;         //!< reference to the modelInfo of the object
    7273    Rectangle*                      pDimension;         //!< pointer to the local rectangle properties
     74
     75    bool                            bDraw;              //!< shall it be drawn? DEBUG only
    7376};
    7477
Note: See TracChangeset for help on using the changeset viewer.