Skip to content

Commit

Permalink
Completed missing vertex definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
connorh315 committed Dec 29, 2022
1 parent 3c9d8cb commit 816d801
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Hologram/FileTypes/GSC/VertexDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ public enum VariableEnum
tangent,
colorSet1,
uvSet01,
unknown6,
diffuse,
uvSet2,
unknown8,
albedo,
blendIndices0,
blendWeight0,
unknown11,
tangent2,
lightDirSet,
lightColSet
lightColSet,
blendPos2,
random
}

public enum StorageTypeEnum
Expand Down

0 comments on commit 816d801

Please # to comment.