Changeset 1245 for trunk/orbital/orbital.cpp
- Timestamp:
- Apr 21, 2012, 10:18:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/orbital.cpp
r1235 r1245 24 24 25 25 #include "orbital.h" 26 #include "mesh.h" 26 27 27 28 Orbital::Orbital() 28 29 { 29 ; 30 m.AppendBox(vec3(1.0, 1.0, 1.0)); 31 m.Flush(); 30 32 } 31 33 … … 47 49 int main(int argc, char **argv) 48 50 { 49 Application app("Orbital", ivec2(1 280,720), 60.0f);51 Application app("Orbital", ivec2(1024,576), 60.0f); 50 52 51 53 #if defined _WIN32 && !defined _XBOX
Note: See TracChangeset
for help on using the changeset viewer.