New API GeomInput Shadows

I can’t find a direct path to use SUDrawingElementSetReceivesShadows on SUGeometryInputRef

SUGeometryInputRef geom_input
SUEntitiesFill(entities, geom_input, false /* weld_vertices */);

Do we have to go through and loop all faces ?

SUEntitiesGetFaces(SUEntitiesRef entities, size_t len, SUFaceRef faces[], size_t*  count);

I think this might be missing from the new C API. I’ll follow up and make sure we have an internal issue for this.

1 Like

Ok. Thanks for that.