-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
Docs: Fix the example to actually render a cube #24120
Conversation
Live example in JSFiddle works fine so I took the BoxGeometry arguments from there.
Thanks! |
@oskar1233 In latest BTW: The translated versions of |
@Mugen87 I installed |
TBH, I think this PR should be reverted. |
Hmm, I think specifying the size of the box makes the code more understandable. |
Okay, but then I'll update the localized pages, too. |
* Fix the example to actually render a cube Live example in JSFiddle works fine so I took the BoxGeometry arguments from there. * Update Creating-a-scene.html Co-authored-by: mrdoob <[email protected]>
Description
The example wasn't rendering the promised cube, this PR fixes it.
Live example in JSFiddle works fine so I took the BoxGeometry arguments from there.