Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex (the second is the opposite of the first) and one for the parametric values of the curve. |
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="4" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex (the second is the opposite of the first) and one for the parametric values of the curve.</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> |