Is it possible to get the intersection co-ords of two shapes3d’s?
(One is a Line and the other is a QuadArray)
Just wondering if there is a simple way before I try a hack and slash method?
-I’m pretty new to Java 3D so I may have missed a function which does exactly what I need.
The Easy way is to use Bounds and intersect method :