Light intensity

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.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Light intensity

Post by B.Y.O.B. »

Your imagemap has the normalmap option that I just recently implemented.
Have you maybe updated BlendLuxCore without updating the LuxCore binaries?
Luximage
Posts: 165
Joined: Sun Jan 14, 2018 8:01 pm

Re: Light intensity

Post by Luximage »

Dade here is the test scene:
clamp.zip
(133.55 KiB) Downloaded 253 times

B.Y.O.B. i downloaded from github the BlendLuxCore master zip file it was about 9mb and i replaced the files in BlendLuxCore addon, maybe i didn't update the binaries. How can i do it?
Last edited by Luximage on Wed Jan 17, 2018 10:11 pm, edited 1 time in total.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Light intensity

Post by B.Y.O.B. »

You need to compile LuxCore.
If you don't know how to do that it's not a problem, but please use the official alpha1 download and don't update anything by hand.
Follow the procedure described here: http://wiki.luxcorerender.org/BlendLuxCore_Installation
Luximage
Posts: 165
Joined: Sun Jan 14, 2018 8:01 pm

Re: Light intensity

Post by Luximage »

Ok B.Y.O.B. i 'll revert back to the original version, thank you.
Luximage
Posts: 165
Joined: Sun Jan 14, 2018 8:01 pm

Re: Light intensity

Post by Luximage »

As far as i can understand from this link https://open.gl/textures the clamp wrap in Imagemap is clamp to edge not clamp to border.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Light intensity

Post by B.Y.O.B. »

Luximage wrote: Wed Jan 17, 2018 9:58 pm As far as i can understand from this link https://open.gl/textures the clamp wrap in Imagemap is clamp to edge not clamp to border.
Yes. That's why I said that all border pixels have to have the color that you want to be extended.
Luximage
Posts: 165
Joined: Sun Jan 14, 2018 8:01 pm

Re: Light intensity

Post by Luximage »

Yes. That's why I said that all border pixels have to have the color that you want to be extended.
It doesn't matter what color i want because the texture is being repeated.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Light intensity

Post by B.Y.O.B. »

I hope this image illustrates my idea.
Attachments
scrn_2018-01-17_23-53-43.png
Luximage
Posts: 165
Joined: Sun Jan 14, 2018 8:01 pm

Re: Light intensity

Post by Luximage »

B.Y.O.B. i think i understand what you are saying but if instead of a color i have a texture it's more difficult to do and not so practical.
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Light intensity

Post by B.Y.O.B. »

You can set the border pixels to alpha=0 and use this node setup:
Attachments
scrn_2018-01-18_13-28-46.png
Post Reply