VoxelPrimitive
A primitive that renders voxel data from a VoxelProvider.
See also
Types
Properties
Gets the bounding sphere.
The ClippingPlaneCollection used to selectively disable rendering the primitive.
Gets or sets the custom shader. If undefined, VoxelPrimitive.DefaultCustomShader is set.
Gets an event that is raised whenever a custom shader is compiled.
Gets the voxel dimensions.
Gets or sets whether or not the primitive should update when the view changes.
Gets or sets the maximum bounds in the shape's local coordinate system. Voxel data is stretched or squashed to fit the bounds.
Gets or sets the maximum clipping location in the shape's local coordinate system. Any voxel content outside the range is clipped.
Gets the maximum value per channel of the voxel data.
Gets or sets the minimum bounds in the shape's local coordinate system. Voxel data is stretched or squashed to fit the bounds.
Gets or sets the minimum clipping location in the shape's local coordinate system. Any voxel content outside the range is clipped.
Gets the minimum value per channel of the voxel data.
Gets the model matrix.
Gets or sets the nearest sampling.
Gets the oriented bounding box.
Gets the VoxelProvider associated with this primitive.
Gets or sets the screen space error in pixels. If the screen space size of a voxel is greater than the screen space error, the tile is subdivided. Lower screen space error corresponds with higher detail rendering, but could result in worse performance and higher memory consumption.
Gets the shape type.