We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cc48a commit 53c9c66Copy full SHA for 53c9c66
1 file changed
src/main/java/processing/opengl/PShader.java
@@ -1757,16 +1757,10 @@ protected void loadAttributes() {
1757
colorLoc = getAttributeLoc("color");
1758
texCoordLoc = getAttributeLoc("texCoord");
1759
normalLoc = getAttributeLoc("normal");
1760
-
1761
ambientLoc = getAttributeLoc("ambient");
1762
specularLoc = getAttributeLoc("specular");
1763
emissiveLoc = getAttributeLoc("emissive");
1764
shininessLoc = getAttributeLoc("shininess");
1765
1766
- directionLoc = getAttributeLoc("direction");
1767
1768
- offsetLoc = getAttributeLoc("offset");
1769
1770
directionLoc = getAttributeLoc("direction");
1771
offsetLoc = getAttributeLoc("offset");
1772
0 commit comments