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
|
// For Morph animation
|
||||||
FloatArray MorphWeights
|
FloatArray MorphWeights
|
||||||
Int NumberOfMorphTargets
|
Int NumberOfMorphTargets
|
||||||
Int NumberOfTargetsBuffers : 1
|
Int NumberOfTargetsBuffers
|
||||||
|
|
||||||
//For instancing
|
//For instancing
|
||||||
Boolean UseInstancing
|
Boolean UseInstancing
|
||||||
|
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user