#include <IrrSphere.h>

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 |
Definition at line 28 of file IrrSphere.h.
| IrrSphere::IrrSphere | ( | ) |
| IrrSphere::~IrrSphere | ( | ) |
Definition at line 66 of file IrrSphere.cpp.
| IrrObj IrrSphere::CreateNewSphereNode | ( | int | x, | |
| int | y, | |||
| int | z, | |||
| irr::core::stringc | texture, | |||
| bool | light | |||
| ) |
| irr::core::vector3df IrrSphere::GetSphereVector | ( | int | sphere | ) |
| void IrrSphere::SetSphereVector | ( | int | sphere, | |
| irr::core::vector3df | v | |||
| ) |
irr::scene::ISceneNode* IrrSphere::nodeNew [private] |
Definition at line 32 of file IrrSphere.h.
std::vector<irr::scene::ISceneNode*> IrrSphere::sphereNodes [private] |
int IrrSphere::numNodes [private] |
1.5.4