X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fapp.cc;h=ff95ee134161f98e2aebc7854b5c342ec668e0b9;hb=210e0808f65484b98af436587c46874695cf7453;hp=49f8469eb1d132ac39ff5cb812c3bb34fa9dee40;hpb=68e71418a70dab4174981d5a579e96a9089f8682;p=laserbrain_demo diff --git a/src/app.cc b/src/app.cc index 49f8469..ff95ee1 100644 --- a/src/app.cc +++ b/src/app.cc @@ -104,7 +104,7 @@ bool app_init(int argc, char **argv) float ambient[] = {0.0, 0.0, 0.0, 0.0}; glLightModelfv(GL_LIGHT_MODEL_AMBIENT, ambient); - glClearColor(0.2, 0.2, 0.2, 1.0); + glClearColor(1, 1, 1, 1); mscn = new MetaScene; if(!mscn->load(opt.scenefile ? opt.scenefile : "data/museum.scene")) {