Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselfs. The third is needed for the orientation of each wires. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| offset | uint_type | required |
|
||||
| semantic | xs:NMTOKEN | required |
|
||||
| set | uint_type | optional |
|
||||
| source | urifragment_type | required |
|
<xs:element name="input" type="input_local_offset_type" minOccurs="3" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Two input elements are needed to define a face, one for referencing the surface and one for referencing the wires themselfs. The third is needed for the orientation of each wires.</xs:documentation> </xs:annotation> </xs:element> |
|
< vertices xmlns = "http://www.collada.org/2008/03/COLLADASchema" id = "Model_E0_MESH_0_REF_1_lib_vertices" > |
|
< input semantic = "POSITION" source = "#Model_E0_MESH_0_REF_1_lib_positions" /> |
|
< input semantic = "NORMAL" source = "#Model_E0_MESH_0_REF_1_lib_normals" /> |
|
< input semantic = "TEXCOORD" source = "#Model_E0_MESH_0_REF_1_lib_texcoords" /> |
|
< input semantic = "TANGENT" source = "#Model_E0_MESH_0_REF_1_lib_tangents" /> |
|
< input semantic = "BINORMAL" source = "#Model_E0_MESH_0_REF_1_lib_binormals" /> |
|
</ vertices> |