MCPcopy Create free account
hub / github.com/dev7355608/perfect-vision / constructor

Method constructor

scripts/utils/framebuffer.js:63–65  ·  view source on GitHub ↗

* @param {object} [texturesOptions] - The textures options. * @param {object} [framebufferOptions] - The framebuffer options.

(texturesOptions, framebufferOptions)

Source from the content-addressed store, hash-verified

61 * @param {object} [framebufferOptions] - The framebuffer options.
62 */
63 constructor(texturesOptions, framebufferOptions) {
64 this.reset(texturesOptions, framebufferOptions);
65 }
66
67 /**
68 * Reset.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected