green test
All checks were successful
Build Go (Linux + Windows) / build (push) Successful in 1m52s

This commit is contained in:
Crizomb 2025-12-23 02:07:39 +01:00
parent 83dada40b6
commit b501847f57
2 changed files with 1 additions and 1 deletions

View file

View file

@ -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}}