Removes the default value for NumberOfTargetsBuffers

This commit is contained in:
Nehon 2018-03-24 20:40:33 +01:00 committed by Rémy Bouquet
parent 8f4941f529
commit f7ccdf486b
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ MaterialDef Phong Lighting {
// For Morph animation // For Morph animation
FloatArray MorphWeights FloatArray MorphWeights
Int NumberOfMorphTargets Int NumberOfMorphTargets
Int NumberOfTargetsBuffers : 1 Int NumberOfTargetsBuffers
//For instancing //For instancing
Boolean UseInstancing Boolean UseInstancing

View File

@ -106,7 +106,7 @@ MaterialDef PBR Lighting {
// For Morph animation // For Morph animation
FloatArray MorphWeights FloatArray MorphWeights
Int NumberOfMorphTargets Int NumberOfMorphTargets
Int NumberOfTargetsBuffers : 1 Int NumberOfTargetsBuffers
//For instancing //For instancing
Boolean UseInstancing Boolean UseInstancing

View File

@ -23,7 +23,7 @@ MaterialDef Unshaded {
// For Morph animation // For Morph animation
FloatArray MorphWeights FloatArray MorphWeights
Int NumberOfMorphTargets Int NumberOfMorphTargets
Int NumberOfTargetsBuffers : 1 Int NumberOfTargetsBuffers
// Alpha threshold for fragment discarding // Alpha threshold for fragment discarding
Float AlphaDiscardThreshold (AlphaTestFallOff) Float AlphaDiscardThreshold (AlphaTestFallOff)