Working but nothing so far
This commit is contained in:
parent
6ed5b21890
commit
c0c129db88
5 changed files with 136 additions and 35 deletions
2
sdf.go
2
sdf.go
|
|
@ -2,8 +2,6 @@ package main
|
|||
|
||||
import "math"
|
||||
|
||||
const EPS = 0.001
|
||||
|
||||
type SDF interface {
|
||||
Distance(Vector3) (float64, Color)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue