]> git.lizzy.rs Git - dragonblocks3d.git/blobdiff - src/dragonblocks/client.cpp
Frustum & Backface Culling
[dragonblocks3d.git] / src / dragonblocks / client.cpp
index c98cec344c39df8ef82cd40b98c780288cb7756c..c8fa8dbd28f658ec209de8c54beb4f00b84d72f8 100644 (file)
@@ -18,7 +18,7 @@ Client::Client()
 {
        log("Initalizing...");
        
-       Texture::mipmap = false;
+       Texture::mipmap = true;
        Texture::bilinear_filter = false;
        Texture::initArgs();
        
@@ -41,8 +41,8 @@ Client::Client()
        player = Player::createLocalplayer(render_engine->camera, render_engine->input_handler, map);
        
        player->pitch_move = false;
-       player->yaw = -90;
-       player->pitch = -80;
+       player->yaw = 0;
+       player->pitch = 0;
        player->speed = 10;
        player->pos = vec3(8, 8, 8);