@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / components / RadiusHeightMeshParameters
Type Alias: RadiusHeightMeshParameters
ts
type RadiusHeightMeshParameters = {
radius: number;
height: number;
};Defined in: components/MeshGeometry.ts:39
Radius + height primitive parameters (capsule, cylinder).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
radius | number | Radius of the cap/cylinder cross-section. | components/MeshGeometry.ts:41 |
height | number | Length of the straight section between caps (capsule) or full height (cylinder). | components/MeshGeometry.ts:43 |

