uuuulala / Threejs-voxel-art-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turning 3D models to voxel art with Three.js

Final demo for the tutorial on how to turn glTF models to voxels with Three.js

Image Title

Article on Codrops

Demo

Installation

No package manager / build system is needed since both Three.js modules and GSAP lib are imported with CDN + import map. You can run the page as it is on local server (any web server, really).

The page is using the following libs:

  • Three.js + their addons OrbitControls, GLTFLoader and RoundedBoxGeometry, more info

  • GSAP to handle transitions between 3D models more info

Credits

Misc

Follow Ksenia: Twitter, Codepen, website, Instagram

Follow Codrops: Twitter, Facebook, GitHub, Instagram

License

MIT

Made with đź’™ by Codrops

About

License:MIT License


Languages

Language:JavaScript 68.9%Language:CSS 18.9%Language:HTML 12.3%