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 Summary)

Constructors

Properties

_dirty: boolean = false
_viewer?: ThreeViewer
_viewerListeners: PartialRecord<
    | "dispose"
    | "*"
    | "update"
    | "preRender"
    | "postRender"
    | "preFrame"
    | "postFrame"
    | "addPlugin"
    | "removePlugin"
    | "renderEnabled"
    | "renderDisabled",
    (e: IViewerEvent) => void,
> = {}
binaryStepCount: number = 3
constructor: typeof AViewerPluginSync & typeof AViewerPlugin
debugHitHeight: boolean = false
debugNormals: boolean = false
enabled: boolean = true
stepCount: number = 12
uiConfig?: UiObjectConfig = undefined
OldPluginType?: string
PluginType: string = 'ReliefParallaxMapping'

Accessors

Methods