Mouse Effect with Three.js Instancing

Demo for tutorial on creating interactive mouse effects with Three.js instancing.

Mouse effect

Article on Codrops

Demo

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

Misc

Follow Daniel Velasquez: Twitter, ThreeJS/Webgl Newsletter, GitHub

Follow Codrops: Twitter, Facebook, GitHub, Instagram

License

MIT

Made with 💙 by Codrops