OptionalantialiasEnable antialiasing (default: true)
OptionalbackgroundScene background color.
OptionalcameraOptionalcameraCamera configuration
OptionalcontainerContainer element to append the canvas to (or CSS selector string). Defaults to document.body.
OptionalheightCanvas height. When omitted, auto-sizes to container.
OptionalrendererOptionalrenderPriority for render sync system (default: 500)
OptionalsceneOptionalshadowsEnable shadow mapping (default: false)
OptionalstartWhen true, starts a requestAnimationFrame loop to drive ecs.update() automatically (default: true)
OptionalsystemSystem group name (default: 'renderer3d')
OptionalthreeEscape hatch for raw WebGLRendererParameters not otherwise exposed.
OptionaltransformOptions for the included 3D transform plugin
OptionalwidthCanvas width. When omitted, auto-sizes to container.
Options when letting the plugin create and manage Three.js objects.