three-low-poly
v0.9.18
Published
Low poly modeling for Three.js
Downloads
1,258
Readme
Three.js Low Poly
Procedurally generated low poly modeling for Three.js.
Example Library scene
Getting Started
To install, execute:
npm i three-low-poly
Then, import into a project and use as:
import { MossyRocks } from "three-low-poly";
const rocks = new MossyRocks();
scene.add(rocks);
See the examples for more information.
Example Graveyard scene
Usage
Assets are procedurally generated and customizable through parameters, typically based on a core geometry that combines a mesh with a material.
Alongside these geometries, there are prefabricated models that can be added directly to the scene, as well as factory methods for bulk creation.