Drag an obj file using three js
问题 I am using a Three js Draggable cubes example which is this. I want to replace the internally created cubes with the obj files. Here is what I am doing. I have added the obj model(a human face) to the objects[], so I think now it is a part of all the objects and should be intersected by a ray. I am not able to drag the 3D obj model but I am able to drag the other cubes. Does the Raycaster not intersect 3d obj Model? How can I drag the obj model in this? 回答1: Try to make through this example.