diff --git a/shape.go b/shape.go index a33f590..78e6f3b 100644 --- a/shape.go +++ b/shape.go @@ -6,7 +6,7 @@ import ( ) type Shape struct { - s sdf.SDF3 + S sdf.SDF3 } func (in Shape) Translate(x, y, z float64) (out Shape) {