diff options
Diffstat (limited to 'opengl/java/android')
-rw-r--r-- | opengl/java/android/opengl/GLU.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/GLU.java b/opengl/java/android/opengl/GLU.java index ed6455689e44..ef9bf16747a4 100644 --- a/opengl/java/android/opengl/GLU.java +++ b/opengl/java/android/opengl/GLU.java @@ -203,8 +203,8 @@ public class GLU { * @param view the current view, {x, y, width, height} * @param viewOffset the offset into the view array where the view vector * data starts. - * @param obj the output vector {objX, objY, objZ}, that returns the - * computed object coordinates. + * @param obj the output vector {objX, objY, objZ, objW}, that returns the + * computed homogeneous object coordinates. * @param objOffset the offset into the obj array where the obj vector data * starts. * @return A return value of GL10.GL_TRUE indicates success, a return value |