Lines Matching full:elements
33 * Nodes embody the hierarchical relationship of elements in the scene.
72 protected: // Elements
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
119 * The node element may instance any number of node elements or hierarchies
125 * other node elements. @see domNode
133 * Used to preserve order in elements that do not specify strict sequencing of sub-elements.
137 * Used to preserve order in elements that have a complex content model.
217 * @return Returns a reference to the array of lookat elements.
222 * @return Returns a constant reference to the array of lookat elements.
227 * @return Returns a reference to the array of matrix elements.
232 * @return Returns a constant reference to the array of matrix elements.
237 * @return Returns a reference to the array of rotate elements.
242 * @return Returns a constant reference to the array of rotate elements.
247 * @return Returns a reference to the array of scale elements.
252 * @return Returns a constant reference to the array of scale elements.
257 * @return Returns a reference to the array of skew elements.
262 * @return Returns a constant reference to the array of skew elements.
267 * @return Returns a reference to the array of translate elements.
272 * @return Returns a constant reference to the array of translate elements.
277 * @return Returns a reference to the array of instance_camera elements.
282 * @return Returns a constant reference to the array of instance_camera elements.
287 * @return Returns a reference to the array of instance_controller elements.
292 * @return Returns a constant reference to the array of instance_controller elements.
297 * @return Returns a reference to the array of instance_geometry elements.
302 * @return Returns a constant reference to the array of instance_geometry elements.
307 * @return Returns a reference to the array of instance_light elements.
312 * @return Returns a constant reference to the array of instance_light elements.
317 * @return Returns a reference to the array of instance_node elements.
322 * @return Returns a constant reference to the array of instance_node elements.
327 * @return Returns a reference to the array of node elements.
332 * @return Returns a constant reference to the array of node elements.
337 * @return Returns a reference to the array of extra elements.
342 * @return Returns a constant reference to the array of extra elements.