After the findFirst(String name) and findAll(String name) methods, here come the findFirst(Class<? extends Node) and findAll(Class<? extends Node)
it’s particularly useful with findFirst(Class.Shape3D) (and thus obsolete SGUtils.findFirstShape)
enjoy !