ref

Initialize purely from a file.  Assume the characteristics of the file.  If it is a complex format like DDS this may include cube maps, volumes,  mips, etc.

Element Information

Model

Source

<xs:element name="ref" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Initialize purely from a file. Assume the characteristics of the file. If it is a complex format like DDS this may include cube maps, volumes, mips, etc.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample

< init_from xmlns = "http://www.collada.org/2008/03/COLLADASchema" >

< ref>

./Textured_Bump_GLSL/Fieldstone.tga

</ ref>

</ init_from>