org.jagatoo.loaders.models.collada.stax
Class XMLShadingParameters
java.lang.Object
org.jagatoo.loaders.models.collada.stax.XMLShadingParameters
public class XMLShadingParameters
- extends java.lang.Object
Parameters for a Constan, Lambert, Phong, or Blinn shading.
Child of ProfileCOMMON_Technique
|
Method Summary |
void |
parse(javax.xml.stream.XMLStreamReader parser,
java.lang.String endTag)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
emission
public XMLColorOrTexture emission
ambient
public XMLColorOrTexture ambient
diffuse
public XMLColorOrTexture diffuse
specular
public XMLColorOrTexture specular
shininess
public XMLFloat shininess
reflective
public XMLColorOrTexture reflective
reflectivity
public XMLFloat reflectivity
transparent
public XMLColorOrTexture transparent
transparency
public XMLFloat transparency
XMLShadingParameters
public XMLShadingParameters()
parse
public void parse(javax.xml.stream.XMLStreamReader parser,
java.lang.String endTag)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException