Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 22, 2019, 4:46:06 PM (5 years ago)
Author:
emustafa
Message:

shroom removed, KartController removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartFlag.cc

    r12156 r12192  
    8686    void OrxoKartFlag::init(int n, int s)
    8787    {
    88         model_ = new Model(this->getContext());
    89         model_->setMeshSource("OrxoKartMushroom.mesh");
    90         model_->setScale3D(Vector3(s, s, s));
    91         model_->setPosition(Vector3(s*n*0.5f,-0.0f, s*n*0.5f));
    92 
    93         this->attach(model_);
    9488
    9589        cs_ = new BoxCollisionShape(this->getContext());
Note: See TracChangeset for help on using the changeset viewer.