~stellarium/stellarium/trunk

« back to all changes in this revision

Viewing changes to src/stel_object.h

  • Committer: xalioth
  • Date: 2003-05-28 21:44:07 UTC
  • Revision ID: vcs-imports@canonical.com-20030528214407-62hf94ipa2tdjgz9
Fixed many things : planets, nebula info, navigation, drawing bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        static stel_object * find_stel_object(Vec3d);
39
39
        virtual void get_info_string(char * s);
40
40
        virtual unsigned char get_type(void)=0;
41
 
        virtual Vec3d get_equ_pos(void)=0;
 
41
        virtual Vec3d get_earth_equ_pos(void)=0;
42
42
        virtual vec3_t get_RGB(void) {return vec3_t(0.,0.,0.);}
43
43
private:
44
44
};