Click or drag to resize
Reader3dsDisableTransparencies Property
Gets or sets if Transparencies are used in Materials or not.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public bool DisableTransparencies { get; set; }

Property Value

Type: Boolean
Remarks

If true transparent materials are not used - In this case all transparent materials are made non-transparent - Opacity is set to 1.

See Also