Closed Methuselah96 closed 8 months ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 39d9cda8b9ab698c8088678ae4a61d6e2e621136:
Sandbox | Source |
---|---|
example | Configuration |
THREE.WebGLRenderTargetOptions
was removed in@types/three@0.162.0
. Added a@ts-ignore
since it's being used for feature/version detection.Float64BufferAttribute
was removed from three.js in r162. Added a@ts-ignore
in accordance with how this is dealt with in the status quo.