docs: Update gluUnProject parameter description. am: 232c4900ac
am: cb6a5fc0f3
am: 94122af913
Change-Id: I35080a02989b25efb690183394b02a724e23acd6
This commit is contained in:
@ -203,8 +203,8 @@ public class GLU {
|
|||||||
* @param view the current view, {x, y, width, height}
|
* @param view the current view, {x, y, width, height}
|
||||||
* @param viewOffset the offset into the view array where the view vector
|
* @param viewOffset the offset into the view array where the view vector
|
||||||
* data starts.
|
* data starts.
|
||||||
* @param obj the output vector {objX, objY, objZ}, that returns the
|
* @param obj the output vector {objX, objY, objZ, objW}, that returns the
|
||||||
* computed object coordinates.
|
* computed homogeneous object coordinates.
|
||||||
* @param objOffset the offset into the obj array where the obj vector data
|
* @param objOffset the offset into the obj array where the obj vector data
|
||||||
* starts.
|
* starts.
|
||||||
* @return A return value of GL10.GL_TRUE indicates success, a return value
|
* @return A return value of GL10.GL_TRUE indicates success, a return value
|
||||||
|
Reference in New Issue
Block a user