TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum RefinementStatus in Tinman.Terrain.Kernel

Enumeration of background refinement status values.

enum RefinementStatus  

See also:

IMeshDynamic.Status

Items

Running = 0

Background refinement is currently active.

Finished = 1

Background refinement has finished, i.e. the mesh structure is optimal according to the visibility criterion.

Paused = 2

Background refinement has finished (see Finished) and has been paused until the application explicitly resumes it.

See also:

IMeshDynamic.AutoPause
IMeshDynamic.Resume