mirror of https://github.com/qt/qt3d.git
Follow BlendEquation API changes.
Change-Id: I7fa5b472a00c636581914b79dfb861e645af9f96 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
parent
93ac430374
commit
0e5e726e91
|
@ -101,7 +101,7 @@ Material {
|
|||
sourceRgb: BlendEquationArguments.SourceAlpha
|
||||
destinationRgb: BlendEquationArguments.OneMinusSourceAlpha
|
||||
},
|
||||
BlendEquation {blendFunction: BlendEquation.FuncAdd}
|
||||
BlendEquation {blendFunction: BlendEquation.Add}
|
||||
]
|
||||
annotations: Annotation { name: "pass"; value: "material" }
|
||||
}
|
||||
|
|
|
@ -97,7 +97,7 @@ Effect {
|
|||
DepthMask { mask: true },
|
||||
BlendEquationArguments {
|
||||
sourceRgb: BlendEquationArguments.One
|
||||
destinationRgb: BlendEquationArguments.OneMinusSrcColor
|
||||
destinationRgb: BlendEquationArguments.OneMinusSourceColor
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue