One input elements is needed to define a solid by its shells. The second is need fo the orientation of the shells. |
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="2" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>One input elements is needed to define a solid by its shells. The second is need fo the orientation of the shells.</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> |