Browse Source

16-9

place-stuff
alistair 4 years ago
parent
commit
b72fa18ca1
  1. 4
      presentation.md
  2. 6
      types.h

4
presentation.md

@ -93,7 +93,9 @@ Plus some post-processing and lighting. @@ -93,7 +93,9 @@ Plus some post-processing and lighting.
# Results
video? image? demo?
A 3D renderer where all the maths is done in n-dimensions.
> video
---

6
types.h

@ -3,9 +3,9 @@ @@ -3,9 +3,9 @@
#define B_NUM_RAYMARCH_THREADS 8
#define B_WINDOW_WIDTH 900
#define B_WINDOW_HEIGHT 900
#define B_INTERNAL_HEIGHT 100
#define B_INTERNAL_WIDTH 100
#define B_WINDOW_HEIGHT 504
#define B_INTERNAL_HEIGHT 64
#define B_INTERNAL_WIDTH 114
#include "vect.h"
#include "main.h"

Loading…
Cancel
Save