This element is an IDREF which specifies the image to use to initialize a specific mip of a 1D or 2D surface, 3D slice, or Cube face.
Java class for fx_surface_init_from_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_surface_init_from_common">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>IDREF">
<attribute name="face" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_face_enum" default="POSITIVE_X" />
<attribute name="mip" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="slice" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
</extension>
</simpleContent>
</complexType>
|