Function buildObject

  • Internal

    Builds the object associated with the given technique.

    Parameters

    • technique: Technique

      The technique.

    • geometry: BufferGeometry

      The object's geometry.

    • material: Material | Material[]

      The object's material.

    • tile: Tile

      The tile where the object is located.

    • elevationEnabled: boolean

      True if elevation is enabled, false otherwise.

    Returns THREE.Object3D

Generated using TypeDoc