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

Bundle legacy stuff properly #9519

Merged
merged 3 commits into from
Aug 16, 2016
Merged

Bundle legacy stuff properly #9519

merged 3 commits into from
Aug 16, 2016

Conversation

Rich-Harris
Copy link
Contributor

Alternative (and much less hacky!) fix for #9489 than #9518

@@ -2,45 +2,86 @@
* @author mrdoob / http://mrdoob.com/
*/

Object.assign( THREE, {
CubeGeometry: THREE.BoxGeometry,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you forgot CubeGeometry.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops! I could have sworn... anyway, it's back in there now

@mrdoob
Copy link
Owner

mrdoob commented Aug 16, 2016

Much nicer indeed!

@mrdoob
Copy link
Owner

mrdoob commented Aug 16, 2016

Looks good now.

@mrdoob mrdoob merged commit 6a76fc4 into mrdoob:dev Aug 16, 2016
@mrdoob
Copy link
Owner

mrdoob commented Aug 16, 2016

Thanks!

@Rich-Harris Rich-Harris deleted the gh-9489-alt branch August 16, 2016 21:50
aardgoose pushed a commit to aardgoose/three.js that referenced this pull request Oct 7, 2016
* alternative fix for mrdoob#9489

* export BoxGeometry as CubeGeometry
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