Click or drag to resize

Import3DLODVoxelBakeOpacity Property

Whether to apply the material opacity during the voxel calculation. The baked opacity works faster. Not baked mode supports 4 transparency steps, instead of baked which supports 1 transparency step.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<bool> LODVoxelBakeOpacity { get; set; }

Property Value

Type: ReferenceBoolean
See Also