Home
last modified time | relevance | path

Searched refs:domGl_light_model_color_control_type (Results 1 – 2 of 2) sorted by relevance

/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomTypes.h447 enum domGl_light_model_color_control_type { enum
H A DdomGl_pipeline_settings.h1552 domGl_light_model_color_control_type attrValue;
1561 domGl_light_model_color_control_type getValue() const { return attrValue; } in getValue()
1566 …void setValue( domGl_light_model_color_control_type atValue ) { attrValue = atValue; _validAttribu… in setValue()