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