Ignore:
Timestamp:
Feb 10, 2011, 10:59:09 AM (13 years ago)
Author:
Torben Dannhauer
Message:

changed updater from degreet to radian

now osgvisual uses internally rad, whiel the XML configuration file uses degree to be human readable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/object/object_updater.h

    r223 r224  
    100100         * @param lon_
    101101         * @param alt_
    102          * @param rot_x_deg_
    103          * @param rot_y_deg_
    104          * @param rot_z_deg_
     102         * @param rot_x_rad_
     103         * @param rot_y_rad_
     104         * @param rot_z_rad_
    105105         * @param label_
    106106         */
    107         void setUpdaterSlotNames( osgVisual::visual_object* object_, std::string lat_deg_, std::string lon_deg_, std::string alt_, std::string rot_x_deg_, std::string rot_y_deg_, std::string rot_z_deg_, std::string label_);
     107        void setUpdaterSlotNames( osgVisual::visual_object* object_, std::string lat_rad_, std::string lon_rad_, std::string alt_, std::string rot_x_rad_, std::string rot_y_rad_, std::string rot_z_rad_, std::string label_);
    108108
    109109
     
    117117         * Names of the Slots the updater should use
    118118         */
    119         std::string updater_lat_deg, updater_lon_deg, updater_alt, updater_rot_x_deg, updater_rot_y_deg, updater_rot_z_deg, updater_label;
     119        std::string updater_lat_rad, updater_lon_rad, updater_alt, updater_rot_x_rad, updater_rot_y_rad, updater_rot_z_rad, updater_label;
    120120
    121121};
Note: See TracChangeset for help on using the changeset viewer.