|
@@ -100,6 +100,10 @@ module BABYLON {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (this._opacityTexture) {
|
|
|
|
+ defines.ALPHATEST = true;
|
|
|
|
+ }
|
|
|
|
+
|
|
// Misc.
|
|
// Misc.
|
|
if (defines._areMiscDirty) {
|
|
if (defines._areMiscDirty) {
|
|
defines.POINTSIZE = (this.pointsCloud || scene.forcePointsCloud);
|
|
defines.POINTSIZE = (this.pointsCloud || scene.forcePointsCloud);
|