diff options
author | Robert Ly <robertly@google.com> | 2012-03-02 09:11:54 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-03-02 09:11:54 -0800 |
commit | 861d5ecc7cde0bf7f77ce31d5af2d56ee23b3aee (patch) | |
tree | 79c5291fb8cd1481db774e672012462d870b068c /graphics/java/android/renderscript/Mesh.java | |
parent | 062d6d51f26d57b76bdaed940efd90184e6d0cb6 (diff) | |
parent | b962b98bef33eba634aec41cf9d84527ce9db3bb (diff) |
am b962b98b: am 67a15457: am e5e11fd6: Merge "docs: fixing bug 5942573" into ics-mr1
* commit 'b962b98bef33eba634aec41cf9d84527ce9db3bb':
docs: fixing bug 5942573
Diffstat (limited to 'graphics/java/android/renderscript/Mesh.java')
-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 b6ca58c3760b..f641117d6e0f 100644 --- a/graphics/java/android/renderscript/Mesh.java +++ b/graphics/java/android/renderscript/Mesh.java @@ -636,7 +636,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 @@ -653,7 +653,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 @@ -672,7 +672,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 |