explosiveduck / ed2d

Explosive Duck 2D
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Expand the scenegraph code, and create usage demo. #22

Open mdsitton opened 9 years ago

mdsitton commented 9 years ago

Currently the scenegraph is very early stages, it hasn't even really been tested for rendering very thoroughly or at all.

Its also missing some stuff that I'm convinced could be used to better manage opengl calls, which should improve performance.

AlexMarinescu commented 8 years ago

Any way we can add custom "render" function? Right now you would call scengraph.render() for all. However, there are some situations where I needed to have a custom render call so I wouldn't be forced to overwrite the default one.