Removes the default value for NumberOfTargetsBuffers
This commit is contained in:
parent
8f4941f529
commit
f7ccdf486b
@ -114,7 +114,7 @@ MaterialDef Phong Lighting {
|
||||
// For Morph animation
|
||||
FloatArray MorphWeights
|
||||
Int NumberOfMorphTargets
|
||||
Int NumberOfTargetsBuffers : 1
|
||||
Int NumberOfTargetsBuffers
|
||||
|
||||
//For instancing
|
||||
Boolean UseInstancing
|
||||
|
@ -106,7 +106,7 @@ MaterialDef PBR Lighting {
|
||||
// For Morph animation
|
||||
FloatArray MorphWeights
|
||||
Int NumberOfMorphTargets
|
||||
Int NumberOfTargetsBuffers : 1
|
||||
Int NumberOfTargetsBuffers
|
||||
|
||||
//For instancing
|
||||
Boolean UseInstancing
|
||||
|
@ -23,7 +23,7 @@ MaterialDef Unshaded {
|
||||
// For Morph animation
|
||||
FloatArray MorphWeights
|
||||
Int NumberOfMorphTargets
|
||||
Int NumberOfTargetsBuffers : 1
|
||||
Int NumberOfTargetsBuffers
|
||||
|
||||
// Alpha threshold for fragment discarding
|
||||
Float AlphaDiscardThreshold (AlphaTestFallOff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user