RigsofRods
Soft-body Physics Simulation
|
Data Structures | |
class | Module |
Base module class, Override it for create different ways of create water noise. More... | |
class | ProjectedGrid |
Hydrax projected grid module. More... | |
class | RadialGrid |
Hydrax radial grid module. More... | |
class | SimpleGrid |
Hydrax simple grid module. More... | |
Functions | |
Mesh::VertexType | _PG_getVertexTypeFromNormalMode (const MaterialManager::NormalMode &NormalMode) |
Ogre::String | _PG_getNormalModeString (const MaterialManager::NormalMode &NormalMode) |
Mesh::VertexType | _RG_getVertexTypeFromNormalMode (const MaterialManager::NormalMode &NormalMode) |
Ogre::String | _RG_getNormalModeString (const MaterialManager::NormalMode &NormalMode) |
Mesh::VertexType | _SG_getVertexTypeFromNormalMode (const MaterialManager::NormalMode &NormalMode) |
Ogre::String | _SG_getNormalModeString (const MaterialManager::NormalMode &NormalMode) |
Ogre::String Hydrax::Module::_PG_getNormalModeString | ( | const MaterialManager::NormalMode & | NormalMode | ) |
Definition at line 48 of file ProjectedGrid.cpp.
Mesh::VertexType Hydrax::Module::_PG_getVertexTypeFromNormalMode | ( | const MaterialManager::NormalMode & | NormalMode | ) |
Definition at line 37 of file ProjectedGrid.cpp.
Ogre::String Hydrax::Module::_RG_getNormalModeString | ( | const MaterialManager::NormalMode & | NormalMode | ) |
Definition at line 40 of file RadialGrid.cpp.
Mesh::VertexType Hydrax::Module::_RG_getVertexTypeFromNormalMode | ( | const MaterialManager::NormalMode & | NormalMode | ) |
Definition at line 29 of file RadialGrid.cpp.
Ogre::String Hydrax::Module::_SG_getNormalModeString | ( | const MaterialManager::NormalMode & | NormalMode | ) |
Definition at line 40 of file SimpleGrid.cpp.
Mesh::VertexType Hydrax::Module::_SG_getVertexTypeFromNormalMode | ( | const MaterialManager::NormalMode & | NormalMode | ) |
Definition at line 29 of file SimpleGrid.cpp.