Meshes¶

This section covers loading and displaying 3D mesh files in Vuer.

Loading 3D Mesh¶

Learn 4 different methods to load and display mesh files (with real-time mesh animation and wireframe rendering).

View full example →

../_images/trimesh.png

Textured Trimesh¶

Apply image textures to your meshes using UV mapping. This example shows how to generate UV coordinates from vertex positions and control texture appearance with repeat parameters.

View full example →

../_images/trimesh_uv.png

Example List¶