From 79a8452ad57167a94d3be991a666b8f96d6fb5b4 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 16 Dec 2023 21:03:52 +0000 Subject: got stuck and skipped to Lesson 6: Shaders for the software renderer. i was unable to find a fix for the rendering artifacts i was getting and decided to skip to a later chapter, with a new architecture based on actual shaders, that made things easier to understand. right after the move i spotted the problem (and others that showed up) and was finally able to fix them. it's working now! --- mdl/def.obj | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mdl/def.obj (limited to 'mdl') diff --git a/mdl/def.obj b/mdl/def.obj new file mode 100644 index 0000000..48cc560 --- /dev/null +++ b/mdl/def.obj @@ -0,0 +1,6 @@ +v -100 -100 0 +v 100 -100 0 +v -100 100 0 +v 100 100 0 +f 1 2 3 +f 4 3 2 -- cgit v1.2.3