Light Tracing Pass

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
Post Reply
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Light Tracing Pass

Post by PetrT »

Hi
Interested. Can be rendered Light Tracing Pass -?
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Light Tracing Pass

Post by Dade »

PetrT wrote: Tue Sep 10, 2019 11:11 am Interested. Can be rendered Light Tracing Pass -?
It is possible with a trick: set the partition between eye and light passes to 0.0 and render with PATHCPU. The result will be the rendering of only light passes (because the eye passes are set to 0%).

For instance:

light.jpg
Support LuxCoreRender project with salts and bounties
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Re: Light Tracing Pass

Post by PetrT »

Can be done it on OpenCl-?
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Light Tracing Pass

Post by Dade »

PetrT wrote: Tue Sep 10, 2019 11:20 am Can be done it on OpenCl-?
Light tracing is only done on the CPU even when using OpenCL rendering. Rendering only caustics is a very specific and very fast task, CPUs are good enough.
Support LuxCoreRender project with salts and bounties
PetrT
Posts: 81
Joined: Sun Dec 02, 2018 6:13 pm
Location: Russia
Contact:

Re: Light Tracing Pass

Post by PetrT »

thank you very much for your answer
Post Reply