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