Files
UnrealEngine/Engine/Source/ThirdParty/Intel/Embree/embree-4.3.3/tests/primitives/subdiv.xml
2025-05-18 13:04:45 +08:00

51 lines
949 B
XML

<?xml version="1.0"?>
<scene>
<SubdivisionMesh>
<positions>
-1.0 0.0 -1.0
0.0 0.0 -1.0
+1.0 0.0 -1.0
-1.0 1.0 0.0
0.0 1.0 0.0
+1.0 1.0 0.0
-1.0 0.0 +1.0
0.0 0.0 +1.0
+1.0 0.0 +1.0
</positions>
<position_indices>
0 1 4 3
1 2 5 4
3 4 7 6
4 5 8 7
</position_indices>
<faces>
4 4 4 4
</faces>
<edge_creases>
3 4 4 5
</edge_creases>
<edge_crease_weights>
1 10
</edge_crease_weights>
<vertex_creases>
0 2 6 8
</vertex_creases>
<vertex_crease_weights>
0 +inf 0 +inf
</vertex_crease_weights>
<material>
<code>"OBJ"</code>
<parameters>
<float3 name="Kd">0.8 0.8 0.8</float3>
</parameters>
</material>
</SubdivisionMesh>
</scene>