Skip to content

Conversation

@Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Mar 10, 2023

Fixed #25287.

Description

This PR renames GroundProjectedEnv to GroundProjectedSkybox.

As #25287 pointed out, GroundProjectedEnv is a confusing name for the respective class since it's a 3D object derived from Mesh. You don't assign it to Scene.environment nor to an environmentMap material property.

A skybox instead is something that is usually added to a scene graph so it sounds more appropriate to use this term.

GroundProjectedBackground was also suggested but I find it confusing as well since you don't assign an instance of the class to Scene.background.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GroundProjectedEnv naming is confusing as it's a background, not an environment

1 participant