A 3D demo showcasing post-processing effects, shaders, flocking boids, baked lighting, video as texture, and basic camera control.
install npm, npx. then run
npm install
npx vite
npx vite build
src/model/skull15.blend
open the skull blender file, and use the export tool to export a glb file. only export the uv's and points. you'll also want to delete the UVMap channel on the skull, rug and desk before exporting.
docs/main_cool_stained_glass_effect.js has a cool stained glass effect. like this:
use this command to update the github pages branch
git subtree push --prefix dist origin gh-pages