mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Anti aliasing and some sort of depth of field but need to tweaks
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
CAM 0 1 2
|
||||
|
||||
MAT 255 255 255 7.5 0.0 0.0 // white light 0
|
||||
MAT 255 255 255 5.0 0.0 0.0 // white light 0
|
||||
|
||||
MAT 255 10 10 0.0 0.0 0.0 // red 1
|
||||
MAT 10 10 10 0.0 0.0 0.0 // gray 2
|
||||
MAT 30 30 30 0.0 0.0 0.0 // gray 2
|
||||
MAT 10 255 10 0.0 0.0 0.0 // green 3
|
||||
MAT 255 255 255 0.0 0.0 0.0 // white 4
|
||||
MAT 50 50 255 0.0 0.0 0.0 // white 5
|
||||
@ -40,5 +40,5 @@ sp 2.4 1.5 -1 1.5 14
|
||||
|
||||
|
||||
// light quad
|
||||
qu -1 2.9 -1 2 0 0 0 0 2 0
|
||||
qu -1 2.999 -1 2 0 0 0 0 2 0
|
||||
|
||||
|
Reference in New Issue
Block a user