We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RGBFormat has been removed in the r137 update and changed to the RGBAFormat which on my side creates a new error :
WebGL: INVALID_OPERATION: texSubImage2D: ArrayBufferView not big enough for request
Currently working on it but one of the lead to correct this is to change RGBAFormat to THREE.RedFormat since we send only one channel.
Thread about this issue : discover.three.js
The text was updated successfully, but these errors were encountered:
i cant seem to install the dependencies .. what version of node did you use
Sorry, something went wrong.
No branches or pull requests
RGBFormat has been removed in the r137 update and changed to the RGBAFormat which on my side creates a new error :
WebGL: INVALID_OPERATION: texSubImage2D: ArrayBufferView not big enough for request
Currently working on it but one of the lead to correct this is to change RGBAFormat to THREE.RedFormat since we send only one channel.
Thread about this issue : discover.three.js
The text was updated successfully, but these errors were encountered: