Skip to content

RenderingConfig

Defined in: packages/three-flatland/src/config/RenderingConfig.ts:49

Presentation-specific defaults beneath FlatlandConfig.

Leave this unset to inherit the library-wide preset. Use it when camera and object presentation should diverge from texture loading. Class and instance options remain more specific.

FlatlandConfig.options = 'pixel-art'
RenderingConfig.options = 'smooth' // keep pixel-art texture loading

new RenderingConfig(): RenderingConfig

RenderingConfig

get static options(): RenderingSetting

Defined in: packages/three-flatland/src/config/RenderingConfig.ts:52

RenderingSetting

set static options(value): void

Defined in: packages/three-flatland/src/config/RenderingConfig.ts:58

RenderingSetting

void


get static resolved(): Readonly<Required<RenderingOptions>>

Defined in: packages/three-flatland/src/config/RenderingConfig.ts:63

Fully resolved project-wide options.

Readonly<Required<RenderingOptions>>

static reset(): void

Defined in: packages/three-flatland/src/config/RenderingConfig.ts:69

Remove the rendering-specific override and follow FlatlandConfig again.

void