File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module.exports = {
3030 "typeof CANVAS_RENDERER" : JSON . stringify ( true ) ,
3131 "typeof WEBGL_RENDERER" : JSON . stringify ( true ) ,
3232 "typeof EXPERIMENTAL" : JSON . stringify ( true ) ,
33+ "typeof PLUGIN_3D" : JSON . stringify ( true ) ,
3334 "typeof PLUGIN_CAMERA3D" : JSON . stringify ( false ) ,
3435 "typeof PLUGIN_FBINSTANT" : JSON . stringify ( false ) ,
3536 "typeof FEATURE_SOUND" : JSON . stringify ( true )
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ module.exports = {
4949 "typeof CANVAS_RENDERER" : JSON . stringify ( true ) ,
5050 "typeof WEBGL_RENDERER" : JSON . stringify ( true ) ,
5151 "typeof EXPERIMENTAL" : JSON . stringify ( false ) ,
52+ "typeof PLUGIN_3D" : JSON . stringify ( true ) ,
5253 "typeof PLUGIN_CAMERA3D" : JSON . stringify ( false ) ,
5354 "typeof PLUGIN_FBINSTANT" : JSON . stringify ( false ) ,
5455 "typeof FEATURE_SOUND" : JSON . stringify ( true )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module.exports = {
3030 "typeof CANVAS_RENDERER" : JSON . stringify ( true ) ,
3131 "typeof WEBGL_RENDERER" : JSON . stringify ( true ) ,
3232 "typeof EXPERIMENTAL" : JSON . stringify ( false ) ,
33+ "typeof PLUGIN_3D" : JSON . stringify ( true ) ,
3334 "typeof PLUGIN_CAMERA3D" : JSON . stringify ( false ) ,
3435 "typeof PLUGIN_FBINSTANT" : JSON . stringify ( true ) ,
3536 "typeof FEATURE_SOUND" : JSON . stringify ( true )
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ module.exports = {
4646 "typeof CANVAS_RENDERER" : JSON . stringify ( true ) ,
4747 "typeof WEBGL_RENDERER" : JSON . stringify ( true ) ,
4848 "typeof EXPERIMENTAL" : JSON . stringify ( false ) ,
49+ "typeof PLUGIN_3D" : JSON . stringify ( true ) ,
4950 "typeof PLUGIN_CAMERA3D" : JSON . stringify ( false ) ,
5051 "typeof PLUGIN_FBINSTANT" : JSON . stringify ( true ) ,
5152 "typeof FEATURE_SOUND" : JSON . stringify ( true )
You can’t perform that action at this time.
0 commit comments