Page 75 of 92
Re: BlendLuxCore Development
Posted: Thu Apr 16, 2020 6:52 pm
by CodeHD
Sharlybg wrote: Thu Apr 16, 2020 6:47 pm
I know the cycles voronoi cells texture work great.
Then what are you trying to improve?

Re: BlendLuxCore Development
Posted: Thu Apr 16, 2020 9:33 pm
by Sharlybg
Then what are you trying to improve?

Nothing my dear i am suffering from the fact that luxcore voronoi seem a bit different

. And the voronoi node seem different too.
Look the voronoi cell node.
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 2:02 pm
by B.Y.O.B.
I have added a projection mode setting to the imagemap node, there is "Flat" (uses UVs) and "Box" (uses triplanar mapping).
Having this directly in the imagemap node means you don't have to use an extra triplanar node, which reduces clutter in node setups.
I also did some general UI/tooltip polishing in the imagemap node.
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 2:52 pm
by lacilaci
B.Y.O.B. wrote: Sun Apr 19, 2020 2:02 pm
I have added a projection mode setting to the imagemap node, there is "Flat" (uses UVs) and "Box" (uses triplanar mapping).
Having this directly in the imagemap node means you don't have to use an extra triplanar node, which reduces clutter in node setups.
I also did some general UI/tooltip polishing in the imagemap node.
This is awesome, but for bump we still need to use "flat" mode + triplanar bump right?
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 3:00 pm
by B.Y.O.B.
lacilaci wrote: Sun Apr 19, 2020 2:52 pm
This is awesome, but for bump we still need to use "flat" mode + triplanar bump right?
Yes, I was considering to add a bump mode as well, but I'm not sure how often bump imagemaps are even used nowadays. Do you use them often in your projects, or rather normalmaps?
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 3:15 pm
by lacilaci
B.Y.O.B. wrote: Sun Apr 19, 2020 3:00 pm
lacilaci wrote: Sun Apr 19, 2020 2:52 pm
This is awesome, but for bump we still need to use "flat" mode + triplanar bump right?
Yes, I was considering to add a bump mode as well, but I'm not sure how often bump imagemaps are even used nowadays. Do you use them often in your projects, or rather normalmaps?
I almost never use normal maps. Most generic archviz clutter is done with whatever you got(generic textures etc)
I don't know about others but I rarely find time to make a proper dedicated normal and its also rarely worth it.
Maybe a "is bump map" checkbox on image node that would internaly make the triplanar projection a triplanar bump? And in that case also add bump height controls and lets skip bump node alltogether?
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 4:08 pm
by Sharlybg
My workflow is mor bump oriented even if normal give far better result. My wish would be to generate normal map directly on the fly with a node one day that will be insane.

Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 5:06 pm
by marcatore
most of time bump mapping.
But as much as tools like substance painter or designer will be used...much more often normal maps will be used...
In any case..at the moment I use most of the time bump maps
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 5:16 pm
by Sharlybg
The place where bump will also make sense is in cloth shader node. We can generate custom patterns but it is not possible to have a procedural bump for that.
Re: BlendLuxCore Development
Posted: Sun Apr 19, 2020 5:18 pm
by gecko
Actually even using Substance for texturing, I end up using the bump texture instead of normal maps. I'd actually like to be able to use both, as Substance textures tend to put different types of detail in the two maps... but anyway, I've found that the more important features end up in the height texture, not the normal map.