Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6228


Ignore:
Timestamp:
Dec 3, 2009, 5:45:08 PM (14 years ago)
Author:
cdaniel
Message:

Camera position is now closer to the Rocket (which is now a bit smaller (scale 0.8).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc

    r6167 r6228  
    6363            Model* model = new Model(this);
    6464            model->setMeshSource("rocket.mesh");
     65                        model->scale(0.7);
    6566            this->attach(model);
    6667            ParticleEmitter* fire = new ParticleEmitter(this);
     
    8283       
    8384        CameraPosition* camPosition = new CameraPosition(this);
    84         camPosition->setPosition(0,10,40);
     85        camPosition->setPosition(0,4,15);
    8586        camPosition->setAllowMouseLook(true);
    8687        this->addCameraPosition(camPosition);
Note: See TracChangeset for help on using the changeset viewer.