PDA

View Full Version : ZedBox 1.0 released - Billboard engine


CJ Cat
05-23-2009, 05:06 PM
33126

Hi. This is ZedBox, my 2.5D billboard engine.
It supports nested display list structure.
(If you want to create a spinning ring of balls, just addChild() the balls to a parent, then rotate this parent)
It also supports free camera.
Moreover, ZedBox supports ZFilters, allowing you to create effects like depth-of-field.

Here's the project homepage:
http://code.google.com/p/zedbox

And here's an example:
http://zedbox.googlecode.com/svn/trunk/examples/Satellites/Satellites.swf

RelaxGuy
05-23-2009, 08:42 PM
Love your work, I might have a use for this in a current project i'm working on, i'll dig into it later this weekend, thanks!

CJ Cat
05-24-2009, 06:39 AM
I've just recorded some video tutorials.
Hope you find them useful.

Here's the playlist: http://www.youtube.com/view_play_list?p=239C923DAC6C7A58

kkbbcute
05-26-2009, 01:04 PM
Cool,, like the idea of depth of field and all that, although I've yet to find any logical use for it. But one thing, why do you call it a Billboard engine?

CJ Cat
05-26-2009, 01:55 PM
A billboard is an object in 3D space that always faces to the camera.

kkbbcute
05-27-2009, 01:10 PM
Ooh, well then, nice job. ;) Maybe you could give some productive implementations for this billboard engine that you made?