tutorials:light-modeling-light-shader
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tutorials:light-modeling-light-shader [2025/06/03 09:32] – barley1965 | 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)); |
tutorials/light-modeling-light-shader.txt · Last modified: 2025/06/03 10:04 by MH