David Rose преди 21 години
родител
ревизия
5ea397873d
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      panda/src/mathutil/plane_src.cxx

+ 3 - 3
panda/src/mathutil/plane_src.cxx

@@ -20,9 +20,9 @@
 ////////////////////////////////////////////////////////////////////
 //     Function: Plane::get_reflection_mat
 //       Access: Published
-//  Description: This computes a transform matrix that performs the
-//               perspective transform defined by the frustum,
-//               accordinate to the indicated coordinate system.
+//  Description: This computes a transform matrix that reflects the
+//               universe to the other side of the plane, as in a
+//               mirror.
 ////////////////////////////////////////////////////////////////////
 FLOATNAME(LMatrix4) FLOATNAME(Plane)::
 get_reflection_mat(void) const {