Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 360 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 360 Bytes

scene-transition

A transition between scene1 and scene2 in ThreeJS using a GLSL shader


Local dev

npm install
npm run dev

Build

npm run build

Publish

# Make your changes, build and commit them
# ...

# Then you can publish directly on the gh-pages branch
git subtree push --prefix dist origin gh-pages