Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1002 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 1002 Bytes

threejs-kit

Three.js kit is a set of addons such as materials, shaders and other utilities for Three.js.

Features:

npm i @threejs-kit/instanced-sprite-mesh

High performant instancing of animated sprites in threejs.

InstancedSpriteMesh preview

Materials

npm i @threejs-kit/materials

Real-time realistic glint material for three.js based on "Procedural Physically based BRDF for Real-Time Rendering of Glints" by Xavier Chermain et al.

MeshGlintMaterial preview

Creates convincing illusion of depth, surface irregularities, and geometric complexity, without increasing polygon count.

MeshParallaxMaterial preview