cls_MotionTexture3D - almarklein/visvis GitHub Wiki
Inherits from Texture3D, MotionMixin.
MotionTexture2D(parent, data)
A data type that represents a 3D texture in motion. The given data must be a list of the volumes that should be shown.
The motionIndex (i.e. time) can also be in between two images, in which case interpolation is applied (default linear).
Note that this can be rather slow. For faster display of multiple images, one can also use the MotionDataContainer.