Hierarchy

  • ObjectMesher

Properties

_rebaseOrigin: ((delta) => void)

Type declaration

    • (delta): void
    • Parameters

      • delta: any

      Returns void

allBaseMeshes: any[]
buildObjectMeshes: (() => void)

Type declaration

    • (): void
    • Returns void

disposeChunk: ((chunk) => void)

Type declaration

    • (chunk): void
    • Parameters

      • chunk: any

      Returns void

initChunk: ((chunk) => void)

Type declaration

    • (chunk): void
    • Parameters

      • chunk: any

      Returns void

rootNode: TransformNode
setObjectBlock: ((chunk, blockID, i, j, k) => void)

Type declaration

    • (chunk, blockID, i, j, k): void
    • Parameters

      • chunk: any
      • blockID: any
      • i: any
      • j: any
      • k: any

      Returns void

tick: (() => void)

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc