configurator-core/src/roomle-configurator..PostProcessingMaterialPlugin

# Table of contents

# Constructors

# Properties

# Accessors

# Methods

# Constructors

# constructor

new PostProcessingMaterialPlugin()

# Properties

# applyAoAndShadowToAlpha

applyAoAndShadowToAlpha: boolean = false


# applyReflectionPassMap

applyReflectionPassMap: boolean = false

# Accessors

# aoPassMap

set aoPassMap(value): void

# Parameters

Name Type
value Texture

# Returns

void


# aoPassMapIntensity

set aoPassMapIntensity(value): void

# Parameters

Name Type
value number

# Returns

void


# aoPassMapScale

set aoPassMapScale(value): void

# Parameters

Name Type
value number

# Returns

void


# reflectionPassMap

set reflectionPassMap(value): void

# Parameters

Name Type
value Texture

# Returns

void


# reflectionPassMapIntensity

set reflectionPassMapIntensity(value): void

# Parameters

Name Type
value number

# Returns

void


# reflectionPassMapScale

set reflectionPassMapScale(value): void

# Parameters

Name Type
value number

# Returns

void


# shPassMapIntensity

set shPassMapIntensity(value): void

# Parameters

Name Type
value number

# Returns

void

# Methods

# addPlugin

Static addPlugin(material): PostProcessingMaterialPlugin

# Parameters

Name Type
material MeshStandardMaterial

# Returns

PostProcessingMaterialPlugin