Is it possible to get the coordinates on the object that is picked, that is where the picking ray hits the object?
Björn
Is it possible to get the coordinates on the object that is picked, that is where the picking ray hits the object?
Björn
I don’t think it can be done with the way picking is setup now (ie you just get a list of nodes). You didn’t mention your exact problem but perhaps you could solve it by making smaller and smaller portions of your model branchgroups pickable? For example, the arm on the model versus the entire model.
I’m making a landscape, currently I’ve lots of small objects, and now I want a single large object, but I need to know where I click. It’s enough if I get the polygon I hit. Somewhere Xith must know which polygon that is hit, so then I’ll have to modify the code in the picking util.
Björn