From 342d554e2da1f80aa93d5d28d2d87573db87bbb0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 27 Dec 2019 23:45:51 +0100 Subject: Add SDF-based grid fin example --- utility/projection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utility/projection.py') diff --git a/utility/projection.py b/utility/projection.py index 1750fac..76791d9 100644 --- a/utility/projection.py +++ b/utility/projection.py @@ -11,7 +11,7 @@ class Projection: self.update() def update(self): - projection = matrix44.create_perspective_projection(20.0, self.ratio, 0.1, 1000.0) + projection = matrix44.create_perspective_projection(20.0, self.ratio, 0.1, 5000.0) look = matrix44.create_look_at( eye = [0, -self.distance, 0], target = [0, 0, 0], -- cgit v1.2.3