Changeset 361 in flair-src for trunk/lib/FlairSimulator/src/Model.cpp


Ignore:
Timestamp:
06/08/20 11:52:29 (4 years ago)
Author:
Sanahuja Guillaume
Message:

add ball for Julio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSimulator/src/Model.cpp

    r167 r361  
    1919#include "Simulator.h"
    2020#include <DoubleSpinBox.h>
     21#include <Vector3DSpinBox.h>
    2122
    2223#ifdef GL
     
    7576}
    7677
     78core::Vector3Df Model::InitialPosition(void) {
     79    return pimpl_->pos_init->Value();
     80}
     81
    7782} // end namespace simulator
    7883} // end namespace flair
Note: See TracChangeset for help on using the changeset viewer.