Understanding Directx Rendering Engine
Let's dive into the details surrounding Directx Rendering Engine. This was made in order to better understand how a
Key Takeaways about Directx Rendering Engine
- Demonstration of my 3D
- This is a personal project I decided to do after writing an OpenGL
- Tested with RTX 2070 Super.
- I programmed my own 3D game
- Added a free flying camera. I've always glazed over the math related to setting up and working with a camera. But this time I really ...
Detailed Analysis of Directx Rendering Engine
Integrated Assimp to load models. Models from Unity Asset store. Created with MS Visual Studio 2013, C++ and Version: Pre-Alpha 0.0 First attempt (well, actually, an attempt after TONS of attempts) with Ray Tracing mixed with raserization. Info: Rendered on a GTX 980. Frametime: over 1000 ms lol. No RTX used. Octree traversal in ...
In this project, I created a 3D
That wraps up our extensive overview of Directx Rendering Engine.