Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DoctorGester/aaf6fdc7231dc779394da48ff0f541b9 to your computer and use it in GitHub Desktop.
Save DoctorGester/aaf6fdc7231dc779394da48ff0f541b9 to your computer and use it in GitHub Desktop.
"vertexEdgeIndices" "int_array"
[
"0",
"2",
"4",
"6"
]
"vertexDataIndices" "int_array"
[
"0",
"1",
"2",
"3"
]
"edgeVertexIndices" "int_array"
[
"1",
"0",
"2",
"1",
"3",
"2",
"0",
"3"
]
"edgeOppositeIndices" "int_array"
[
"1",
"0",
"3",
"2",
"5",
"4",
"7",
"6"
]
"edgeNextIndices" "int_array"
[
"2",
"7",
"4",
"1",
"6",
"3",
"0",
"5"
]
"edgeFaceIndices" "int_array"
[
"0",
"-1",
"0",
"-1",
"0",
"-1",
"0",
"-1"
]
"edgeDataIndices" "int_array"
[
"0",
"0",
"1",
"1",
"2",
"2",
"3",
"3"
]
"edgeVertexDataIndices" "int_array"
[
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
]
"faceEdgeIndices" "int_array"
[
"6"
]
"faceDataIndices" "int_array"
[
"0"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment