diff options
| author | 2012-03-02 09:09:30 -0800 | |
|---|---|---|
| committer | 2012-03-02 09:09:30 -0800 | |
| commit | b962b98bef33eba634aec41cf9d84527ce9db3bb (patch) | |
| tree | fc93bb118dafb13923bb2ed9dd552854c7e82a3a /graphics/java | |
| parent | d4202c9d138459a60fde708ecda995f3b599d252 (diff) | |
| parent | 67a15457d184f01fffe162a0983d0b507cb7b358 (diff) | |
am 67a15457: am e5e11fd6: Merge "docs: fixing bug 5942573" into ics-mr1
* commit '67a15457d184f01fffe162a0983d0b507cb7b358':
docs: fixing bug 5942573
Diffstat (limited to 'graphics/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 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 |