Jump to content

Recording Babylon to Video


Rodrix3
 Share

Recommended Posts

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!

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...