Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 13, 2005, 9:07:13 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: start of the separation algorithm

File:
1 edited

Legend:

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

    r4845 r4851  
    2626    void separateNode(int treeDepth);
    2727    void separateNode(float minLength);
     28    void separateNode();
    2829
    2930    void drawTree(int depth, int drawMode) const;
     
    3839    float                           axisLength;         //!< axis length of the quadtree
    3940    float                           maxHeigth;          //!< max height of the model in the quadtree
     41    float                           offset;             //!< offset of the actual quadtree rectangle
    4042
    41     sTriangleExt*                   triangles;          //!< reference to the triangles of the node
     43    sTriangleExt**                  pTriangles;         //!< reference to the triangles of the node
     44    const float*                    pVertices;          //!< reference to vertices data
    4245    unsigned int                    numTriangles;       //!< number of triangles of the Node
    4346    modelInfo*                      pModelInfo;         //!< reference to the modelInfo of the object
     47    Rectangle*                      pDimension;         //!< pointer to the local rectangle properties
    4448
    4549    QuadtreeNode*                   nodeA;              //!< reference to the node A
Note: See TracChangeset for help on using the changeset viewer.