Tuesday 20 November 2012

Building My Project

Hello all,

I have started making the frame work for my application for the native side of my project.  I have decided on 3 types of scenes.
  1. A very basic scene with un-textured shapes
  2. Same Scene but with textures
  3. finally a more complicated scene with a camera, skybox and multiple objects
So far I have created the basic framework for my first 2 types of scenes.  You can pick between displaying 1, 2 or 3 objects and control them with the touch screen.  At the moment only cubes are available but pyramids will be implemented over the next day or so.  I am just about to start my more complicated scene but I figured that I might as well post up what I have done so far with some screen shots.

I will be posting a more lengthy blog on the code and how it works soon as well.

Basic Scene:
 Textured Scene:


stay posted for the breakdown of the code.