I just can’t succeed to understand what is “mesh” and what is “mesh renderer”. (Google translate to Dutch (my mothertongue) doesn’t make it clearer to me…) Ben is talking about it during the third minute of this lesson, and I can’t get it. Anyone could help…?
Hi Dani,
A mesh holds information relating to the 3D model, the vertices which together create its shape for example.
A mesh renderer is the Unity component which renders the mesh to the scene.
Hope this helps
See also;
- Unity - Manual : Mesh
- Unity - Manual : Mesh Renderer
- Unity - Scripting API : Mesh
- Unity - Scripting API : Mesh Renderer
Hey @dani_evers, does the above help with your question?
See also;
- Forum User Guides : How to mark a topic as solved
Yes it does! Thanks a lot!
Dani
Thanks, I’ll mark the topic as solved then, see link above for future reference.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.