@equinor/videx-3d
    Preparing search index...

    Class PickingMaterial

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app.

      Returns void

      Material#dispose

    • An optional callback that is executed immediately before the material is used to render a 3D object.

      This method can only be used when rendering with WebGLRenderer.

      Parameters

      • _renderer: WebGLRenderer
      • _scene: Scene
      • _camera: Camera
      • _geometry: BufferGeometry
      • object: Object3D

        The 3D object.

      Returns void