Searched refs:_radiusEarth (Results 1 – 2 of 2) sorted by relevance
181 double _radiusEarth; member in SolarSystem224 _radiusEarth = 1.0; in SolarSystem()303 _radiusEarth *= _radiusFactor; in radiusCorrection()550 std::cout << "radiusEarth(" << _radiusEarth << ")" << std::endl; in printParameters()611 while (arguments.read("--radiusEarth",solarSystem._radiusEarth)) { } in main()770 …osg::Node* earth = solarSystem.createPlanet( solarSystem._radiusEarth, "Earth", osg::Vec4( 1.0f, 1… in main()