KiCad PCB EDA Suite
|
#include <exporter_vrml.h>
Public Member Functions | |
VRML_COLOR () | |
VRML_COLOR (float dr, float dg, float db, float sr, float sg, float sb, float am, float tr, float sh) | |
Public Attributes | |
float | diffuse_red |
float | diffuse_grn |
float | diffuse_blu |
float | spec_red |
float | spec_grn |
float | spec_blu |
float | emit_red |
float | emit_grn |
float | emit_blu |
float | ambient |
float | transp |
float | shiny |
Definition at line 46 of file exporter_vrml.h.
|
inline |
Definition at line 64 of file exporter_vrml.h.
References ambient, diffuse_blu, diffuse_grn, diffuse_red, emit_blu, emit_grn, emit_red, shiny, spec_blu, spec_grn, spec_red, and transp.
|
inline |
Definition at line 82 of file exporter_vrml.h.
References ambient, diffuse_blu, diffuse_grn, diffuse_red, emit_blu, emit_grn, emit_red, shiny, spec_blu, spec_grn, spec_red, and transp.
float VRML_COLOR::ambient |
Definition at line 60 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::diffuse_blu |
Definition at line 50 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::diffuse_grn |
Definition at line 49 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::diffuse_red |
Definition at line 48 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::emit_blu |
Definition at line 58 of file exporter_vrml.h.
Referenced by VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::emit_grn |
Definition at line 57 of file exporter_vrml.h.
Referenced by VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::emit_red |
Definition at line 56 of file exporter_vrml.h.
Referenced by VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::shiny |
Definition at line 62 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::spec_blu |
Definition at line 54 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::spec_grn |
Definition at line 53 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::spec_red |
Definition at line 52 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().
float VRML_COLOR::transp |
Definition at line 61 of file exporter_vrml.h.
Referenced by EXPORTER_PCB_VRML::getSGColor(), VRML_COLOR(), and EXPORTER_PCB_VRML::write_triangle_bag().