UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

19 lines (12 loc) 426 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [ModelBoundingBox](./server.modelboundingbox.md) ## ModelBoundingBox type A bounding box for a model. **Signature:** ```typescript export type ModelBoundingBox = { min: Vector3Like; max: Vector3Like; }; ``` **References:** [Vector3Like](./server.vector3like.md)