Ignore:
Timestamp:
Apr 21, 2012, 10:18:18 AM (11 years ago)
Author:
sam
Message:

orbital: start implementing the mesh builder features found in the original.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/orbital/orbital.cpp

    r1235 r1245  
    2424
    2525#include "orbital.h"
     26#include "mesh.h"
    2627
    2728Orbital::Orbital()
    2829{
    29     ;
     30    m.AppendBox(vec3(1.0, 1.0, 1.0));
     31    m.Flush();
    3032}
    3133
     
    4749int main(int argc, char **argv)
    4850{
    49     Application app("Orbital", ivec2(1280,720), 60.0f);
     51    Application app("Orbital", ivec2(1024,576), 60.0f);
    5052
    5153#if defined _WIN32 && !defined _XBOX
Note: See TracChangeset for help on using the changeset viewer.