Work in the normal calculations
This commit is contained in:
parent
f6f01b6419
commit
e62dd1b0f2
3 changed files with 43 additions and 12 deletions
|
|
@ -45,7 +45,8 @@ typedef NS_ENUM(NSInteger, GeneratorBufferIndex) {
|
|||
GeneratorBufferIndexVertexes = 0,
|
||||
GeneratorBufferIndexTexCoords = 1,
|
||||
GeneratorBufferIndexIndexes = 2,
|
||||
GeneratorBufferIndexUniforms = 3,
|
||||
GeneratorBufferIndexNormals = 3,
|
||||
GeneratorBufferIndexUniforms = 4,
|
||||
};
|
||||
|
||||
typedef NS_ENUM(NSInteger, GeneratorTextureIndex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue