-
Notifications
You must be signed in to change notification settings - Fork 2
Mesh
Carlos Matheus edited this page Mar 26, 2018
·
1 revision
The mesh is a component which defines the shape of an object. In other words the mesh is the skeleton of an object. Meshes can be used to render images of objects (as they are associated with Materials) or can be used with Colliders.
The types of meshes implemented are shown below:
CircleMesh - is defined by a radius PolygonMesh - is defined by points
All the meshes have a material and a render method which defines how to render the mesh.