UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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