Rodrix3 Posted April 3, 2018 Share Posted April 3, 2018 On ThreeJs I used ccapture library to capture the rendered output to video (tar with pngs of video frames). Ccapture library: https://github.com/spite/ccapture.js Has anyone used this on BabylonJS? If so how? Or is there a better method to render to video? (Export Render to video without loosing frames) The plugin is used like this on ThreeJs: function render(){ requestAnimationFrame(render); // rendering stuff ... capturer.capture( canvas ); } What would be the equivalent on BabylonJS? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted April 3, 2018 Share Posted April 3, 2018 Someone already did that with Babylon. Look at this PG http://playground.babylonjs.com/#Z5RY9C#6 MarianG 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.