Recording WebVR Experiences
Tools i use to record webvr experiences. The goal is to be able to create nice looking mixed reality videos. Here is a first video.
It is very much a work in progress, maybe it can help others :)
Github Repository - Open Issues - New Issue
Getting Started
Just add this line in your page and the recording webvr UI will appears.
<script src='recording-webvr-bookmarklet.js'></script>
Examples
- examples/ccapture.html - record a webm movie from a 3d scene with ccapture library
- examples/vrrecording_json.html - record/replay vr experiences. aka webvr/gamepad/video
- examples/vrrecording_threejs.html - record/replay vr experiences in three.js