Home | History | Annotate | Download | only in dom

Lines Matching refs:POINT

70  * The color element contains three floating point numbers specifying the
131 * The color element contains three floating point numbers specifying the
176 * The point element declares the parameters required to describe a point
177 * light source. A point light source radiates light in all directions from
178 * a known location in space. The intensity of a point light source is attenuated
185 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::POINT; }
191 * The color element contains three floating point numbers specifying the
290 * The color element contains three floating point numbers specifying the
401 * The point element declares the parameters required to describe a point
402 * light source. A point light source radiates light in all directions from
403 * a known location in space. The intensity of a point light source is attenuated
450 * Gets the point element.
451 * @return a daeSmartRef to the point element.