![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
Material options. More...
#include <MaterialManager.h>
Public Member Functions | |
| Options () | |
| Default constructor. More... | |
| Options (const ShaderMode &_SM, const NormalMode &_NM) | |
| Constructor. More... | |
Data Fields | |
| ShaderMode | SM |
| Shader mode. More... | |
| NormalMode | NM |
| Normal map generation mode. More... | |
Material options.
Definition at line 112 of file MaterialManager.h.
|
inline |
Default constructor.
Definition at line 116 of file MaterialManager.h.
|
inline |
Constructor.
| _SM | Shader mode |
| _NM | Normal generation mode |
Definition at line 126 of file MaterialManager.h.
| NormalMode Hydrax::MaterialManager::Options::NM |
Normal map generation mode.
Definition at line 136 of file MaterialManager.h.
| ShaderMode Hydrax::MaterialManager::Options::SM |
Shader mode.
Definition at line 134 of file MaterialManager.h.
1.8.17