isometric
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
isometric
isometric-core
/
io.github.jayteealao.isometric
/
RenderOptions
/
RenderOptions
Render
Options
@
JvmOverloads
constructor
(
enableDepthSorting
:
Boolean
=
true
,
enableBackfaceCulling
:
Boolean
=
true
,
enableBoundsChecking
:
Boolean
=
true
,
enableBroadPhaseSort
:
Boolean
=
true
,
broadPhaseCellSize
:
Double
=
DEFAULT_BROAD_PHASE_CELL_SIZE
)