reset method
void
reset()
Implementation
void reset(){
position.x = -7.5;
position.y = 4.5;
position.z = 0;
rotation.x = 0;
rotation.y = 0;
rotation.z = 0;
_zoom = _zoomStart;
}
void reset(){
position.x = -7.5;
position.y = 4.5;
position.z = 0;
rotation.x = 0;
rotation.y = 0;
rotation.z = 0;
_zoom = _zoomStart;
}