UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (4 loc) 151 B
import {AbstractShape3D} from "./AbstractShape3D"; export class UnitCubeShape3D extends AbstractShape3D { static INSTANCE: UnitCubeShape3D }