Skip to content

Commit 1d3895d

Browse files
Constants: Remove deprecated code. (#27480)
Removes `TwoPassDoubleSide` in favor of `Material.forceSinglePass` (#25239).
1 parent 69e8505 commit 1d3895d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const VSMShadowMap = 3;
1313
export const FrontSide = 0;
1414
export const BackSide = 1;
1515
export const DoubleSide = 2;
16-
export const TwoPassDoubleSide = 2; // r149
1716
export const NoBlending = 0;
1817
export const NormalBlending = 1;
1918
export const AdditiveBlending = 2;

0 commit comments

Comments
 (0)