| 
    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 BIND_DEFAULT, BIND_OVERALL, coord, creaseLimit, mat, matbind, norm, normbind, ORD_UNKNOWN, order, and txmatrix.
Referenced by WRL1STATUS().
| WRL1COORDS* WRL1STATUS::coord | 
Definition at line 94 of file vrml1_node.h.
Referenced by Init(), and WRL1COORDS::TranslateToSG().
| float WRL1STATUS::creaseLimit | 
Definition at line 109 of file vrml1_node.h.
Referenced by Init(), and WRL1SHAPEHINTS::TranslateToSG().
| WRL1MATERIAL* WRL1STATUS::mat | 
Definition at line 88 of file vrml1_node.h.
Referenced by Init(), and WRL1MATERIAL::TranslateToSG().
| WRL1_BINDING WRL1STATUS::matbind | 
Definition at line 97 of file vrml1_node.h.
Referenced by Init(), 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(), and WRL1SHAPEHINTS::TranslateToSG().
| glm::mat4 WRL1STATUS::txmatrix | 
Definition at line 103 of file vrml1_node.h.
Referenced by Init(), and WRL1TRANSFORM::TranslateToSG().