Skip to content

Gfx3MeshJSM

jay19240 edited this page Dec 11, 2024 · 2 revisions

Gfx3MeshJSM

A 3D static mesh.

  • inherit from: Gfx3Mesh

Constructors

  • new Gfx3MeshJSM(): Gfx3MeshJSM

Methods

  • clone(jsm: Gfx3MeshJSM, transformMatrix: mat4): Gfx3MeshJSM
    • jsm: The copy object.
    • transformMatrix: The transformation matrix.
  • loadFromBinaryFile(path: string): Promise
    • path: The file path.
  • loadFromFile(path: string): Promise
    • path: The file path.
Clone this wiki locally