You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to create 2 different scenes with 2 different webgpus and 2 different postprocess, they give an error when using postprocess.
Reproduction steps
create a class to create a webgpu scene
use this class and create 2 webgpu
when use postProcess, three fails
Code
//If disabling postprocess with normal render works on 'update()'//project.postProcessRender.renderAsync(project.scene, project.camera);//default renderproject.renderer.renderAsync(project.scene,project.camera);//or if enable only one webview work too//create a project WebGPU2varproject2=newProject();varelement2=document.getElementById('div2');//project2.init(element2);
Mugen87
changed the title
2 diferent webGPU and postprocess on same page Fail
WebGPURenderer: Multiple renderer setup with FX produces warnings.
Nov 6, 2024
Description
I’m trying to create 2 different scenes with 2 different webgpus and 2 different postprocess, they give an error when using postprocess.
Reproduction steps
Code
Live example
With double and Postproces - fail
With double and not Postprocess - works
With one and Postprocess- works
Screenshots
Version
r170
Device
Desktop
Browser
Chrome
OS
Windows
The text was updated successfully, but these errors were encountered: