Searched refs:uniformf (Results 1 – 1 of 1) sorted by relevance
| /plugin/processing/ |
| D | script.js | 1700 function uniformf(programObj, varName, varValue) { function 6535 uniformf(programObject3D, "lights[" + lightCount + "].color", [r / 255, g / 255, b / 255]); 6536 uniformf(programObject3D, "lights[" + lightCount + "].position", pos.array()); 6559 uniformf(programObject3D, "lights[" + lightCount + "].color", [r / 255, g / 255, b / 255]); 6560 … uniformf(programObject3D, "lights[" + lightCount + "].position", [-dir[0], -dir[1], -dir[2]]); 6569 uniformf(programObject3D, "falloff", [constant, linear, quadratic]); 6576 uniformf(programObject3D, "specular", [r / 255, g / 255, b / 255]); 6607 uniformf(programObject3D, "lights[" + lightCount + "].color", [r / 255, g / 255, b / 255]); 6608 uniformf(programObject3D, "lights[" + lightCount + "].position", pos.array()); 6657 uniformf(programObject3D, "lights[" + lightCount + "].color", [r / 255, g / 255, b / 255]); [all …]
|