#include <GeometryFactory.h>
Public Types | |
enum | DomeType { DT_GRADIENTS, DT_STARFIELD } |
Static Public Member Functions | |
static void | generateSphericDome (const Ogre::String &name, int segments, DomeType type=DT_GRADIENTS) |
Definition at line 32 of file GeometryFactory.h.
Enumeration of types of sky domes.
Definition at line 37 of file GeometryFactory.h.
void caelum::GeometryFactory::generateSphericDome | ( | const Ogre::String & | name, | |
int | segments, | |||
DomeType | type = DT_GRADIENTS | |||
) | [static] |
Creates a longitude-latitude sky dome.
name | The name of the mesh to be created. | |
segments | The number of sphere segments. | |
type | The type of sky dome to create. |
Definition at line 26 of file GeometryFactory.cpp.
Referenced by caelum::ImageStarfield::ImageStarfield(), and caelum::SkyDome::SkyDome().