Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 943 Bytes

index.md

File metadata and controls

9 lines (6 loc) · 943 Bytes

Meshes

Meshes are generally used to draw 3D images. Cocos Creator provides the following mesh renderer components to render base meshes, skinned meshes, etc., so that the model can be drawn and displayed:

Also, if the model needs to be applied to actual physical collisions to achieve an effect similar to a bumpy road surface, use the Mesh Collision component, which will generate a collision mesh based on the model shape. Please refer to using mesh collisions documentation for details.