From f02aabd4db7232f927622b87ea885491e6651b44 Mon Sep 17 00:00:00 2001 From: Julian T Date: Wed, 3 Feb 2021 14:23:14 +0100 Subject: Work on camera implementation using Transformations Not sure if this is really neccesary, will take that later, now it is saved on this commit. The reason it ditched it is that it requires the ability to inverse matrixes, which is really complicated --- src/render/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/render/mod.rs (limited to 'src/render') diff --git a/src/render/mod.rs b/src/render/mod.rs new file mode 100644 index 0000000..ee4e8bc --- /dev/null +++ b/src/render/mod.rs @@ -0,0 +1,4 @@ + +struct SimpleRender { + +} -- cgit v1.2.3