Script stuff
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2026 Dominic Masters
|
||||
//
|
||||
// This software is released under the MIT License.
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
/**
|
||||
* Built-in primitive meshes, usable with Renderable.setMesh(). Opaque
|
||||
* engine-owned handles -- do not inspect or mutate.
|
||||
*/
|
||||
declare const MESH_CUBE: object;
|
||||
declare const MESH_PLANE: object;
|
||||
declare const MESH_SPHERE: object;
|
||||
declare const MESH_CAPSULE: object;
|
||||
declare const MESH_TRIPRISM: object;
|
||||
declare const MESH_QUAD: object;
|
||||
Reference in New Issue
Block a user