A Figma plugin that lets you import, lit, use and render 3D models right there in Figma 🙈
- ⚡ A viewport to interact with 3D models.
- 🔥 High resolution and transparent rendering.
- 😽 Easy to use UI.
- ✨ Supports multiple 3D model extensions for import.
.OBJ, .FBX, .GLB/GLTF
- 🚀 Lightweight, powered with
Three.JS
Also see demo showing the use of Third to render a All Star Converse kicks into a project Figma.
All Star Converse Kicks 3D model by Pedro França
Figma Third in action 🔥
First clone this repository.
$ git clone https://github.com/ahkohd/FigmaThird.git
$ cd FigmaThird
Install dependencies & build files to start local development.
$ npm install
$ npm start