We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afe1ea commit ddb64d6Copy full SHA for ddb64d6
src/webgl/material.js
@@ -1259,7 +1259,7 @@ function material(p5, fn){
1259
* Update the vertex data of the model being drawn before any positioning has been applied. It takes in a `Vertex` struct, which includes:
1260
* - `vec3 position`, the position of the vertex
1261
* - `vec3 normal`, the direction facing out of the surface
1262
- * - `vec2 uv`, the texture coordinates associeted with the vertex
+ * - `vec2 texCoord`, the texture coordinates associeted with the vertex
1263
* - `vec4 color`, the per-vertex color
1264
* The struct can be modified and returned.
1265
*
0 commit comments