fast::ThresholdVolumeRenderer class

Renders 3D images using ray-casting and a threshold.

Base classes

class VolumeRenderer
Abstract base class for volume renderers.

Public functions

void setThreshold(float threshold)

Protected functions

void draw(Matrix4f perspectiveMatrix, Matrix4f viewingMatrix, float zNear, float zFar, bool mode2D, int viewWidth, int viewHeight) override

Protected variables

float m_threshold