Function: NewSphereMesh()
function NewSphereMesh(): Promise<number>;
Creates a sphere mesh.
Returns
Promise<number>
A promise that resolves to the created mesh handle.
function NewSphereMesh(): Promise<number>;
Creates a sphere mesh.
Promise<number>
A promise that resolves to the created mesh handle.