Home | History | Annotate | Download | only in dom

Lines Matching refs:RENDER

58  * The render element describes one effect pass to evaluate the scene. There
59 * must be at least one render element.
64 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::RENDER; }
74 * The layer element specifies which layer to render in this compositing step
134 * the viewpoint to render this compositing step from.
140 * The layer element specifies which layer to render in this compositing step
146 * The instance_effect element specifies which effect to render in this compositing
225 * The render element describes one effect pass to evaluate the scene. There
226 * must be at least one render element. @see domRender
243 * Gets the render element array.
244 * @return Returns a reference to the array of render elements.
248 * Gets the render element array.
249 * @return Returns a constant reference to the array of render elements.