diff options
| author | Robert Ly <robertly@google.com> | 2012-02-22 10:59:12 -0800 |
|---|---|---|
| committer | Robert Ly <robertly@google.com> | 2012-02-22 16:35:42 -0800 |
| commit | f11ffc1178645762b74f945b6c5ee068dc6000d3 (patch) | |
| tree | 46194c12e1bea7a1b1be90f2b02b24b9713bc154 /graphics/java/android/renderscript | |
| parent | 197fe26940022be75384f4038dd789f446d33122 (diff) | |
| download | frameworks_base-f11ffc1178645762b74f945b6c5ee068dc6000d3.zip frameworks_base-f11ffc1178645762b74f945b6c5ee068dc6000d3.tar.gz frameworks_base-f11ffc1178645762b74f945b6c5ee068dc6000d3.tar.bz2 | |
docs: fixing bug 5942573
Change-Id: I2479dc8916f98a8bf7dbec95dc29cbd871c51be5
Diffstat (limited to 'graphics/java/android/renderscript')
| -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 |
