See ThreeScene.
Children will be rendered into a portal
OptionaleventCompute?: ComputeFunctionOptional event compute for React Three Fiber Events, defaults to undefined
OptionaleventPriority?: numberOptional event priority, defaults to 0
OptionalfpsLimit?: numberOptional FPS limit
Optionalframeloop?: "always" | "demand"Optional frameloop, defaults to "always"
Optionalheight?: numberOptional height of the texture, defaults to canvas parent bounds
OptionalpostProcessing?: (x: RootState) => PostProcessingOptional PostProcessing factory, defaults to undefined
OptionalrenderPriority?: numberOptional render priority, defaults to 0
OptionalrenderTargetOptions?: RenderTargetOptionsOptional RenderTarget options
Optionalresolution?: numberOptional resolution of the texture, defaults to canvas parent resolution
Optionalwidth?: numberOptional width of the texture, defaults to canvas parent bounds
See ThreeScene.