Uses of Class
com.openinventor.inventor.SoProgressIndicator
-
Packages that use SoProgressIndicator Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoProgressIndicator in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes with parameters of type SoProgressIndicator Modifier and Type Method Description void
SoVolumeRender. setRenderProgress(SoProgressIndicator ps)
Set an application definedSoProgressIndicator
object which will raise an event before and after the volume rendering task, before and after each subtask (in this case: Texture creation and Geometry creation) and after each step in the subtasks which represents in most cases individual tiles of data.
-