We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e8505 commit 1d3895dCopy full SHA for 1d3895d
src/constants.js
@@ -13,7 +13,6 @@ export const VSMShadowMap = 3;
13
export const FrontSide = 0;
14
export const BackSide = 1;
15
export const DoubleSide = 2;
16
-export const TwoPassDoubleSide = 2; // r149
17
export const NoBlending = 0;
18
export const NormalBlending = 1;
19
export const AdditiveBlending = 2;
0 commit comments