I am trying ThreeJS ray caster to get the object intersection color.
There are examples on finding the face color but my problem is to get the texture color of the point of intersection but outside the shader code. Object has a texture applied to it and color varies from pixel to pixel on the face of object.
Please suggest a way to get the point color.
thanks in advance