Limiting the pickability

Is it possible to make shapes “invisible” to picking, as it were? So a pickRay will go straight through them without returning anything?

Node . setPickable(false);

Java Doc?

Kev

Damn it. I was looking at the javadocs, but I was looking at the ones for the picking tools and the geometry capabilities. It didn’t occur to me to look at nodes.

Stupid api… putting stuff in obscure places… grumble grumble…