From 83b3f3adc3ecadf35548e411bac0dfb03fc0368c Mon Sep 17 00:00:00 2001 From: sidekek Date: Mon, 25 Jan 2021 15:42:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fab3551..a2d17ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # threedee concept for an uninformed 3d render/engine +keep in mind that i have never seen or worked with a 3d rendering system like this, i'm making it all up as i go along. + i was thinking one day and had an idea for making 3D. this might not be in a usable, or even recognizable, state at the time of reading, but i want to get this working at least a bit. the idea is that you create a 3D cartesian coodinate space, create an "object/box" class that has accessible bounds and can be registered, then step set intervals in a direction for "raycasts" and inform each pixle of the screen by checking collision with the object registry.