MDLVoxelIndexExtent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |