Click or drag to resize

FileGltfWriteOptionsCullBackfaces Property

Setting that determines whether or not the meshes in the glTF will be rendered with or without backface culling. Known as DoubleSided in the glTF specification.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax
public bool CullBackfaces { get; set; }

Property Value

Type: Boolean
See Also