mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Reference edits for 2.0, text corrections
This commit is contained in:
@@ -273,7 +273,7 @@ public class PShader {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param vec modifies all the components of an array/vector uniform variable. PVector can be only be used if the type of the variable is vec3.
|
||||
* @param vec modifies all the components of an array/vector uniform variable. PVector can only be used if the type of the variable is vec3.
|
||||
*/
|
||||
public void set(String name, PVector vec) {
|
||||
setUniformImpl(name, UniformValue.FLOAT3,
|
||||
|
||||
Reference in New Issue
Block a user