For example, say that you were rendering a short movie like this one:
http://en.wikipedia.org/wiki/For_the_Birds_(film) . At 3 minutes 25,
at 30 frames per second, that's 6150 frames. Given, say, a hundred
computers, you could have each render six or seven frames of the movie
and then reassemble them. That's not exactly novel, though; just about
any half-decent 3D package supports networked rendering because it
literally takes forever to render anything even slightly complex.
If you're using a scanline renderer, you could even have an actor
render part of an image and another render another part of the image
and composite it later.
If you're asking if Akka does 3D rendering, I don't think it does. :P
> --
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To post to this group, send email to akka...@googlegroups.com.
> To unsubscribe from this group, send email to
> akka-user+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/akka-user?hl=en.
Best of luck on your 3D adventure.
//Henrik
Furthermore, you can register an asynchronous callback to drink the
coffee when it is ready.
Best regards
Edmondo
2012/3/16 Henrik Engström <henrik....@gmail.com>: