Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SkyMesh: Rename up property to avoid name collision #29199

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

Methuselah96
Copy link
Contributor

@Methuselah96 Methuselah96 commented Aug 21, 2024

Related issue: #29013

Description

Object3D already defines an up property that is a normal Vector3, so overriding it with a UniformNode could be problematic. This PR renames the up property to upUniform to avoid overriding the base property with a value of a different type.

@Methuselah96 Methuselah96 changed the title SkyMesh: Rename up property to avoid name collision SkyMesh: Rename up property to avoid name collision Aug 21, 2024
@Mugen87 Mugen87 merged commit 6953f9c into mrdoob:dev Aug 21, 2024
11 checks passed
@Mugen87 Mugen87 added this to the r168 milestone Aug 21, 2024
@Methuselah96 Methuselah96 deleted the sky-up-uniform branch August 21, 2024 16:01
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.

2 participants