DefaultRenderingPipeline

Description

class DefaultRenderingPipeline extends PostProcessRenderPipeline

Constructor

new DefaultRenderingPipeline(name, hdr, scene, cameras, automaticBuild)

@constructor

Parameters

Name Type Description
name string
hdr boolean
scene Scene
optional cameras Camera[]

Members

PassPostProcessId : string

HighLightsPostProcessId : string

BlurXPostProcessId : string

BlurYPostProcessId : string

CopyBackPostProcessId : string

ImageProcessingPostProcessId : string

FxaaPostProcessId : string

FinalMergePostProcessId : string

pass : undefined

highlights : undefined

blurX : undefined

blurY : undefined

copyBack : undefined

fxaa : FxaaPostProcess

imageProcessing : ImageProcessingPostProcess

finalMerge : undefined

animations : Animation[]

bloomKernel : number

Specifies the size of the bloom blur kernel, relative to the final output size

bloomWeight : number

bloomScale : number

bloomEnabled : boolean

fxaaEnabled : boolean

imageProcessingEnabled : boolean

Methods

prepare() void

Force the compilation of the entire pipeline.

dispose() void

serialize() any

static Parse(source, scene, rootUrl) DefaultRenderingPipeline

Parameters

Name Type Description
source any
scene Scene
rootUrl string