| 154 | } |
| 155 | |
| 156 | void ImuOrientationVisual::setAlpha(float alpha) |
| 157 | { |
| 158 | alpha_ = alpha; |
| 159 | if (orientation_box_) |
| 160 | orientation_box_->setColor(color_.redF(), color_.greenF(), |
| 161 | color_.blueF(), alpha_); |
| 162 | } |
| 163 | |
| 164 | void ImuOrientationVisual::setFramePosition(const Ogre::Vector3& position) |
| 165 | { |