This commit is contained in:
parent
83dada40b6
commit
b501847f57
2 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func init() {
|
||||||
func update(t float64) {
|
func update(t float64) {
|
||||||
|
|
||||||
sphereMat := RED_MAT
|
sphereMat := RED_MAT
|
||||||
sphereMat2 := BLUE_MAT
|
sphereMat2 := GREEN_MAT
|
||||||
sphereMat.specularFac = 0.5
|
sphereMat.specularFac = 0.5
|
||||||
sphereMat2.specularFac = 0.5
|
sphereMat2.specularFac = 0.5
|
||||||
sphere := TranslatedSDF{Sphere{10, sphereMat}, Vector3{-15, 100, 10}}
|
sphere := TranslatedSDF{Sphere{10, sphereMat}, Vector3{-15, 100, 10}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue