VertexType: Revision history

From Crumbled World Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 July 2025

  • curprev 14:2714:27, 5 July 2025Anders talk contribs 428 bytes +428 Created page with "{{:VertexTypeExampleCode}} ==Enum== {| class="wikitable" !|Name !|Value !|Description |- |position3 |0 |Is of type Vec3. |- |position4 |1 |Is of type Vec4. |- |normal |2 |Is of type Vec3. |- |uvcoord |3 |Is of type Vec2. |- |tangent |4 |Is of type Vec3. |- |color3 |5 |Is of type Vec3. |- |color4 |6 |Is of type Vec4. |- |boneId |7 |Is of type Vec3. |- |boneWeight |8 |Is of type Vec3. |- |}"