Search found 8 matches

by MonkeyDLuffy
Wed Jul 15, 2020 6:59 am
Forum: User Support
Topic: Question about the InitRay()
Replies: 3
Views: 1788

Question about the InitRay()

I wonder that meaning of this code.
Pras = Point(filmX, filmHeight - filmY - 1.f, 0.f);
https://github.com/LuxCoreRender/LuxCor ... ve.cpp#L86
by MonkeyDLuffy
Wed Apr 29, 2020 1:43 pm
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

Re: LuxCore AOV outputs are strange When using few spp(1spp)

Check the scene intersect function: https://github.com/LuxCoreRender/LuxCor ... e.cpp#L585 As you see the ray is continued to trace if the "!transp.Black()". Now check material "bsdf->GetPassThroughTransparency(backTracing)": https://github.com/LuxCoreRender/LuxCor ... al.cpp#L8...
by MonkeyDLuffy
Tue Apr 28, 2020 2:00 pm
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

Re: LuxCore AOV outputs are strange When using few spp(1spp)

First of all, thank you very much for your patience in answering my questions. Sorry for misunderstanding the reason Zeealpal linked. But, I still have a few doubts(I'm a rookie in this field :oops: ): 1. I still think that the geometric channels' outputs are unrelated to the material properties(If ...
by MonkeyDLuffy
Tue Apr 28, 2020 8:02 am
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

Re: LuxCore AOV outputs are strange When using few spp(1spp)

Sorry, I reply to late because of time difference. I follow your advice and try to isolate/simplify the problem, finally, I find that the glossy translucent material node would impact results. cube1.PNG "cube with glossy translucent material node" Add a cube object and use glossy transluce...
by MonkeyDLuffy
Mon Apr 27, 2020 2:06 pm
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

Re: LuxCore AOV outputs are strange When using few spp(1spp)

Oh, I got that these big white and bright spots were probably caused by LuxCore multithreading asynchronous rendering or I save these pictures at the wrong time point, what did you mean. Use LuxCoreUI V2.3. What's more, I also use BlenderLuxCore with 2spp rendering the same scene, and found that th...
by MonkeyDLuffy
Mon Apr 27, 2020 11:35 am
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

Re: LuxCore AOV outputs are strange When using few spp(1spp)

Thx.
But I think that Geometric channels outputs are obtain and saved in sampleResult when camera rays are intersected with object at the first bounce. In my perception these channels' outputs are independent of material.
by MonkeyDLuffy
Mon Apr 27, 2020 11:03 am
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

Re: LuxCore AOV outputs are strange When using few spp(1spp)

The pictures are renderred by LuxCoreUI.
by MonkeyDLuffy
Mon Apr 27, 2020 10:58 am
Forum: Development
Topic: LuxCore AOV outputs are strange When using few spp(1spp)
Replies: 14
Views: 7246

LuxCore AOV outputs are strange When using few spp(1spp)

albedo1.png
albedo.png
position1.PNG
position.png

As the picture showing, there are some larger white spots and lots of gray spots in POSITION Channel picture. And there are some black or gray spots in ALBEDO Channel.
What is the reason of this phenomenon。