RoomleConfigurator.Internal.AORenderPass

configurator-core/src/roomle-configurator.internal.AORenderPass

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new AORenderPass(width, height, samples, gBufferAntiAliasing, parameters?)

Parameters

Properties

depthTexture

depthTexture: Texture = null


needsUpdate

needsUpdate: boolean = true


normalTexture

normalTexture: Texture = null


parameters

parameters: AORenderPassParameters

Accessors

texture

get texture(): Texture

Returns

Texture

Methods

clear

clear(renderer, renderTarget?): void

Parameters

Returns

void


dispose

dispose(): void

Returns

void


render

render(renderer, camera, scene, renderTarget?): void

Parameters

Returns

void


setSize

setSize(width, height): void

Parameters

Returns

void


updateBounds

updateBounds(sceneClipBox, sceneScale?): void

Parameters

Returns

void


updateParameters

updateParameters(parameters): void

Parameters

Returns

void


updateTextures

updateTextures(parameters): void

Parameters

Returns

void

Last updated