Working but nothing so far

This commit is contained in:
Crizomb 2025-09-26 02:14:10 +02:00
parent 6ed5b21890
commit c0c129db88
5 changed files with 136 additions and 35 deletions

2
sdf.go
View file

@ -2,8 +2,6 @@ package main
import "math"
const EPS = 0.001
type SDF interface {
Distance(Vector3) (float64, Color)
}