tutorials:light-modeling-light-shader
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:light-modeling-light-shader [2025/01/22 15:13] – [Lambert Shader] MH | tutorials:light-modeling-light-shader [2025/06/03 10:04] (current) – MH | ||
---|---|---|---|
Line 87: | Line 87: | ||
static Phong myShader = new Phong(); | static Phong myShader = new Phong(); | ||
static { | static { | ||
- | myShader.setDiffuse(new | + | myShader.setDiffuse(new |
myShader.setTransparency(new Graytone(0.1)); | myShader.setTransparency(new Graytone(0.1)); | ||
myShader.setSpecular(new Graytone(0.1)); | myShader.setSpecular(new Graytone(0.1)); | ||
Line 137: | Line 137: | ||
=== Side Switch Shader === | === Side Switch Shader === | ||
- | The // | + | The // |
tutorials/light-modeling-light-shader.1737555224.txt.gz · Last modified: 2025/01/22 15:13 by MH