KiCad PCB EDA Suite
|
#include <vrml1_node.h>
Public Member Functions | |
WRL1STATUS () | |
void | Init () |
Public Attributes | |
WRL1MATERIAL * | mat |
WRL1NODE * | norm |
WRL1COORDS * | coord |
WRL1_BINDING | matbind |
WRL1_BINDING | normbind |
glm::mat4 | txmatrix |
WRL1_ORDER | order |
float | creaseLimit |
Definition at line 66 of file vrml1_node.h.
|
inline |
Definition at line 68 of file vrml1_node.h.
References Init().
|
inline |
Definition at line 74 of file vrml1_node.h.
References coord, creaseLimit, mat, matbind, norm, normbind, order, and txmatrix.
Referenced by WRL1BASE::TranslateToSG(), WRL1GROUP::TranslateToSG(), WRL1SEPARATOR::TranslateToSG(), WRL1SWITCH::TranslateToSG(), and WRL1STATUS().
WRL1COORDS* WRL1STATUS::coord |
Definition at line 94 of file vrml1_node.h.
Referenced by Init(), WRL1COORDS::TranslateToSG(), and WRL1FACESET::TranslateToSG().
float WRL1STATUS::creaseLimit |
Definition at line 109 of file vrml1_node.h.
Referenced by Init(), WRL1FACESET::TranslateToSG(), and WRL1SHAPEHINTS::TranslateToSG().
WRL1MATERIAL* WRL1STATUS::mat |
Definition at line 88 of file vrml1_node.h.
Referenced by Init(), WRL1FACESET::TranslateToSG(), and WRL1MATERIAL::TranslateToSG().
WRL1_BINDING WRL1STATUS::matbind |
Definition at line 97 of file vrml1_node.h.
Referenced by Init(), WRL1FACESET::TranslateToSG(), and WRL1MATBINDING::TranslateToSG().
WRL1NODE* WRL1STATUS::norm |
Definition at line 91 of file vrml1_node.h.
Referenced by Init().
WRL1_BINDING WRL1STATUS::normbind |
Definition at line 100 of file vrml1_node.h.
Referenced by Init().
WRL1_ORDER WRL1STATUS::order |
Definition at line 106 of file vrml1_node.h.
Referenced by Init(), WRL1FACESET::TranslateToSG(), and WRL1SHAPEHINTS::TranslateToSG().
glm::mat4 WRL1STATUS::txmatrix |
Definition at line 103 of file vrml1_node.h.
Referenced by Init(), WRL1FACESET::TranslateToSG(), and WRL1TRANSFORM::TranslateToSG().