-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
34 lines (26 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
A very early demo of CRay.
IMPORTANT: do not change the file structure that came within the zip.
The executable relies on it to find the location of models. Currently
all the models are hardcoded with a fixed position and orientation for
the ease of viewing them. Of course this will change as I will allow
user-inputed models to be rendered.
Bugs are probably inevitable, as it is just the nature of this kind of things.
I tried my best to give meaningful error messages to all possible failure
points in the program. If any error occured, please report them on CRay's
forum as this will help me pick out bugs and make the program more robust.
Thank you very much!
website: https://cray.handmade.network/
Requirements:
OS: Windows 7/10
Supports DirectX 11.
Recommend at least 800MB if you want to load really complex models (buddah or dragon, for example).
Controls:
WASD to move honrizontally
X to move up
Z to move down
Q to show UI when it's hidden
Use mouse to drag across the screen to look around.
You can drag most fields on UI, such as exposure rate and colors.
"L" stands for light vector; it's the direction pointing towards the light,
is not required to be normalized.
Enjoy! - Chen