<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is this vector displacement shader preset available to C4DtoA? in Arnold for Cinema 4D Forum</title>
    <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059900#M4686</link>
    <description>&lt;P&gt;wow, this looks really interesting, now I'm out of the studio but tomorrow morning I'll try it out and let you know.&lt;/P&gt;&lt;P&gt;Being able to do this with the c4dtoa noises would be super good&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 18:19:56 GMT</pubDate>
    <dc:creator>diego6S3FN</dc:creator>
    <dc:date>2020-11-30T18:19:56Z</dc:date>
    <item>
      <title>Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059890#M4676</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://docs.arnoldrenderer.com/display/A5ARP/Vector+Displacement" target="_blank"&gt;https://docs.arnoldrenderer.com/display/A5ARP/Vector+Displacement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 00:49:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059890#M4676</guid>
      <dc:creator>lamarKPDHG</dc:creator>
      <dc:date>2020-11-29T00:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059891#M4677</link>
      <description>&lt;P&gt;I can see it's compiled for Arnold 5 in that thread.&lt;BR /&gt;Someone could compile it for Arnold 6 I guess.&lt;BR /&gt;&lt;BR /&gt;Also, we can do this with OSL code, so we can drop the c++ compiler stuff.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 18:03:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059891#M4677</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-11-29T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059892#M4678</link>
      <description>&lt;P&gt;Hi, I find this vector displacement  shader really interesting, I already tried to bring it to C4D but without success. &lt;/P&gt;&lt;P&gt;If someone knows how to do it it would be great and if it could work with C4D noises it would be really extraordinary to explore the possibilities.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 09:06:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059892#M4678</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-11-30T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059893#M4679</link>
      <description>&lt;P&gt;OK, let me try come up with a very generic and universal mini kit with an example done via OSL.&lt;BR /&gt;No ETA.&lt;BR /&gt;But will start to look at it today.&lt;BR /&gt;&lt;BR /&gt;First things first, a refference, I baked out the vector displacement to a polygoon.&lt;BR /&gt;Use the Arnold procedural node and load it in.&lt;BR /&gt;&lt;BR /&gt;Next to it, make a sphere.&lt;BR /&gt;Add a Displacement tag, or however you define that in C4D to this sphere, and make sure that the mapping comes from the exsisting mapping, which means it pulls the mapping cooridinates from the shader directly, you do not want to add a custom UV space, remove all UV/UVW overulers and let the shader dictate it.&lt;BR /&gt;( this part is only thing you need to solve basically to get a situation going )&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="aaa.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044974iFEA6D8A3CAC535D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="aaa.png" alt="aaa.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Notice I disabled "step function" in the noise, this is needed as it destroys the vector displacement if ON.&lt;BR /&gt;Then pipe it to the vector displacement node I have here, you can download it.&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://github.com/gkmotu/OSL-Shaders/blob/master/VolumeDisplacement.osl" target="_blank"&gt;https://github.com/gkmotu/OSL-Shaders/blob/master/VolumeDisplacement.osl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also dont forget to get the OSL noise.&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://github.com/ADN-DevTech/3dsMax-OSL-Shaders/blob/master/3ds%20Max%20Shipping%20Shaders/Noise3D.osl" target="_blank"&gt;https://github.com/ADN-DevTech/3dsMax-OSL-Shaders/blob/master/3ds%20Max%20Shipping%20Shaders/Noise3D.osl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Attached the .ass file for refference.&lt;BR /&gt;You SHOULD, in theory, get a perfect match look with the .ass file and a procedural version you make on your sphere next to it.&lt;BR /&gt;&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="http://masd.dk/temp/refference_volume_displacement.ass" target="_blank"&gt;http://masd.dk/temp/refference_volume_displacement.ass&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now.&lt;BR /&gt;Your goal is to match the .ass file, and we need to sort the space definition on your displacement in C4D. This is a pr. host tweak we just need to set up, I do it with the tick on the displacement modifier in the right side of the image.&lt;BR /&gt;&lt;BR /&gt;Let me know how it goes, we might need to go a bit forth and back to nail it.&lt;BR /&gt;&lt;BR /&gt;Once its working, I can issue more types of procedurals that can be extracted into vector displacements, blobs and what have you.&lt;BR /&gt;&lt;BR /&gt;The VolumeDisplacement node looks like this, and you use the default 86 as your displacement amplifier, do not use the Amplitude at 1.0 in the shader, it should be done in the volume displacement, AFTER the noise has been moved to vector space which is putting it into -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;-1+input*2&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sss.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044975i0F02D2FA4E966A16/image-size/large?v=v2&amp;amp;px=999" role="button" title="sss.png" alt="sss.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Naturally, you want to attach the output called "Displacement" to your spheres displacement tag. Or something of that nature.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can also use this to displace volumes, like clouds and stuff, same texture, just as displacement on the volume material.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2020-11-30-16-20-26.gif"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044976i098C6B58AED01356/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-11-30-16-20-26.gif" alt="2020-11-30-16-20-26.gif" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have a small example of Voronoi vector displacement here, using same nodes.&lt;BR /&gt;However, this is using the rendertime Arnold displacement, and here we need to add 1 more node before sending to displacement.&lt;BR /&gt;&lt;BR /&gt;Add an Arnold UV Transform node, in front of the chain you displace, and pipe the Uv Transform into the Arnold displacement, then you have vector displacement.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ddd.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044977i390B2D422A20589D/image-size/large?v=v2&amp;amp;px=999" role="button" title="ddd.png" alt="ddd.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 14:27:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059893#M4679</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-11-30T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059894#M4680</link>
      <description>&lt;P&gt;Hi Mads, thank you very much for the detailed information and the screenshots as well as the links, I was able to reproduce your displaced sphere with the OSL shader.&lt;/P&gt;&lt;P&gt; I got something similar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606756744227.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044980i0AF4A3778D09901F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606756744227.png" alt="1606756744227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;but in the example of "docs.arnoldrenderer", the displacement is not linear the bubbles at the end are wider than the base, isn't this supposed to be done by the vector displacement?&lt;/P&gt;&lt;P&gt;In your Voronoid example I don't see anything else but a standard displacement either.&lt;/P&gt;&lt;P&gt;how do you get this bubble effect at the end of the extrusion?&lt;/P&gt;&lt;P&gt;In C4d you can get it by applying a displacement repeatedly but this shader is supposed to do it all at once.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606756704198.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044982i43DB90CA84E7BB9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606756704198.png" alt="1606756704198.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help. This is the first time I have managed to bring an OSL to C4DtoA&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 17:27:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059894#M4680</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-11-30T17:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059895#M4681</link>
      <description>&lt;P&gt;I have tried to use the shader that comes from the example in docs.arnoldrenderer but it gives me a series of fatal errors. I have looked for it in the C4DtoA page and I have not found that article, it is probable that C4DtoA has not incorporated this shader yet, this is known by &lt;A rel="user" href="https://answers.arnoldrenderer.com/users/63/peterhorvath6v6k3.html" nodeid="63"&gt;Peter Horvath&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 17:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059895#M4681</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-11-30T17:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059896#M4682</link>
      <description>&lt;P&gt;Ok, good.&lt;BR /&gt;First things first as I mentioned. Now the connection is done.&lt;BR /&gt;Next I can try fabricated double folding geometry.&lt;BR /&gt;&lt;BR /&gt;If you know the Blaschke Product. This might be a next thing to run as debug.&lt;BR /&gt;&lt;BR /&gt;It can take a flat plane and displace it around in cirular tunnels, double folding, which is what vector displacement is.&lt;BR /&gt;&lt;BR /&gt;Let me try and look at next step to give you something like that.&lt;BR /&gt;No ETA.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 17:44:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059896#M4682</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-11-30T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059897#M4683</link>
      <description>&lt;P&gt;Am I supposed to be able to connect any OSL shader to C4DtoA now by following this procedure?&lt;/P&gt;&lt;P&gt;Do you know of any source for OSL shaders?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help, &lt;/P&gt;&lt;P&gt;I have not found information on how to do this in C4D&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 17:52:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059897#M4683</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-11-30T17:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059898#M4684</link>
      <description>&lt;P&gt;An example of double folding geometry, overhangs, with the OSL shaders.&lt;BR /&gt;&lt;BR /&gt;First download this curl noise, I just added it to a generic pastiebin, the link should not expire.&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://pastiebin.com/5fc5329c66484" target="_blank"&gt;https://pastiebin.com/5fc5329c66484&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then download the OSL UV Transform node here.&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://github.com/ADN-DevTech/3dsMax-OSL-Shaders/blob/master/3ds%20Max%20Shipping%20Shaders/UVWTransform.osl" target="_blank"&gt;https://github.com/ADN-DevTech/3dsMax-OSL-Shaders/blob/master/3ds%20Max%20Shipping%20Shaders/UVWTransform.osl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The UI will not look like mine, as the Max implementation has a qt .ui file, you will get the raw auto UI, everything should work, just set a very small scale, default 1.0, try something like 0.07 for starters.&lt;BR /&gt;&lt;BR /&gt;Set the VolumeDisplacement you already got, to something like 2.5?&lt;BR /&gt;And you should do like normal with the Arnold render time displacement, this time, we dont need the UV transform node infront, so just pop it in directly.&lt;BR /&gt;&lt;BR /&gt;This should result in a feature set simular to the blob shader on the visualization.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="aaa.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044985i5D071E27D8878BCA/image-size/large?v=v2&amp;amp;px=999" role="button" title="aaa.png" alt="aaa.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Added another example, this is the Noise3D you got earlier.&lt;BR /&gt;It started as a sphere, but as you can see, the whole model is covered with overhanging displacement, things stick out and bend over the local Z axis, which would otherwise be straight edges, like regular displacement.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="qwe.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044986i636AB79A82304A28/image-size/large?v=v2&amp;amp;px=999" role="button" title="qwe.jpg" alt="qwe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 18:05:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059898#M4684</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-11-30T18:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059899#M4685</link>
      <description>&lt;P&gt;Posted example of overhanging geometry via a curl noise in the main thread as a new post, since its relevant and should not be covered in a sub thread easily missed.&lt;BR /&gt;&lt;BR /&gt;Try it out.&lt;BR /&gt;&lt;BR /&gt;You need to make sure that the "noise" or whatever shader you use, sends out data in the correct space.&lt;BR /&gt;In theory, you could try your old legacy C4D noise and plug that into the volumedisplacement node, it might work.&lt;BR /&gt;&lt;BR /&gt;Else, we can make OSL versions of the maps. Or at least appoximate them.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 18:13:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059899#M4685</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-11-30T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059900#M4686</link>
      <description>&lt;P&gt;wow, this looks really interesting, now I'm out of the studio but tomorrow morning I'll try it out and let you know.&lt;/P&gt;&lt;P&gt;Being able to do this with the c4dtoa noises would be super good&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 18:19:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059900#M4686</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-11-30T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059901#M4687</link>
      <description>&lt;P&gt;Recompiled the shader for Arnold 6 and added it to the docs: &lt;A rel="noopener noreferrer" href="https://docs.arnoldrenderer.com/display/A5ARP/Vector+Displacement" target="_blank"&gt;https://docs.arnoldrenderer.com/display/A5ARP/Vector+Displacement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 19:08:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059901#M4687</guid>
      <dc:creator>peter.horvath6V6K3</dc:creator>
      <dc:date>2020-11-30T19:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059902#M4688</link>
      <description>&lt;P&gt;Thanks for the update, Peter. Is this then placed into the C4D2A-&amp;gt;Shaders folder? Are we then required to compile the noise shaders and their variants?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Apologies for my lack of coding knowledge.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 23:15:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059902#M4688</guid>
      <dc:creator>lamarKPDHG</dc:creator>
      <dc:date>2020-11-30T23:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059903#M4689</link>
      <description>&lt;P&gt;Hi, I've been able to do the tests you sent and so far it seems to work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But you will have seen that Peter Horvath has compiled the nonlinear noise displacement for Arnold 6.1.0.0. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But I didn't get that bubble effect that appears in Arnoldrender. I just get a normal displacement&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606814670318.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044988i19CF970E54CB1979/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606814670318.png" alt="1606814670318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606814204614.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044989iA9CD9AE706DE434D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606814204614.png" alt="1606814204614.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606814237498.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044990i729B221A3DBBB251/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606814237498.png" alt="1606814237498.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 09:25:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059903#M4689</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-12-01T09:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059904#M4690</link>
      <description>&lt;P&gt;HI, Thank you for compiling the non linear noise for Arnold 6.1.0.0. &lt;/P&gt;&lt;P&gt;It works and can be read inside the shaders in C4DtoA,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have not yet achieved the vectorial displacement as in docs.arnoldrenderer (see the attached images) &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It still behaves as a normal displacement, it does not make that inflation effect that occurs when you repeat a displacement several times.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am unable to reproduce these instructions:&lt;/P&gt;&lt;P&gt;&lt;A rel="nofollow noopener noreferrer" href="https://docs.arnoldrenderer.com/display/A5ARP/Vector+Displacement" target="_blank"&gt;https://docs.arnoldrenderer.com/display/A5ARP/Vector+Displacement&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606814817144.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044991i0E397FCEBF185EAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606814817144.png" alt="1606814817144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606814857120.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044992i56E2B8CC98D8E575/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606814857120.png" alt="1606814857120.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 09:36:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059904#M4690</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-12-01T09:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059905#M4691</link>
      <description>&lt;P&gt;@lamar Yes, you have to copy the shader to the &lt;EM&gt;C4DtoA/shaders&lt;/EM&gt; folder. Note that this shader only uses some builtin noise patterns, it can not be used with the C4D Noises.&lt;/P&gt;&lt;P&gt;@Diego The effect depends on the dimension of the object and scene scale. The docs uses a subdivided Cube of 500 units scaled down by 0.01. Here's a Cinema 4D scene with the same geo and settings: &lt;A rel="noopener noreferrer" href="https://answers.arnoldrenderer.com/storage/temp/8723-nonlinear-noise-test.zip" target="_blank"&gt;nonlinear_noise_test.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.arnoldrenderer.com/users/258/diego6s3fn.html" nodeid="258"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 11:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059905#M4691</guid>
      <dc:creator>peter.horvath6V6K3</dc:creator>
      <dc:date>2020-12-01T11:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059906#M4692</link>
      <description>&lt;P&gt;Your last 2 images shows it's vector displacement.&lt;BR /&gt;The overhanging geometry, double folding faces, the bottom one looks like the curl noise.&lt;BR /&gt;&lt;BR /&gt;So, this is all technic, it's not a replication of the blob shader, it is using the technic to do all kinds of blobs and things, so I show you how to do it in a generic way, where the Arnold shader with blob returns 1 specific look, but they all rely on the same thing, vector displacement.&lt;BR /&gt;&lt;BR /&gt;We can also go far beyond vector displacement and do things with the implicit construct that you cannot do with vector displacement.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 11:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059906#M4692</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-12-01T11:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059907#M4693</link>
      <description>&lt;P&gt;Fancy shader(tm)&lt;BR /&gt;This kind of shader technic goes beyond regular vector displacement.&lt;BR /&gt;You can see I got multiple knots in there.&lt;BR /&gt;&lt;BR /&gt;I just show example of what is possible, this is not directly related to the c++ blob shader, other than showing you can get something more complex going if you wanted to.&lt;BR /&gt;&lt;BR /&gt;It's done in a single pass, so no reprojecting multiple displacements.&lt;BR /&gt;The OSL shader is just parsed to Arnold and out comes a blob pole.&lt;BR /&gt;&lt;BR /&gt;But it requires some coding, in 2 seperate systems, in order to work, so its not something entry folks just pick up and waltz through with, so it's more a thing, "you can do it" not, a, this is super trivial.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="qwe.jpg"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044995iDC70286EAE1ECC00/image-size/large?v=v2&amp;amp;px=999" role="button" title="qwe.jpg" alt="qwe.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 12:23:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059907#M4693</guid>
      <dc:creator>madsd</dc:creator>
      <dc:date>2020-12-01T12:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059908#M4694</link>
      <description>&lt;P&gt;That's great! Thanks a lot Peter, now I see how the configuration is. I understand that it is not possible to use C4D noises. Although it would be very useful to understand how to drive a Ramp through this non linear noise.  &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1606826123216.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1044996i0285474E0A03E906/image-size/large?v=v2&amp;amp;px=999" role="button" title="1606826123216.png" alt="1606826123216.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 12:36:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059908#M4694</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-12-01T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is this vector displacement shader preset available to C4DtoA?</title>
      <link>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059909#M4695</link>
      <description>&lt;P&gt;Thank you Iamar, I've been wanting to use these vectorial displacements for some time, how nice that you brought it here.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 12:38:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/arnold-for-cinema-4d-forum/is-this-vector-displacement-shader-preset-available-to-c4dtoa/m-p/11059909#M4695</guid>
      <dc:creator>diego6S3FN</dc:creator>
      <dc:date>2020-12-01T12:38:52Z</dc:date>
    </item>
  </channel>
</rss>

