diff options
author | Robert Ly <robertly@google.com> | 2012-03-02 09:04:16 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-02 09:04:16 -0800 |
commit | e5e11fd666d242b099466017c6d9bd23e6d2896d (patch) | |
tree | 2ec58f51dd6f83e822fdc0d3ead2dad0b6d07cc0 /graphics | |
parent | 0dd9ec144b0da8df9d8900d78c8177e761de458d (diff) | |
parent | f11ffc1178645762b74f945b6c5ee068dc6000d3 (diff) | |
download | frameworks_base-e5e11fd666d242b099466017c6d9bd23e6d2896d.zip frameworks_base-e5e11fd666d242b099466017c6d9bd23e6d2896d.tar.gz frameworks_base-e5e11fd666d242b099466017c6d9bd23e6d2896d.tar.bz2 |
Merge "docs: fixing bug 5942573" into ics-mr1
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/java/android/renderscript/Mesh.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/renderscript/Mesh.java b/graphics/java/android/renderscript/Mesh.java index 7b3b73f..7ffaaf9e 100644 --- a/graphics/java/android/renderscript/Mesh.java +++ b/graphics/java/android/renderscript/Mesh.java @@ -631,7 +631,7 @@ public class Mesh extends BaseObj { } /** - * Sets the texture coordinate for the last added vertex + * Sets the texture coordinate for the vertices that are added after this method call. * * @param s texture coordinate s * @param t texture coordinate t @@ -648,7 +648,7 @@ public class Mesh extends BaseObj { } /** - * Sets the normal vector for the last added vertex + * Sets the normal vector for the vertices that are added after this method call. * * @param x normal vector x * @param y normal vector y @@ -667,7 +667,7 @@ public class Mesh extends BaseObj { } /** - * Sets the color for the last added vertex + * Sets the color for the vertices that are added after this method call. * * @param r red component * @param g green component |