Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / components / CubeMeshParameters

Type Alias: CubeMeshParameters

ts
type CubeMeshParameters = {
  width: number;
  height: number;
  depth: number;
};

Defined in: components/MeshGeometry.ts:15

Box geometry parameters in world units.

Properties

PropertyTypeDescriptionDefined in
widthnumberBox width along X.components/MeshGeometry.ts:17
heightnumberBox height along Y.components/MeshGeometry.ts:19
depthnumberBox depth along Z.components/MeshGeometry.ts:21