1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<?xml version="1.0" ?>
<k3dml>
<mesh_arrays>
<points>5 5 0 -5 5 0 5 -5 0 -5 -5 0</points>
<point_selection>0 0 0 0</point_selection>
<point_attributes>
<array name="index" type="k3d::uint_t">0 1 2 3</array>
</point_attributes>
<primitives>
<primitive type="polyhedron">
<structure>
<table type="edge">
<array name="clockwise_edges" type="k3d::uint_t">1 2 3 0</array>
<array name="edge_selections" type="k3d::double_t">0 0 0 0
<metadata>
<pair name="k3d:role">k3d:selection</pair>
</metadata>
</array>
</table>
<table type="face">
<array name="face_first_loops" type="k3d::uint_t">0</array>
<array name="face_loop_counts" type="k3d::uint_t">1</array>
<array name="face_materials" type="k3d::imaterial*">0</array>
<array name="face_selections" type="k3d::double_t">0
<metadata>
<pair name="k3d:role">k3d:selection</pair>
</metadata>
</array>
<array name="face_shells" type="k3d::uint_t">0</array>
</table>
<table type="loop">
<array name="loop_first_edges" type="k3d::uint_t">0</array>
</table>
<table type="shell">
<array name="shell_types" type="k3d::int32_t">0</array>
</table>
<table type="vertex">
<array name="vertex_points" type="k3d::uint_t">0 1 3 2
<metadata>
<pair name="k3d:domain">k3d:point-indices</pair>
</metadata>
</array>
<array name="vertex_selections" type="k3d::double_t">0 0 0 0
<metadata>
<pair name="k3d:role">k3d:selection</pair>
</metadata>
</array>
</table>
</structure>
<attributes>
<table type="constant">
<array name="index" type="k3d::uint_t">0</array>
</table>
<table type="edge">
<array name="index" type="k3d::uint_t">0 1 2 3</array>
</table>
<table type="face">
<array name="index" type="k3d::uint_t">0</array>
</table>
<table type="vertex">
<array name="index" type="k3d::uint_t">0 1 2 3</array>
</table>
</attributes>
</primitive>
</primitives>
</mesh_arrays>
</k3dml>
|