RefinementStatus

Description

enum Tinman.Terrain.Kernel.RefinementStatus

Enumeration of background refinement status values.

Public / Constants

Running

public constant Running → (0:int32)

Background refinement is currently active.

Finished

public constant Finished → (1:int32)

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

Paused

public constant Paused → (2:int32)

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