Browse Source

complaint from _Hypnos

rdb 17 years ago
parent
commit
d62778c7e0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      panda/src/grutil/geoMipTerrain.h

+ 4 - 4
panda/src/grutil/geoMipTerrain.h

@@ -32,7 +32,7 @@
 // Description : GeoMipTerrain, meaning Panda3D GeoMipMapping, can convert
 //               a heightfield image into a 3D terrain, consisting
 //               of several GeomNodes. It uses the GeoMipMapping
-//                algorithm, or Geometrical MipMapping, based on
+//               algorithm, or Geometrical MipMapping, based on
 //               the LOD (Level of Detail) algorithm. For more
 //               information about the GeoMipMapping algoritm, see
 //               this paper, written by Willem H. de Boer:
@@ -79,9 +79,9 @@ PUBLISHED:
   INLINE void set_auto_flatten(int mode);
   
   // The focal point is the point at which the terrain will have the
-  // lowest level of detail (highest quality). Parts farther away
-  // from the focal point will hae a higher level of detail. The
-  // focal point is not taken in respect if bruteforce is set true.
+  // highest quality (lowest level of detail). Parts farther away from
+  // the focal point will have a lower quality (higher level of detail).
+  // The focal point is not taken in respect if bruteforce is set true.
   INLINE void set_focal_point(LPoint2d fp);
   INLINE void set_focal_point(LPoint2f fp);
   INLINE void set_focal_point(LPoint3d fp);