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.
Example
Section titled “Example”FlatlandConfig.options = 'pixel-art'RenderingConfig.options = 'smooth' // keep pixel-art texture loadingConstructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RenderingConfig():
RenderingConfig
Returns
Section titled “Returns”RenderingConfig
Accessors
Section titled “Accessors”options
Section titled “options”Get Signature
Section titled “Get Signature”get
staticoptions():RenderingSetting
Defined in: packages/three-flatland/src/config/RenderingConfig.ts:52
Returns
Section titled “Returns”Set Signature
Section titled “Set Signature”set
staticoptions(value):void
Defined in: packages/three-flatland/src/config/RenderingConfig.ts:58
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
resolved
Section titled “resolved”Get Signature
Section titled “Get Signature”get
staticresolved():Readonly<Required<RenderingOptions>>
Defined in: packages/three-flatland/src/config/RenderingConfig.ts:63
Fully resolved project-wide options.
Returns
Section titled “Returns”Readonly<Required<RenderingOptions>>
Methods
Section titled “Methods”reset()
Section titled “reset()”
staticreset():void
Defined in: packages/three-flatland/src/config/RenderingConfig.ts:69
Remove the rendering-specific override and follow FlatlandConfig again.
Returns
Section titled “Returns”void