26 COLLADAFW::EffectCommon *effect;
38 bNode *add_node(
int node_type,
int locx,
int locy, std::string
label);
39 void add_link(
bNode *from_node,
int from_index,
bNode *to_node,
int to_index);
40 void add_link(
bNode *from_node,
const char *from_label,
bNode *to_node,
const char *to_label);
41 bNode *add_texture_node(COLLADAFW::ColorOrTexture &cot,
int locx,
int locy, std::string
label);
57 void set_ior(COLLADAFW::FloatOrParam &val);
58 void set_alpha(COLLADAFW::EffectCommon::OpaqueMode mode,
59 COLLADAFW::ColorOrTexture &cot,
60 COLLADAFW::FloatOrParam &val);