Skip to content

Commit f3875fe

Browse files
committed
Merge branch 'Dev'
2 parents 67ec986 + e05719a commit f3875fe

40 files changed

+3614
-1876
lines changed

.Images/ModernBistro.png

-900 KB
Loading

.Images/Yanus1.png

3.72 MB
Loading

.Images/Yanus2.png

3.42 MB
Loading

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TrueTrace: A High Performance Compute Shader based Unity Pathtracer
22

3-
![](/.Images/Yanus0.png)
3+
![](/.Images/Yanus1.png)
44
### A passion projects that has been going on for a while with the goal of bringing at least interactive path-tracing to everyone in unity, regardless of their hardware
55
# Discord Server: https://discord.gg/4Yh7AZuhcD
66
## Demo: https://drive.google.com/file/d/1sb_zRycX23AlC3QQ9LfqrtEZzBj47Z-Y/view?usp=sharing
@@ -298,15 +298,16 @@ GlobalDefines.cginc Description -
298298

299299
# Sample Images(Taken from various stages of development)
300300

301+
![](/.Images/Yanus2.png)
302+
![](/.Images/Yanus0.png)
303+
![](/.Images/ModernBistro.png)
304+
![](/.Images/NewSponza3V2.png)
305+
![](/.Images/NewSponza2V2.png)
301306
![](/.Images/Arch2.png)
302307
![](/.Images/CommonRender.png)
303-
![](/.Images/SunTemple1.png)
304-
![](/.Images/ModernBistro.png)
305308
![](/.Images/ArchViz5.png)
306309
![](/.Images/ArchViz4.png)
307310
![](/.Images/Loft1.png)
308-
![](/.Images/NewSponza3V2.png)
309-
![](/.Images/NewSponza2V2.png)
310311
![](/.Images/Cornell.png)
311312
![](/.Images/Lego.png)
312313
![](/.Images/SpaceShip.png)

TrueTrace.unitypackage

7.79 KB
Binary file not shown.

TrueTrace/DemoScene.asset

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MonoBehaviour:
1616
IndirectBoost: 1
1717
bouncecount: 12
1818
ClayMode: 0
19-
UseRussianRoulette: 0
19+
UseRussianRoulette: 1
2020
UseNEE: 1
2121
DoTLASUpdates: 1
2222
Accumulate: 0
@@ -31,14 +31,14 @@ MonoBehaviour:
3131
PPToneMap: 0
3232
PPTAA: 0
3333
RenderScale: 1
34-
DenoiserMethod: 0
35-
UpscalerMethod: 2
34+
DenoiserMethod: 1
35+
UpscalerMethod: 0
3636
UseReSTIRGITemporal: 1
3737
UseReSTIRGISpatial: 1
3838
UseReSTIRGI: 0
3939
ReSTIRGISpatialCount: 24
4040
ReSTIRGISpatialRadius: 50
41-
ReSTIRGITemporalMCap: 12
41+
ReSTIRGITemporalMCap: 4
4242
DoReSTIRGIConnectionValidation: 1
4343
Exposure: 5.4
4444
DoPartialRendering: 0
@@ -74,7 +74,7 @@ MonoBehaviour:
7474
UseTransmittanceInNEE: 1
7575
SecondarySkyDesaturate: 0
7676
MatChangeResetsAccum: 1
77-
PPFXAA: 0
77+
PPFXAA: 1
7878
OIDNBlendRatio: 1
7979
ConvBloom: 1
8080
ConvStrength: 0.04
@@ -101,3 +101,5 @@ MonoBehaviour:
101101
strengthVignette: 0.8
102102
curveVignette: 0.5
103103
ColorVignette: {x: 0, y: 0, z: 0}
104+
aoStrength: 1
105+
aoRadius: 2

0 commit comments

Comments
 (0)