rohitvarkey / ThreeJS.jl

Julia interface to WebGL using Three-js custom elements and Patchwork.jl
https://rohitvarkey.github.io/ThreeJS.jl
Other
56 stars 15 forks source link

Exporting as a png #27

Open JanisErdmanis opened 8 years ago

JanisErdmanis commented 8 years ago

I am using ThreeJS.jl for my physics master thesis project, with which I show dynamics of liquid drop. For now to get rendered pictures I take screenshoots, which works fine. But I would also like to make a video, so more practical solution would be to be able to export rendered image which I see in browser as png for each time step? Can it be done?

rohitvarkey commented 7 years ago

@akels I apologise for the delay for my response. Unfortunately, ThreeJS does not support exporting to png currently. 😞 So I guess, screenshots/recordings are the way to go for now.