Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2008, 2:44:48 AM (16 years ago)
Author:
landauf
Message:

added two more graphical classes, ParticleEmitter and ParticleSpawner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.cc

    r2044 r2065  
    7676                this->billboard_.setBillboardSet(this->getScene()->getSceneManager(), this->material_, this->colour_, 1);
    7777                this->getNode()->attachObject(this->billboard_.getBillboardSet());
     78                this->billboard_.setVisible(this->isVisible());
    7879            }
    7980        }
     
    9091                this->billboard_.setBillboardSet(this->getScene()->getSceneManager(), this->material_, this->colour_, 1);
    9192                this->getNode()->attachObject(this->billboard_.getBillboardSet());
     93                this->billboard_.setVisible(this->isVisible());
    9294            }
    9395        }
Note: See TracChangeset for help on using the changeset viewer.