Select Mesh on Three.js

select, three.js, webgl

Solution

http://mrdoob.github.com/three.js/examples/webgl_interactive_draggablecubes.html

Problem

do you know how can I select a geometry with Three.js? ve you never seen something like that? I searched for many days but all examples I found don't work and are legacy coded. I would have to be able to select a geometry with the mouse and move it like in a drag and drop.. Maybe better select a Mesh, cause there are a lot of composed shapes. It's not fundamental move it with mouse, I can do it with fields, so at least to know where is the feature to select a Geometry, if there is, I couldn't find it.. thanks

Original source

Related problems