In RealityKit in visionOS 1.0 I'm perplexed that PhysicallyBasedMaterial
and CustomMaterial
have faceCulling
properties but ShaderGraphMaterial
does not.
Is there some way to achieve front face culling in a shader graph without creating a separate mesh with reversed triangle vertex indices?