All examples By author By category About

fabiovalse

Three.js Mesh Hover

A progress of this example shows how to interact with meshes inside a 3d scene. The mouseover and mouseout events are intercepted in order to produce a hover effect on the meshes.

The THREEx.DomEvent.js extension of Three.js has been used in order to intercept dom events inside your 3d scene.