-
Notifications
You must be signed in to change notification settings - Fork 194
generate image files from canvas #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We actually already generate images from the canvas for the purposes of
"freezing" the canvas when it's not in use. So yes, it's possible, and
probably not that hard to add.
…On Tue, Jun 20, 2017 at 8:24 AM, Chris Kees ***@***.***> wrote:
Our team is looking for a way to generate image frames (for animations)
based on our pythreejs canvas. Would this be a worthwhile thing for us to
try adding to pythreejs?
https://stackoverflow.com/questions/15558418/how-do-you-
save-an-image-from-a-three-js-canvas
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#106>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMNduZ4UqsKhk72izyB94LcHL1TxMAoks5sF-QSgaJpZM4N_wDc>
.
--
Abel Allison
[email protected]
|
I'm trying to implement this. self.on_msg(self._screenshot_ret_val) And in this.send({
type: '...',
method_name: 'screenshot',
ret_val: ...,}, this.callbacks(), null); However, I'm unclear on how |
see also my comment here |
Our team is looking for a way to generate image frames (for animations) based on our pythreejs canvas. Would this be a worthwhile thing for us to try adding to pythreejs?
https://stackoverflow.com/questions/15558418/how-do-you-save-an-image-from-a-three-js-canvas
The text was updated successfully, but these errors were encountered: