Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2005, 9:21:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: static definitions

File:
1 edited

Legend:

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

    r5405 r5430  
    3232                 Rectangle* rect, int treeDepth, const int maxDepth, int index
    3333                );
    34     QuadtreeNode(modelInfo* pModelInfo, Quadtree* quadtree, const int maxDepth);
     34    QuadtreeNode(const modelInfo* pModelInfo, Quadtree* quadtree, const int maxDepth);
    3535    virtual ~QuadtreeNode();
    3636
     
    8282    unsigned int                    numTriangles;       //!< number of triangles of the Node
    8383    unsigned int                    numVertices;        //!< number of vertices of the node
    84     modelInfo*                      pModelInfo;         //!< reference to the modelInfo of the object
     84    const modelInfo*                pModelInfo;         //!< reference to the modelInfo of the object
    8585    Rectangle*                      pDimension;         //!< pointer to the local rectangle properties
    8686
Note: See TracChangeset for help on using the changeset viewer.