|
1 | | -path.pathdepth.total = 13 |
2 | | -path.pathdepth.diffuse = 5 |
3 | | -path.pathdepth.glossy = 5 |
4 | | -path.pathdepth.specular = 12 |
5 | | -opencl.cpu.use = 0 |
6 | | -opencl.gpu.use = 1 |
7 | | -opencl.devices.select = "1" |
8 | | -sampler.sobol.adaptive.strength = 0.94999998807907104 |
9 | | -sampler.random.adaptive.strength = 0.94999998807907104 |
10 | | -sampler.metropolis.largesteprate = 0.40000000000000002 |
11 | | -sampler.metropolis.maxconsecutivereject = 512 |
12 | | -sampler.metropolis.imagemutationrate = 0.10000000000000001 |
13 | | -film.height = 1140 |
14 | | -sampler.type = "SOBOL" |
15 | | -film.filter.width = 1.5 |
16 | | -scene.epsilon.max = 0.10000000149011612 |
17 | | -scene.epsilon.min = 9.9999997473787516e-06 |
18 | | -film.filter.type = "NONE" |
19 | | -film.width = 846 |
20 | | -lightstrategy.type = "LOG_POWER" |
21 | | -renderengine.type = "PATHOCL" |
22 | | -film.opencl.enable = 1 |
23 | | -film.opencl.device = 0 |
24 | | -path.photongi.caustic.lookup.radius = 0.075000002980232239 |
25 | | -path.photongi.caustic.maxsize = 1000000 |
26 | | -path.photongi.indirect.glossinessusagethreshold = 0.05000000074505806 |
27 | | -path.photongi.photon.maxcount = 20000000 |
28 | | -path.photongi.indirect.haltthreshold = 0.050000000000000003 |
29 | | -path.photongi.photon.maxdepth = 12 |
30 | | -path.photongi.caustic.merge.radiusscale = 0.25 |
31 | | -path.photongi.indirect.lookup.radius = 0 |
32 | | -path.photongi.caustic.enabled = 0 |
33 | | -path.photongi.caustic.lookup.normalangle = 9.9999997090929202 |
34 | | -path.photongi.indirect.lookup.normalangle = 9.9999997090929202 |
35 | | -path.photongi.indirect.enabled = 1 |
36 | | -path.photongi.indirect.usagethresholdscale = 4 |
37 | | -path.photongi.indirect.maxsize = 0 |
38 | | -path.photongi.caustic.lookup.maxcount = 128 |
39 | | -path.clamping.variance.maxvalue = 5 |
40 | | -path.forceblackbackground.enable = 0 |
41 | | -filesaver.format = "TXT" |
42 | | -filesaver.renderengine.type = "PATHOCL" |
43 | | -renderengine.seed = 1 |
44 | | -batch.haltthreshold = 0.0001 |
45 | | -batch.haltspp = 2000 |
46 | | -batch.haltthreshold.stoprendering.enable = 0 |
47 | | -batch.halttime = 0 |
48 | | -film.imagepipelines.1.0.type = "INTEL_OIDN" |
49 | | -film.imagepipelines.1.1.type = "NOP" |
50 | | -film.imagepipelines.1.2.type = "TONEMAP_LINEAR" |
51 | | -film.imagepipelines.1.2.scale = 1 |
52 | | -film.imagepipelines.1.3.type = "GAMMA_CORRECTION" |
53 | | -film.imagepipelines.1.3.value = 2.2000000000000002 |
54 | | -film.imagepipelines.0.0.type = "NOP" |
55 | | -film.imagepipelines.0.1.type = "TONEMAP_LINEAR" |
56 | | -film.imagepipelines.0.1.scale = 1 |
57 | | -film.imagepipelines.0.2.type = "GAMMA_CORRECTION" |
58 | | -film.imagepipelines.0.2.value = 2.2000000000000002 |
59 | | -film.imagepipelines.1.radiancescales.0.enabled = 1 |
60 | | -film.imagepipelines.1.radiancescales.0.globalscale = 1 |
61 | | -film.imagepipelines.0.radiancescales.0.enabled = 1 |
62 | | -film.imagepipelines.0.radiancescales.0.globalscale = 1 |
63 | | -film.outputs.0.type = "RGB_IMAGEPIPELINE" |
64 | | -film.outputs.0.index = 0 |
65 | | -film.outputs.0.filename = "RGB_IMAGEPIPELINE_0.png" |
66 | | -film.outputs.1.type = "ALBEDO" |
67 | | -film.outputs.1.filename = "ALBEDO.exr" |
68 | | -film.outputs.2.type = "AVG_SHADING_NORMAL" |
69 | | -film.outputs.2.filename = "AVG_SHADING_NORMAL.exr" |
70 | | -film.outputs.3.type = "RGB_IMAGEPIPELINE" |
71 | | -film.outputs.3.index = 1 |
72 | | -film.outputs.3.filename = "RGB_IMAGEPIPELINE_1.png" |
73 | | -scene.file = "scene.scn" |
| 1 | +# For a description of the CFG properties, visit: |
| 2 | +# https://wiki.luxcorerender.org/LuxCore_SDL_Reference_Manual_v2.1 |
| 3 | + |
| 4 | +# Do not use OpenCL CPU devices (native C++ rendering is faster) |
| 5 | +opencl.cpu.use = 0 |
| 6 | +# Use all GPU devices we can find |
| 7 | +opencl.gpu.use = 1 |
| 8 | +# You can use this setting to specify exactly which OpenCL devices to use |
| 9 | +#opencl.devices.select = "1" |
| 10 | + |
| 11 | +path.pathdepth.total = 13 |
| 12 | +path.pathdepth.diffuse = 5 |
| 13 | +path.pathdepth.glossy = 5 |
| 14 | +path.pathdepth.specular = 12 |
| 15 | +sampler.sobol.adaptive.strength = 0.94999998807907104 |
| 16 | +sampler.random.adaptive.strength = 0.94999998807907104 |
| 17 | +sampler.metropolis.largesteprate = 0.40000000000000002 |
| 18 | +sampler.metropolis.maxconsecutivereject = 512 |
| 19 | +sampler.metropolis.imagemutationrate = 0.10000000000000001 |
| 20 | +film.height = 1140 |
| 21 | +sampler.type = "SOBOL" |
| 22 | +film.filter.width = 1.5 |
| 23 | +scene.epsilon.max = 0.10000000149011612 |
| 24 | +scene.epsilon.min = 9.9999997473787516e-06 |
| 25 | +film.filter.type = "NONE" |
| 26 | +film.width = 846 |
| 27 | +lightstrategy.type = "LOG_POWER" |
| 28 | +renderengine.type = "PATHOCL" |
| 29 | +film.opencl.enable = 1 |
| 30 | +film.opencl.device = 0 |
| 31 | +path.photongi.caustic.lookup.radius = 0.075000002980232239 |
| 32 | +path.photongi.caustic.maxsize = 1000000 |
| 33 | +path.photongi.indirect.glossinessusagethreshold = 0.05000000074505806 |
| 34 | +path.photongi.photon.maxcount = 20000000 |
| 35 | +path.photongi.indirect.haltthreshold = 0.050000000000000003 |
| 36 | +path.photongi.photon.maxdepth = 12 |
| 37 | +path.photongi.caustic.merge.radiusscale = 0.25 |
| 38 | +path.photongi.indirect.lookup.radius = 0 |
| 39 | +path.photongi.caustic.enabled = 0 |
| 40 | +path.photongi.caustic.lookup.normalangle = 9.9999997090929202 |
| 41 | +path.photongi.indirect.lookup.normalangle = 9.9999997090929202 |
| 42 | +path.photongi.indirect.enabled = 1 |
| 43 | +path.photongi.indirect.usagethresholdscale = 4 |
| 44 | +path.photongi.indirect.maxsize = 0 |
| 45 | +path.photongi.caustic.lookup.maxcount = 128 |
| 46 | +path.clamping.variance.maxvalue = 5 |
| 47 | +path.forceblackbackground.enable = 0 |
| 48 | +filesaver.format = "TXT" |
| 49 | +filesaver.renderengine.type = "PATHOCL" |
| 50 | +renderengine.seed = 1 |
| 51 | +batch.haltthreshold = 0.0001 |
| 52 | +batch.haltspp = 2000 |
| 53 | +batch.haltthreshold.stoprendering.enable = 0 |
| 54 | +batch.halttime = 0 |
| 55 | +film.imagepipelines.1.0.type = "INTEL_OIDN" |
| 56 | +film.imagepipelines.1.1.type = "NOP" |
| 57 | +film.imagepipelines.1.2.type = "TONEMAP_LINEAR" |
| 58 | +film.imagepipelines.1.2.scale = 1 |
| 59 | +film.imagepipelines.1.3.type = "GAMMA_CORRECTION" |
| 60 | +film.imagepipelines.1.3.value = 2.2000000000000002 |
| 61 | +film.imagepipelines.0.0.type = "NOP" |
| 62 | +film.imagepipelines.0.1.type = "TONEMAP_LINEAR" |
| 63 | +film.imagepipelines.0.1.scale = 1 |
| 64 | +film.imagepipelines.0.2.type = "GAMMA_CORRECTION" |
| 65 | +film.imagepipelines.0.2.value = 2.2000000000000002 |
| 66 | +film.imagepipelines.1.radiancescales.0.enabled = 1 |
| 67 | +film.imagepipelines.1.radiancescales.0.globalscale = 1 |
| 68 | +film.imagepipelines.0.radiancescales.0.enabled = 1 |
| 69 | +film.imagepipelines.0.radiancescales.0.globalscale = 1 |
| 70 | +film.outputs.0.type = "RGB_IMAGEPIPELINE" |
| 71 | +film.outputs.0.index = 0 |
| 72 | +film.outputs.0.filename = "RGB_IMAGEPIPELINE_0.png" |
| 73 | +film.outputs.1.type = "ALBEDO" |
| 74 | +film.outputs.1.filename = "ALBEDO.exr" |
| 75 | +film.outputs.2.type = "AVG_SHADING_NORMAL" |
| 76 | +film.outputs.2.filename = "AVG_SHADING_NORMAL.exr" |
| 77 | +film.outputs.3.type = "RGB_IMAGEPIPELINE" |
| 78 | +film.outputs.3.index = 1 |
| 79 | +film.outputs.3.filename = "RGB_IMAGEPIPELINE_1.png" |
| 80 | +scene.file = "scene.scn" |
0 commit comments