KiCad PCB EDA Suite
|
#include <iostream>
#include <sstream>
#include <wx/log.h>
#include "plugins/3dapi/ifsg_appearance.h"
#include "3d_cache/sg/sg_appearance.h"
Go to the source code of this file.
Variables | |
char | BadObject [] |
char | BadOperand [] |
char | BadParent [] |
char | WrongParent [] |
char BadObject[] |
Definition at line 34 of file ifsg_node.cpp.
Referenced by IFSG_APPEARANCE::SetAmbient(), IFSG_APPEARANCE::SetDiffuse(), IFSG_APPEARANCE::SetEmissive(), IFSG_APPEARANCE::SetShininess(), IFSG_APPEARANCE::SetSpecular(), and IFSG_APPEARANCE::SetTransparency().
char BadOperand[] |
Definition at line 35 of file ifsg_node.cpp.
char BadParent[] |
Definition at line 36 of file ifsg_node.cpp.
Referenced by IFSG_APPEARANCE::IFSG_APPEARANCE(), and IFSG_APPEARANCE::NewNode().
char WrongParent[] |
Definition at line 37 of file ifsg_node.cpp.
Referenced by IFSG_APPEARANCE::IFSG_APPEARANCE().