> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/geometry/opensubdiv.md).

# OpenSubdiv

<div align="left"><figure><img src="/files/rswcdmwC0YK0N1OvICsL" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that applies OpenSubdiv subdivision to a mesh.
 * 
 * Uses Pixar's OpenSubdiv library to subdivide mesh geometry,
 * producing smoother surfaces with increased polygon density.
 * 
 * Usage:
 * 1. Connect input mesh
 * 2. Set subdivision level (higher = more polygons)
 * 3. Click Apply to subdivide
 */
```
