Type alias OnMeshCreatedCallback

OnMeshCreatedCallback: ((mesh) => void)

Type declaration

    • (mesh): void
    • This function will be called just after the mesh is created, before it is added to the scene. It gives an opportunity to modify the resulting mesh as needed by the application.

      Parameters

      • mesh: Mesh

      Returns void

Generated using TypeDoc