Procedual Texture problem cycles2lux

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
gandre82
Posts: 11
Joined: Sat Nov 07, 2020 12:15 pm
Location: Germany

Procedual Texture problem cycles2lux

Post by gandre82 »

hey folks,
i discovered some problems with the "cycles2lux ported" procedual textures like "musgrave, voronoi etc" they behave not as in cycles, some slider didnt work or are gone and there is not as much control as in cycles, i want to have those nice sharp stainy musgrave. here a small video cycles musgrave and lux-musgrave, https://youtu.be/hJHQuceUgr0
it seems that the "dimension, lacunarity and the octave slider" in lux not work.

what im doing wrong?
greets andre
User avatar
Dade
Developer
Developer
Posts: 5675
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Procedual Texture problem cycles2lux

Post by Dade »

I ported original Blender textures to Lux many years ago, the implementation in Cycles may have changed in the meantime. For instance, at the time, Blender code wasn't even thread safe.

I can check if something in a specific texture and a specific parameter has changed but procedural textures are a old idea coming form the days when we had kilobytes of ram. They are a particularly bad idea on GPUs.
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: Procedual Texture problem cycles2lux

Post by B.Y.O.B. »

LuxCore only contains ports of the old Blender Internal textures.
The new textures in Cycles are not yet implemented in LuxCore.
gandre82
Posts: 11
Joined: Sat Nov 07, 2020 12:15 pm
Location: Germany

Re: Procedual Texture problem cycles2lux

Post by gandre82 »

ok thanks, these proceduals are not implemented yet. so i have to change my workflow.
Post Reply