ThreePipe
    Preparing search index...

    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)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (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<any, string, any> = undefined
    OldPluginType?: string
    PluginType: string = 'ReliefParallaxMapping'

    Accessors

    Methods