KiCad PCB EDA Suite
Loading...
Searching...
No Matches
VRML_COLOR Struct Reference

#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
 

Detailed Description

Definition at line 46 of file exporter_vrml.h.

Constructor & Destructor Documentation

◆ VRML_COLOR() [1/2]

VRML_COLOR::VRML_COLOR ( )
inline

◆ VRML_COLOR() [2/2]

VRML_COLOR::VRML_COLOR ( float  dr,
float  dg,
float  db,
float  sr,
float  sg,
float  sb,
float  am,
float  tr,
float  sh 
)
inline

Member Data Documentation

◆ ambient

float VRML_COLOR::ambient

◆ diffuse_blu

float VRML_COLOR::diffuse_blu

◆ diffuse_grn

float VRML_COLOR::diffuse_grn

◆ diffuse_red

float VRML_COLOR::diffuse_red

◆ emit_blu

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().

◆ emit_grn

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().

◆ emit_red

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().

◆ shiny

float VRML_COLOR::shiny

◆ spec_blu

float VRML_COLOR::spec_blu

◆ spec_grn

float VRML_COLOR::spec_grn

◆ spec_red

float VRML_COLOR::spec_red

◆ transp

float VRML_COLOR::transp

The documentation for this struct was generated from the following file: