Class ParallaxMappingPlugin

Parallax Mapping Plugin Adds a material extension to PhysicalMaterial which parallax mapping to bump map in the material. This is a port of Relief Parallax Mapping from Rabbid76/graphics-snippets

Hierarchy (view full)

Constructors

Properties

_bumpMapExtension: MaterialExtension = ...
_defines: any = ...
_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<"update" | "dispose" | "preRender" | "postRender" | "preFrame" | "postFrame" | "*" | "addPlugin" | "removePlugin" | "renderEnabled" | "renderDisabled", ((e) => void)> = {}

Type declaration

binaryStepCount: number = 3
constructor: typeof AViewerPluginSync & typeof AViewerPlugin
debugHitHeight: boolean = false
debugNormals: boolean = false
enabled: boolean = true
stepCount: number = 12
uiConfig?: UiObjectConfig<any, string, any> = undefined
OldPluginType?: string
PluginType: string = 'ReliefParallaxMapping'

Accessors

Methods

Generated using TypeDoc