Home | History | Annotate | Download | only in dom

Lines Matching refs:NODE

38 	virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::NODE; }
59 * The type attribute indicates the type of the node element. The default
60 * value is ?NODE?. Optional attribute.
64 * The layer attribute indicates the names of the layers to which this node
66 * this node belongs to both the ?foreground? layer and the ?glowing?
67 * layer. The default value is empty, indicating that the node doesn?t
74 * The node element may contain an asset element. @see domAsset
78 * The node element may contain any number of lookat elements. @see domLookat
82 * The node element may contain any number of matrix elements. @see domMatrix
86 * The node element may contain any number of rotate elements. @see domRotate
90 * The node element may contain any number of scale elements. @see domScale
94 * The node element may contain any number of skew elements. @see domSkew
98 * The node element may contain any number of translate elements. @see domTranslate
102 * The node element may instance any number of camera objects. @see domInstance_camera
106 * The node element may instance any number of controller objects. @see
111 * The node element may instance any number of geometry objects. @see domInstance_geometry
115 * The node element may instance any number of light objects. @see domInstance_light
119 * The node element may instance any number of node elements or hierarchies
124 * The node element may be hierarchical and be the parent of any number of
125 * other node elements. @see domNode
326 * Gets the node element array.
327 * @return Returns a reference to the array of node elements.
331 * Gets the node element array.
332 * @return Returns a constant reference to the array of node elements.