Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2006, 11:35:49 PM (19 years ago)
Author:
ponder
Message:
  • Added multitexturing support to the terrain-class.
  • The lightmap gets screwed up and I don't know why…
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/world_entities/camera.cc

    r8349 r8548  
    3434  this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5);
    3535
    36   this->setFovy(90);
     36  this->setFovy(60.0);
    3737  this->setAspectRatio(1.2f);
    38   this->setClipRegion( .1, 100.0f );
     38  this->setClipRegion( .1, 80.0f );
    3939
    4040  this->setViewMode(Camera::ViewNormal);
Note: See TracChangeset for help on using the changeset viewer.