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