Skip to content

Commit 06ebf28

Browse files
committed
Added 2 Glasses scene
1 parent d049549 commit 06ebf28

12 files changed

Lines changed: 230 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This is a repository of complex LuxCoreRender test scenes in LuxCore SDL.
66

77
- LuxCoreRender-Wallpaper by Simon Wendsche (B.Y.O.B. at http://byob.carbonmade.com)
88
based on Psor cube scene;
9+
- 2-glasses by arzaquna (https://github.com/LuxCoreRender/LuxCoreTestScenes)
910

1011
### License
1112

scenes/2-glasses/back.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:576a160abe96a5061413441dbde9706d7e93ccc1e0eccff4ae7837b45f7f8f6c
3+
size 547

scenes/2-glasses/mesh-00000.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d85852a6a359abae14aea7643f173f3c3fa3971f7addd84c5a550f89a0c9d73d
3+
size 221116

scenes/2-glasses/mesh-00001.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d85852a6a359abae14aea7643f173f3c3fa3971f7addd84c5a550f89a0c9d73d
3+
size 221116

scenes/2-glasses/mesh-00002.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9c7181fab4c6e7656b944406d1875df35037ddf0d1a7a1c303d41c293743553f
3+
size 3072

scenes/2-glasses/mesh-00003.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5f4f3d0411a8532cfe9ff1f5955986bb4e2eccce7739fd9c8f6300c11f1e4709
3+
size 384

scenes/2-glasses/mesh-00004.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ecc98de3f30f34b8c34929b5716929dc99b29bf2c4d5e0b2562701e9acae5640
3+
size 384

scenes/2-glasses/mesh-00005.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:124d222f1f65afb8d6a367b703c946c216ec260e722c79c0b296ee1640bd7f48
3+
size 384

scenes/2-glasses/mesh-00006.ply

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:e335c62d2fa624be9bc2c49f070f3c839fb0ed74776ee8d73726b099a520e27b
3+
size 24314

scenes/2-glasses/render.cfg

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
light.maxdepth = 128
3+
path.maxdepth = 128
4+
path.pathdepth.total = 128
5+
path.pathdepth.diffuse = 128
6+
path.pathdepth.specular = 128
7+
path.pathdepth.glossy = 128
8+
#path.russianroulette.depth = 128
9+
10+
#light.maxdepth= 18
11+
#path.maxdepth = 18
12+
#path.pathdepth.total = 18
13+
#path.pathdepth.diffuse = 18
14+
#path.pathdepth.specular = 18
15+
#path.pathdepth.glossy = 18
16+
#path.russianroulette.depth = 18
17+
18+
renderengine.type = "PATHOCL"
19+
sampler.type = "SOBOL"
20+
film.width = 1024
21+
film.height = 1024
22+
film.filter.type = "BLACKMANHARRIS"
23+
film.filter.width = 1.5
24+
film.imagepipeline.0.type = "TONEMAP_AUTOLINEAR"
25+
film.imagepipeline.1.type = "TONEMAP_LINEAR"
26+
film.imagepipeline.1.scale = 1.2
27+
film.imagepipeline.2.type = "GAMMA_CORRECTION"
28+
film.imagepipeline.2.value = 2.2000000000000002
29+
film.outputs.1.type = "RGB_IMAGEPIPELINE"
30+
film.outputs.1.filename = "image.png"
31+
scene.file = "scene.scn"

0 commit comments

Comments
 (0)