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

Method constructor

examples/hello_camera.js:81–83  ·  view source on GitHub ↗
(width, height)

Source from the content-addressed store, hash-verified

79 zfar = 100.0;
80
81 constructor(width, height) {
82 this.aspect = width / height;
83 }
84
85 buildViewProjMatrix() {
86 const view = Matrix4.lookAtRh(this.eye, this.target, this.up);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected