small opti

This commit is contained in:
Crizomb 2025-09-28 02:45:46 +02:00
parent 0cf71d7abb
commit a6a3785a9f
5 changed files with 23 additions and 15 deletions

View file

@ -1,6 +1,8 @@
package main
import "math"
import (
"math"
)
type Color interface {
GetColor(Vector3) Vector3