fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Proof of Concept for 3D Support (Primitives, Scene management) on Opengl backends #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Support for loading, rendering and managing 3D scenes.

I think of primitives like (mesh, material, models, etc) which can be 
organizised in some sort of scene management.

To see how it performs this should be a simple proof of concept to work on 
which does not include support for all backends. However it should be designed 
with multiple backends (Stage3D) in mind.

Original issue reported on code.google.com by johannes...@googlemail.com on 10 Feb 2012 at 7:19

GoogleCodeExporter commented 9 years ago
Johannes indicated on IRC that he's working on this. Let's try to discuss this 
as openly as possible, as there are a lot of tricky design decisions involved.

Original comment by jgw@google.com on 13 Feb 2012 at 3:32

GoogleCodeExporter commented 9 years ago
For some context, there's a bit more discussion on the original forplay issue 
here:
  http://code.google.com/p/forplay/issues/detail?id=15

Original comment by joelgwebber on 16 Feb 2012 at 3:28