GltfMaterial.doubleSided Field

Definition

Specifies whether the material is double sided. When this value is false, back-face culling is enabled. When this value is true, back-face culling is disabled and double sided lighting is enabled. The back-face must have its normals reversed before the lighting equation is evaluated.

public: bool doubleSided;
public bool doubleSided;
val mutable doubleSided : bool
Public doubleSided As Boolean 

Field Value

Boolean

Applies to