Files
igl/external/embree/tutorials/tutorial10/subdiv1.xml
T

41 lines
689 B
XML
Executable File

<?xml version="1.0"?>
<scene>
<Group>
<SubdivisionMesh>
<positions>
-1.0 -1.0 -1.0
1.0 -1.0 -1.0
1.0 -1.0 1.0
-1.0 -1.0 1.0
-1.0 1.0 -1.0
1.0 1.0 -1.0
1.0 1.0 1.0
-1.0 1.0 1.0
</positions>
<position_indices>
0 1 5 4
1 2 6 5
2 3 7 6
0 4 7 3
4 5 6 7
0 3 2 1
</position_indices>
<faces>
4 4 4 4 4 4
</faces>
<material>
<code>"Matte"</code>
<parameters>
<float3 name="reflectance">1 1 1</float3>
</parameters>
</material>
</SubdivisionMesh>
</Group>
</scene>