RigsofRods
Soft-body Physics Simulation
Data Structures | Functions
Hydrax::Module Namespace Reference

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)
 

Function Documentation

◆ _PG_getNormalModeString()

Ogre::String Hydrax::Module::_PG_getNormalModeString ( const MaterialManager::NormalMode NormalMode)

Definition at line 48 of file ProjectedGrid.cpp.

◆ _PG_getVertexTypeFromNormalMode()

Mesh::VertexType Hydrax::Module::_PG_getVertexTypeFromNormalMode ( const MaterialManager::NormalMode NormalMode)

Definition at line 37 of file ProjectedGrid.cpp.

◆ _RG_getNormalModeString()

Ogre::String Hydrax::Module::_RG_getNormalModeString ( const MaterialManager::NormalMode NormalMode)

Definition at line 40 of file RadialGrid.cpp.

◆ _RG_getVertexTypeFromNormalMode()

Mesh::VertexType Hydrax::Module::_RG_getVertexTypeFromNormalMode ( const MaterialManager::NormalMode NormalMode)

Definition at line 29 of file RadialGrid.cpp.

◆ _SG_getNormalModeString()

Ogre::String Hydrax::Module::_SG_getNormalModeString ( const MaterialManager::NormalMode NormalMode)

Definition at line 40 of file SimpleGrid.cpp.

◆ _SG_getVertexTypeFromNormalMode()

Mesh::VertexType Hydrax::Module::_SG_getVertexTypeFromNormalMode ( const MaterialManager::NormalMode NormalMode)

Definition at line 29 of file SimpleGrid.cpp.