]> git.mxchange.org Git - simgear.git/commitdiff
Minor spelling changes in comments.
authorcurt <curt>
Mon, 10 Jul 2000 13:18:10 +0000 (13:18 +0000)
committercurt <curt>
Mon, 10 Jul 2000 13:18:10 +0000 (13:18 +0000)
simgear/sky/cloud.cxx
simgear/sky/dome.cxx

index 5d6ec288deb9aded15a9ab8198c0957ee50798d5..0b439771871d91d5a2aadffe959cc98c9b073ad4 100644 (file)
@@ -162,9 +162,9 @@ bool SGCloudLayer::reposition( sgVec3 p, sgVec3 up, double lon, double lat,
 
     // Rotate to proper orientation
     // printf("  lon = %.2f  lat = %.2f\n", 
-    //        FG_Longitude * SGD_RADIANS_TO_DEGREES,
-    //        FG_Latitude * SGD_RADIANS_TO_DEGREES);
-    // xglRotatef( f->get_Longitude() * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 );
+    //        lon * SGD_RADIANS_TO_DEGREES,
+    //        lat * SGD_RADIANS_TO_DEGREES);
+    // xglRotatef( lon * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 );
     sgSetVec3( axis, 0.0, 0.0, 1.0 );
     sgMakeRotMat4( LON, lon * SGD_RADIANS_TO_DEGREES, axis );
 
index 0032bd8fa3ca1f33c840ebaa4e78721b6bd94d5a..74790bb030643761d85686f774bfe4abbce8675c 100644 (file)
@@ -507,9 +507,9 @@ bool SGSkyDome::reposition( sgVec3 p, double lon, double lat, double spin ) {
 
     // Rotate to proper orientation
     // printf("  lon = %.2f  lat = %.2f\n",
-    //        FG_Longitude * SGD_RADIANS_TO_DEGREES,
-    //        FG_Latitude * SGD_RADIANS_TO_DEGREES);
-    // xglRotatef( f->get_Longitude() * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 );
+    //        lon * SGD_RADIANS_TO_DEGREES,
+    //        lat * SGD_RADIANS_TO_DEGREES);
+    // xglRotatef( lon * SGD_RADIANS_TO_DEGREES, 0.0, 0.0, 1.0 );
     sgSetVec3( axis, 0.0, 0.0, 1.0 );
     sgMakeRotMat4( LON, lon * SGD_RADIANS_TO_DEGREES, axis );