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

TransformControls: Add domElement property. #18231

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Conversation

vicapow
Copy link
Contributor

@vicapow vicapow commented Dec 22, 2019

To match the documentation: https://threejs.org/docs/#examples/en/controls/TransformControls
TransformControls should expose a domElement property.

.domElement : HTMLDOMElement
The HTMLDOMElement used to listen for mouse / touch events. This must be passed in the constructor; changing it here will not set up new event listeners.

To match the documentation: https://threejs.org/docs/#examples/en/controls/TransformControls
TransformControls should expose a `domElement` property.

````
.domElement : HTMLDOMElement
The HTMLDOMElement used to listen for mouse / touch events. This must be passed in the constructor; changing it here will not set up new event listeners.
````
@vicapow vicapow changed the title add domElement add domElement property to TransformControls Dec 22, 2019
@Mugen87 Mugen87 added this to the r112 milestone Dec 22, 2019
@Mugen87 Mugen87 changed the title add domElement property to TransformControls TransformControls: Add domElement property. Dec 22, 2019
@WestLangley
Copy link
Collaborator

You should target the dev branch, not master.

@mrdoob mrdoob changed the base branch from master to dev December 22, 2019 19:34
@mrdoob mrdoob merged commit 9ee686c into mrdoob:dev Dec 22, 2019
@mrdoob
Copy link
Owner

mrdoob commented Dec 22, 2019

Thanks!

@WestLangley
Copy link
Collaborator

@mrdoob The /jsm file is out-of-sync in the latest release.

@Mugen87
Copy link
Collaborator

Mugen87 commented Dec 27, 2019

Updated the modules now: 1024cd6

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.

4 participants