- Notifications
You must be signed in to change notification settings - Fork105
Clarify example in first-scene.md#58
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I think this makes it a bit clearer that the word _mesh_ is a placeholder for the object. The way it currently reads, a novice might think following the example that they should literally use `scene.remove(mesh)` instead of `scene.remove(cube)`.
Let me think about this one. Maybe I need to reword that section a bit. I need to make some small updates across the site and bump the three.js version. I will try to find some time to do that later this week or early next week. I'll review this section and all your changes will go live then too. |
@winstoncooke apologies that it's taking so long to get your updates on the live site. |
Oops I didn't mean to delete this! And no worries at all. Just happy to help. |
I think this makes it a bit clearer that the wordmesh is a placeholder for the object. The way it currently reads, a novice might think following the example that they should literally use
scene.remove(mesh)
instead ofscene.remove(cube)
.