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

No 'anchor' property in Object3D? #11317

Closed
cenchy opened this issue May 11, 2017 · 5 comments
Closed

No 'anchor' property in Object3D? #11317

cenchy opened this issue May 11, 2017 · 5 comments
Labels

Comments

@cenchy
Copy link

cenchy commented May 11, 2017

No anchor property in Object3D?

@Mugen87
Copy link
Collaborator

Mugen87 commented May 11, 2017

Can you please explain what would be the purpose of an anchor property? Or maybe you can describe a concrete use case?

@pailhead
Copy link
Contributor

AFAIK no. You can add it

Object.defineProperty( THREE.Object3D, "anchor" , { ... } );

@mrdoob
Copy link
Owner

mrdoob commented May 13, 2017

Maybe he means a pivot?

@pailhead
Copy link
Contributor

pailhead commented May 13, 2017

Perhaps? But isn't that what you're supposed to achieve with Groups and Objects? Either way

No anchor property in Object3D?

conveys very little :(

@Mugen87
Copy link
Collaborator

Mugen87 commented May 13, 2017

But isn't that what you're supposed to achieve with Groups and Objects?

Correct, see #1364.

@mrdoob mrdoob closed this as completed May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants