Hi, is it possible when picking a mesh to get the normal from a map, instead of the mesh/geometry?
The documentation here, especially the second argument passed to PickingInfo.getNormal()
, suggests this is the default behaviour, but I cant get it to work.
Here is a playground (pieced together from a few other playgrounds) showing the issue. Im expecting the yellow lines that appear when you click on the mesh to be perturbed do to the normal map (which is applied via a node material):
If this works, im then curious whether this output normal direction can be applied even in a shader where the normal map isnt connected to the light/colour (ie has no visible output), but thats another step…
Many thanks