MDLVoxelIndexExtent Struct

Definition

Caution

Use 'MDLVoxelIndexExtent2' instead.

Provides the extent of voxel data.

[System.Obsolete("Use 'MDLVoxelIndexExtent2' instead.")]
public struct MDLVoxelIndexExtent
type MDLVoxelIndexExtent = struct
Inheritance
MDLVoxelIndexExtent
Attributes

Constructors

MDLVoxelIndexExtent(Vector4, Vector4)

Creates a new MDLVoxelIndexExtent for the specified bounds.

Fields

MaximumExtent

The maximum index for which voxel data is available.

MinimumExtent

The minimum index for which voxel data is available.

Applies to