* commit 'b962b98bef33eba634aec41cf9d84527ce9db3bb': docs: fixing bug 5942573
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user