01-06-2012, 01:42 PM
Here's an example of my engine's previous iteration for a small 2d puzzle game prototype, which works a lot less efficiently than in the new iteration.
[spoiler]
[/spoiler]
...and here's an example of my current iteration of my core and engine producing some basic 3d landscape without objects; drawn via GL_LINES for the sake of seeing the polycount a bit easier. It's still highly unoptimized as I just recently started getting into the rendering of 3d graphics.
[spoiler]
[/spoiler]
[spoiler]
[/spoiler]...and here's an example of my current iteration of my core and engine producing some basic 3d landscape without objects; drawn via GL_LINES for the sake of seeing the polycount a bit easier. It's still highly unoptimized as I just recently started getting into the rendering of 3d graphics.
[spoiler]
[/spoiler]
