Procedural texture with 2D Mapping

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.
Post Reply
provisory
Posts: 235
Joined: Wed Aug 01, 2018 4:26 pm

Procedural texture with 2D Mapping

Post by provisory »

How can I use a procedural texture in BlendLuxCore with 2D Mapping?
Currently I'd like to use something like a stretched Perlin Noise (for randomised stripes) and I'd like it to follow the edges of the object.
So it should use the UV map.
provisory
Posts: 235
Joined: Wed Aug 01, 2018 4:26 pm

Re: Procedural texture with 2D Mapping

Post by provisory »

I will try to ask differently.
Is there a procedural noise texture (like Perlin) in BlendLuxCore that can be used with UV Map?
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Procedural texture with 2D Mapping

Post by B.Y.O.B. »

LuxCore has a mapping called "uvmapping3d", but it is not exposed in the Blender addon (and I'm not sure it works like the feature you need).
https://wiki.luxcorerender.org/LuxCore_ ... .1#Mapping

I fear you will have to create a 2D imagemap of the noise and use that.
provisory
Posts: 235
Joined: Wed Aug 01, 2018 4:26 pm

Re: Procedural texture with 2D Mapping

Post by provisory »

:(
Anyway, thanks for your answer.
Post Reply