Three.js: How to detect the clicked face of a cube and change its texture?

Created on 8 Jan 2012  路  3Comments  路  Source: mrdoob/three.js

How to detect which of the faces has been clicked

http://jsfiddle.net/yfDnJ/6/

Question

Most helpful comment

I got it in the end just using intersects[0].face.materialIndex for the material index

All 3 comments

I think you should be able to figure out the face bu retrieving the normal vector of the face that you intersected. You should have only 6 different normals ;)

I got it in the end just using intersects[0].face.materialIndex for the material index

That's smarter :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danrossi picture danrossi  路  210Comments

fernandojsg picture fernandojsg  路  85Comments

mrdoob picture mrdoob  路  75Comments

qornflex picture qornflex  路  113Comments

Mugen87 picture Mugen87  路  68Comments