---
title: "Meshes"
section: "Examples"
order: 72
description: "Meshes — Vuer documentation"
hidden: true
---

import { DocImage } from '@docs/components/Docs'

# 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 →](/examples/meshes/mesh_loading)**

<DocImage src="/source/examples/figures/trimesh.png" width="80%" />

## 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 →](/examples/meshes/textured_trimesh)**

<DocImage src="/source/examples/figures/trimesh_uv.png" width="80%" />

## Example List

- [Loading 3D Mesh](/examples/meshes/mesh_loading)
- [Textured Trimesh](/examples/meshes/textured_trimesh)
