-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
New issue
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
WebGPURenderer: Support WebGLCubeRenderTarget #27071
Conversation
379db47
to
a365ac8
Compare
fc913d7
to
cffdad4
Compare
b16a52e
to
d14554a
Compare
This one will conflict with #27463. Would be great if we can merge this one before. I will update the other PR once it's done. |
/@sunag @RenaudRohlinger Rebased on recent msaa changes - does anyone use/expect msaa on cube textures? |
Considering that MSAA has never been supported on cube textures in Three.js, and we haven't received any complaints or requests for this feature ever, I suggest we refrain from implementing it at this stage. /@aardgoose |
@RenaudRohlinger Very happy not to add it, |
* cube render targets * implemenet destroyAttribute() * replicate WebGPU texture filtering * missed ; * allow tests to run * reinstate flip * add missing ; * repair damage --------- Co-authored-by: aardgoose <[email protected]>
Added support to render to WebGLCubeRenderTarget and fixes cubeTexture lookups for WebGL
Also adds mipmap creation for renderTarget textures and minor depthTexture handling.