MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop /

Class

examples/hello_camera.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Vector3, Matrix4, PerspectiveFov, Deg } from "./extern/gmath.bundle.js";
4
5export class CameraController {
6 speed = 0;
7 isLeftPressed = false;
8 isRightPressed = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected