Skip to content

KuldeepMahto07/Three.js-mouse-instancing-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Effect with Three.js Instancing

creating interactive mouse effects with Three.js instancing. .

Installation

  1. Development mode. For developing the project internals
yarn install
yarn dev
  1. Run mode -> Local server only to run the code directly without modifications.
    1. Run this demo on a local server.
    2. Open index.html

Files && comments

file Description
demo.js The meat of the demo
rendering.js All the threeJS rendering

License

MIT

Made with 💙