mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Merge branch 'skybox' of https://github.com/4ian/GDevelop into skybox
This commit is contained in:
@@ -142,7 +142,7 @@ namespace gdjs {
|
||||
skybox.position.set(0, 0, 0);
|
||||
skybox.frustumCulled = false;
|
||||
|
||||
//scene.add(skybox);
|
||||
scene.add(skybox);
|
||||
scene.add(this._light);
|
||||
scene.add(this._light.target);
|
||||
if (this._shadowCameraHelper) {
|
||||
|
Reference in New Issue
Block a user