Skip to content
Almar Klein edited this page Jun 1, 2017 · 3 revisions

Inherits from BaseTexture.

A slice texture is a 2D texture of a 3D data volume. It enables visualizing 3D data without the need for glsl renderering (and can therefore be used on older systems.

The SliceTexture class implements the following properties:
axis, edgeColor, edgeColor2, index

Properties

The axis of the slice in the volume to display.

The color of the edge of the slice (can be None).

The color of the edge of the slice when interacting.

The index of the slice in the volume to display.

Clone this wiki locally