Disable shadow casting for AIS_Shape

Forums: 

Hi,
I have a scene with AIS_Shape's which cast shadows. And I want some of them (e.g. shapes created from wires) do not cast shadows. Is this possible to do in opencascade?

Kind regards

gkv311 n's picture

There is no such per-object interface yet. However, you may move the object to some of immediate Z-Layers (like Graphic3d_ZLayerId_Top or a custom one), as they do not contribute into filling a shadowmap.