Skip to content

Commit 5c6b18c

Browse files
committed
Adding assets and readme update
1 parent e8b0f64 commit 5c6b18c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ return 0;
6464
### Mandlbulb 17th power
6565
![sdl example](assets/example_ray_marching_mandelbulb_17th_power.png)
6666
67-
### Reflection with texturing
68-
![reflection example](assets/example_anti_reflection_and_texturing.png)
67+
### Reflection with texturing and shadows
68+
![reflection example](assets/example_shadows_and_reflection.png)
6969
7070
### Reflection
7171
![reflection example](assets/sdl_example_reflection.png)
194 KB
Loading

pantaray/main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ void first_test();
1111
void second_test();
1212

1313
int main(int argc, char** argv) {
14-
first_test();
15-
// second_test();
14+
// first_test();
15+
second_test();
1616

1717
return 0;
1818
}

0 commit comments

Comments
 (0)