BabylonJS / Spector.js

Explore and Troubleshoot your WebGL scenes with ease.

Home Page:http://spector.babylonjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreeJS WebGLMultisampleRenderTarget not captured

tomorrowevening opened this issue · comments

"No frames detected. Try moving the camera or implementing requestAnimationFrame" reported when capturing this page

This is because the sample does not use RAF or timeout but rather renders on demand when moving or resizing the window you can capture with the capture button for a certain amount of commands:

image

and get your result:

image

🙌 Thank you!