Class PlaneVoxelGenerationParams
Namespace: Unity.MARS.Data.Synthetic
Syntax
public class PlaneVoxelGenerationParams : object
Fields
maxHitDistance
Declaration
public float maxHitDistance
Field Value
| Type | Description |
|---|---|
| Single |
normalToleranceAngle
Declaration
public float normalToleranceAngle
Field Value
| Type | Description |
|---|---|
| Single |
outerPointsThreshold
Declaration
public float outerPointsThreshold
Field Value
| Type | Description |
|---|---|
| Single |
raycastCount
Declaration
public int raycastCount
Field Value
| Type | Description |
|---|---|
| Int32 |
raycastSeed
Declaration
public int raycastSeed
Field Value
| Type | Description |
|---|---|
| Int32 |
voxelSize
Declaration
public float voxelSize
Field Value
| Type | Description |
|---|---|
| Single |