FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
struct fw_MaterialParameters | fw_FrontMaterial |
struct fw_MaterialParameters | fw_BackMaterial |
s_shader_capabilities_t * | currentShaderProperties |
float | transparency |
GLfloat | emissionColour [3] |
GLint | cubeFace |
int | cullFace |
int | algorithm |
bool | hatchedBool |
bool | filledBool |
GLfloat | hatchPercent [2] |
GLfloat | hatchScale [2] |
GLfloat | hatchColour [4] |
GLfloat | pointSize |
int | texCoordGeneratorType |
Definition at line 155 of file Component_Shape.h.
int matpropstruct::algorithm |
Definition at line 170 of file Component_Shape.h.
GLint matpropstruct::cubeFace |
Definition at line 165 of file Component_Shape.h.
int matpropstruct::cullFace |
Definition at line 166 of file Component_Shape.h.
s_shader_capabilities_t* matpropstruct::currentShaderProperties |
Definition at line 161 of file Component_Shape.h.
GLfloat matpropstruct::emissionColour[3] |
Definition at line 164 of file Component_Shape.h.
bool matpropstruct::filledBool |
Definition at line 172 of file Component_Shape.h.
struct fw_MaterialParameters matpropstruct::fw_BackMaterial |
Definition at line 158 of file Component_Shape.h.
struct fw_MaterialParameters matpropstruct::fw_FrontMaterial |
Definition at line 157 of file Component_Shape.h.
GLfloat matpropstruct::hatchColour[4] |
Definition at line 175 of file Component_Shape.h.
bool matpropstruct::hatchedBool |
Definition at line 171 of file Component_Shape.h.
GLfloat matpropstruct::hatchPercent[2] |
Definition at line 173 of file Component_Shape.h.
GLfloat matpropstruct::hatchScale[2] |
Definition at line 174 of file Component_Shape.h.
GLfloat matpropstruct::pointSize |
Definition at line 178 of file Component_Shape.h.
int matpropstruct::texCoordGeneratorType |
Definition at line 181 of file Component_Shape.h.
float matpropstruct::transparency |
Definition at line 163 of file Component_Shape.h.