Enum RemoveOccluded.DensityEnum
Describe the quality of the remove hidden operation, higher is better but also longer
Namespace: UnityEditor.PixyzPlugin4Unity.Actions
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum RemoveOccluded.DensityEnum
Fields
Name | Description |
---|---|
High | This will divide the object on 50x50x50 voxel that will all be check by the algorithm |
Low | This will divide the object on 3x3x3 voxel that will all be check by the algorithm |
Medium | This will divide the object on 20x20x20 voxel that will all be check by the algorithm |