IrrSphere Class Reference

#include <IrrSphere.h>

Inheritance diagram for IrrSphere:

IrrLibBase

List of all members.

Public Member Functions

IrrObj CreateNewSphereNode (int x, int y, int z, irr::core::stringc texture, bool light)
irr::core::vector3df GetSphereVector (int sphere)
void SetSphereVector (int sphere, irr::core::vector3df v)
 IrrSphere ()
 ~IrrSphere ()

Private Attributes

irr::scene::ISceneNode * nodeNew
std::vector
< irr::scene::ISceneNode * > 
sphereNodes
int numNodes


Detailed Description

Definition at line 28 of file IrrSphere.h.


Constructor & Destructor Documentation

IrrSphere::IrrSphere (  ) 

Definition at line 62 of file IrrSphere.cpp.

References numNodes.

IrrSphere::~IrrSphere (  ) 

Definition at line 66 of file IrrSphere.cpp.


Member Function Documentation

IrrObj IrrSphere::CreateNewSphereNode ( int  x,
int  y,
int  z,
irr::core::stringc  texture,
bool  light 
)

irr::core::vector3df IrrSphere::GetSphereVector ( int  sphere  ) 

Definition at line 52 of file IrrSphere.cpp.

References sphereNodes.

void IrrSphere::SetSphereVector ( int  sphere,
irr::core::vector3df  v 
)

Definition at line 58 of file IrrSphere.cpp.

References sphereNodes.


Member Data Documentation

irr::scene::ISceneNode* IrrSphere::nodeNew [private]

Definition at line 32 of file IrrSphere.h.

std::vector<irr::scene::ISceneNode*> IrrSphere::sphereNodes [private]

Definition at line 33 of file IrrSphere.h.

Referenced by GetSphereVector(), and SetSphereVector().

int IrrSphere::numNodes [private]

Definition at line 34 of file IrrSphere.h.

Referenced by IrrSphere().


The documentation for this class was generated from the following files:
Generated on Thu Dec 27 18:25:19 2007 for IrrLib by  doxygen 1.5.4