Home | History | Annotate | Download | only in dom

Lines Matching refs:SCENE

53  * The scene embodies the entire set of information that can be visualized
54 * from the contents of a COLLADA resource. The scene element declares the
55 * base of the scene hierarchy or scene graph. The scene contains elements
62 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SCENE; }
236 * The scene embodies the entire set of information that can be visualized
237 * from the contents of a COLLADA resource. The scene element declares the
238 * base of the scene hierarchy or scene graph. The scene contains elements
468 * Gets the scene element.
469 * @return a daeSmartRef to the scene element.