summaryrefslogtreecommitdiff
path: root/graphics/java
diff options
context:
space:
mode:
author Robert Ly <robertly@google.com> 2012-03-02 09:06:44 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-03-02 09:06:44 -0800
commit67a15457d184f01fffe162a0983d0b507cb7b358 (patch)
tree2cf3424480958be8b5ccd25fd5d2aa3dc31fc364 /graphics/java
parentf65951bf5db7a248651cbfa89886d773f95c3e03 (diff)
parente5e11fd666d242b099466017c6d9bd23e6d2896d (diff)
am e5e11fd6: Merge "docs: fixing bug 5942573" into ics-mr1
* commit 'e5e11fd666d242b099466017c6d9bd23e6d2896d': docs: fixing bug 5942573
Diffstat (limited to 'graphics/java')
-rw-r--r--graphics/java/android/renderscript/Mesh.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/java/android/renderscript/Mesh.java b/graphics/java/android/renderscript/Mesh.java
index 7b3b73f505c6..7ffaaf9e25c5 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