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,
}```
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,
}```