Change background color in project

scene.createDefaultEnvironment(); will change the background and actually create a skybox and a ground plane. You could turn this of by passing parameters

createGround: false,
skyboxSize: false,
}```
2 Likes