AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
460 stars 63 forks source link

BabylonJS inspector"record video" output? #155

Open ziriax opened 5 years ago

ziriax commented 5 years ago

It seems the BabylonJS inspector has buttons to record video and make screenshots.

Does this work? And where are the files written to?

Thanks a lot! Peter

bghgary commented 5 years ago

Unfortunately, not yet. Because it's hosted in a node environment, writing files need to be handled differently and I haven't researched what the right solution is. Some functions in Babylon probably need to be shimmed to make it work.