Skip to content

Commit

Permalink
add new half vertex types
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jun 10, 2024
1 parent e83a08a commit 527ed19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ogre_mesh_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"ushort", "ushort2", "ushort3", "ushort4",
"int", "int2", "int3", "int4",
"uint", "uint2", "uint3", "uint4",
"byte4", "byte4n", "ubyte4n", "short2n", "short4n", "ushort2n", "ushort4n", "int1010102n")
"byte4", "byte4n", "ubyte4n", "short2n", "short4n", "ushort2n", "ushort4n", "int1010102n",
"half", "half2", "half3", "half4")

ROP2STR = ("ERROR", "Point List", "Line List", "Line Strip", "Triangle List", "Triangle Strip", "Triangle Fan")

Expand Down

0 comments on commit 527ed19

Please sign in to comment.