Suggestion for luxcore material library / preset

General project and community related discussions and offtopic threads.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Suggestion for luxcore material library / preset

Post by Dade »

FarbigeWelt wrote: Mon Feb 04, 2019 3:58 pm
B.Y.O.B. wrote: Mon Feb 04, 2019 3:33 pm Also procedurals are slower than imagemaps and kill GPUs (kernel compiling and rendering speed). But they use less RAM.
Instead of calculating them on a GPU would it be possible to render them in a definable resolution first and export them as kind of texture?
Yes, you could bake them however there would be a problem with wrapping/repeating without a discontinuity.
Support LuxCoreRender project with salts and bounties
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Suggestion for luxcore material library / preset

Post by lacilaci »

Dade wrote: Mon Feb 04, 2019 4:01 pm
FarbigeWelt wrote: Mon Feb 04, 2019 3:58 pm
B.Y.O.B. wrote: Mon Feb 04, 2019 3:33 pm Also procedurals are slower than imagemaps and kill GPUs (kernel compiling and rendering speed). But they use less RAM.
Instead of calculating them on a GPU would it be possible to render them in a definable resolution first and export them as kind of texture?
Yes, you could bake them however there would be a problem with wrapping/repeating without a discontinuity.
triplanar mapping + blending. This is an important feature for textures as well. But I'm not advocating for procedurals (Maybe, dirt masking and dust and so on... useful procedural masks + triplanar mapped textures + bevel shader can greatly speed up a lot of things)
User avatar
FarbigeWelt
Donor
Donor
Posts: 1046
Joined: Sun Jul 01, 2018 12:07 pm
Location: Switzerland
Contact:

Re: Suggestion for luxcore material library / preset

Post by FarbigeWelt »

tayo6 wrote: Mon Feb 04, 2019 2:14 pm Maybe members should have gotten to a certain level on luxcore forum before they are allowed to post libraries or materials
I think this is does not support people‘s ideas, or helping them with current challanges.

In my opinion, steady feedback and constructive reviews pointing in a direction to a possible solution, is a friendlier, more open way.
Light and Word designing Creator - www.farbigewelt.ch - aka quantenkristall || #luxcorerender
MacBook Air with M1
tayo6
Posts: 52
Joined: Tue Jan 29, 2019 1:13 pm

Re: Suggestion for luxcore material library / preset

Post by tayo6 »

It doesn't have to necessarily be texture maps plug into nodes. It could be just plain nodes connected together to make say nebula or cloud with volumetric. Reason why I referred to https://www.blendswap.com/blends/view/13398 or http://www.luxrender.net/lrmdb2/en/material/view/69 , they might be simple to you but trust, exploring how the nodes are connected can serve as tutorial.

Plus, for textures, luxcore can use textures from texturehaven.com, the textures are both 8k and 16k, and they are 100% free, including all necessary maps. The administrator updates his page atleast twice a month. So, Instead of making textures, the ones from https://texturehaven.com can be used for now.

N.B: I'm still new with render engines, forgive me if I don't get some of the terminologies in your comments
tayo6
Posts: 52
Joined: Tue Jan 29, 2019 1:13 pm

Re: Suggestion for luxcore material library / preset

Post by tayo6 »

FarbigeWelt wrote: Mon Feb 04, 2019 4:50 pm
tayo6 wrote: Mon Feb 04, 2019 2:14 pm Maybe members should have gotten to a certain level on luxcore forum before they are allowed to post libraries or materials
I think this is does not support people‘s ideas, or helping them with current challanges.

In my opinion, steady feedback and constructive reviews pointing in a direction to a possible solution, is a friendlier, more open way.
I very much want people to have their work corrected, i just hope that material libraries that would be post on here should be handled by people who truly know what they are doing. Like I previously said, looking at the node setup might turn out to be tutorial for those exploring how the nodes are connected. I did explore how people connected nodes in cycles render and i dislike moments when I saw nodes connection that didn't make any sense
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: Suggestion for luxcore material library / preset

Post by Sharlybg »

A starting solution could be for you the free example scene on the Download page.
The food scene cover a lot of diferent kind of shader from simple to complexe textured model. You can grab it on the download page.
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Suggestion for luxcore material library / preset

Post by Dade »

BTW, about procedural textures, there is this amazing paper I posted sometime ago: https://eheitzresearch.wordpress.com/722-2/

If only I had the time to explore the idea :roll:
Support LuxCoreRender project with salts and bounties
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Suggestion for luxcore material library / preset

Post by B.Y.O.B. »

Dade wrote: Mon Feb 04, 2019 10:32 pm BTW, about procedural textures, there is this amazing paper I posted sometime ago: https://eheitzresearch.wordpress.com/722-2/
I also found it very interesting. But I wonder about one thing: usually you want not only one texture in a material, but multiple (diffuse/normal/specular for example). Can this idea be implemented in such a way that it randomizes those multiple textures with the same distribution? Also, will it work with normalmaps?
User avatar
FarbigeWelt
Donor
Donor
Posts: 1046
Joined: Sun Jul 01, 2018 12:07 pm
Location: Switzerland
Contact:

Re: Suggestion for luxcore material library / preset

Post by FarbigeWelt »

Dade wrote: Mon Feb 04, 2019 10:32 pm BTW, about procedural textures, there is this amazing paper I posted sometime ago: https://eheitzresearch.wordpress.com/722-2/

If only I had the time to explore the idea :roll:
Very interesting! Key factor word here: stochastic. The input map of the algorithm in the linked has to contain a well distributed stochastic pattern. The author lists some examples. Patterns with contrasted lines like bricks or marmor would not work well.
Light and Word designing Creator - www.farbigewelt.ch - aka quantenkristall || #luxcorerender
MacBook Air with M1
User avatar
FarbigeWelt
Donor
Donor
Posts: 1046
Joined: Sun Jul 01, 2018 12:07 pm
Location: Switzerland
Contact:

Re: Suggestion for luxcore material library / preset

Post by FarbigeWelt »

tayo6 wrote: Mon Feb 04, 2019 5:10 pm I very much want people to have their work corrected, i just hope that material libraries that would be post on here should be handled by people who truly know what they are doing.

Code: Select all

Off topic and generic question:
One can always want anything, this is for free and for anybody. 
Talking about will. What are you willing to do for favour? 
Light and Word designing Creator - www.farbigewelt.ch - aka quantenkristall || #luxcorerender
MacBook Air with M1
Post Reply