mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Aligned methods names
This commit is contained in:
parent
a0496b0849
commit
b118643bbd
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ public:
|
||||||
|
|
||||||
/** return the bounding box of the shape. Default is to return Null bbox.
|
/** return the bounding box of the shape. Default is to return Null bbox.
|
||||||
*/
|
*/
|
||||||
virtual void getAABBox(NLMISC::CAABBox &bbox) const;
|
virtual void getAABBox(NLMISC::CAABBox &bbox) const;
|
||||||
|
|
||||||
/// get an approximation of the number of triangles this instance will render for a fixed distance.
|
/// get an approximation of the number of triangles this instance will render for a fixed distance.
|
||||||
virtual float getNumTriangles (float distance);
|
virtual float getNumTriangles (float distance);
|
||||||
|
@ -98,7 +98,7 @@ public:
|
||||||
NLMISC_DECLARE_CLASS(CSkeletonShape);
|
NLMISC_DECLARE_CLASS(CSkeletonShape);
|
||||||
|
|
||||||
/// flush textures used by this shape.
|
/// flush textures used by this shape.
|
||||||
virtual void flushTextures (IDriver &/* driver */, uint /* selectedTexture */) {}
|
virtual void flushTextures (IDriver &/* driver */, uint /* selectedTexture */) {}
|
||||||
|
|
||||||
// @}
|
// @}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue