Page 3 of 4

Re: Material/Texture rework in v2.3

Posted: Thu Jun 13, 2019 9:25 am
by stansu
randomize UV and color like Cycles' object_info node. :D

Re: Material/Texture rework in v2.3

Posted: Thu Jun 13, 2019 9:56 am
by FarbigeWelt
What I miss is a enhanced checkerboard 3D texture.
Enhancement shall be
1. prio random patterns
2. prio color blend / gradient or texture

Random patterns means rectangle patterns like original checkerboard but with random two color pattern.
Example
x,o filled rectangles of one color, a gradient set or texture

Code: Select all

ooxo
xxxo
oxox
xoox
Use examples
Floors
Lights of skyscrapers

Re: Material/Texture rework in v2.3

Posted: Thu Jun 20, 2019 2:40 pm
by epilectrolytics
Rough glass should be faster (like it was in old LuxRender) and compatible with dispersion.
I never get realistic reflections out of clear glass because it is too perfect, most real glasses, plastics or even water have little surface imperfections/particles making reflections a bit rougher.

Re: Material/Texture rework in v2.3

Posted: Wed Jun 26, 2019 8:07 am
by lacilaci
A multimap that would allow to load several textures then randomly assign them per object (ideally per UV island but I don't know if that's possible)
Although this could be a blendluxcore feature I guess

here's how it works in corona: https://www.youtube.com/watch?time_cont ... iRRR6vgsEM

Re: Material/Texture rework in v2.3

Posted: Thu Jun 27, 2019 8:38 pm
by epilectrolytics
What about texture blending?
- make "unseamless" (seamful?) textures tileable
- blend over seams on non-planar objects like cubes
- randomly rotate tiles to avoid repetitions
- blend over small fractal pic at different sizes on itself - faster than procedural

Just mentioned in another thread by Dade: Texture compression (maybe geometry compression too?) for better VRAM utilisation.

Re: Material/Texture rework in v2.3

Posted: Sat Jun 29, 2019 7:09 am
by Sanekum
Multimap
Bevel shader
AO\Dirt shader

Re: Material/Texture rework in v2.3

Posted: Sat Jun 29, 2019 3:35 pm
by wasd
Currently, bump doesn't work at all, so I propose to replace it with something.
For example:
https://jo.dreggn.org/home/2017_normalmap.pdf

Also, there's this paper and sample code for thin film interference:
https://www.ci.i.u-tokyo.ac.jp/~hachisuka/mcp.pdf
https://www.gamedev.net/articles/progra ... ics-r2962/

Re: Material/Texture rework in v2.3

Posted: Sat Jun 29, 2019 3:39 pm
by happyboy
I'm interested in my features mentioned above, but there are two most important ones that might be a deal-breaker for me:
* multiple uv maps (Most of our normal-mapped meshes have two uv sets, one is generated during normalmap baking)
* AO/dirt shader (I mean raytraced texture like VRay's VRayDirt, not pre-baked AO maps as used in games)

Re: Material/Texture rework in v2.3

Posted: Tue Jul 02, 2019 3:30 pm
by B.Y.O.B.
I have split some posts about bump mapping into a separate thread:
viewtopic.php?f=10&t=1195

Re: Material/Texture rework in v2.3

Posted: Sun Jul 14, 2019 8:01 pm
by epilectrolytics
The recently added Disney shader could be upgraded to the newer version with refraction, SSS color etc for better compatibility with Cycles.