added attrib to PShape

This commit is contained in:
codeanticode
2015-03-30 22:16:22 -04:00
parent fd00bfdc73
commit c16161d68e
+13
View File
@@ -700,6 +700,19 @@ public class PShape implements PConstants {
public void normal(float nx, float ny, float nz) {
}
public void attrib(String name, float... values) {
}
public void attrib(String name, int... values) {
}
public void attrib(String name, boolean... values) {
}
/**
* @webref pshape:method
* @brief Starts the creation of a new PShape