Noise

So this is pretty neat.  

I wanted to add clouds to this city scene using a static VDB file.  Ok, no big deal but then I wanted to use an animated procedurally generated noise texture to give the cloud a little pizazz. 

That’s the problem.  

3ds Max has never had a simple, nonconvoluted way to animate any types of procedural noise seamlessly over a given amount of time/frames.  I’m not sure any of the big 3D packages can do it and I’ve never been sure why.

Almost 25 years ago there was a Max plugin which added a Loopable Noise Controller for some things, but that’s long gone and the last version out there is for 3ds Max r6 from 2001.  So, as I’m sitting there playing with the clouds and wishing I didn’t have to load up After Effects to generate an entire 300 frame image sequence of a seamlessly looping animated noise texture, it occurs to me…get ChatGPT to write a noise shader that loops. 

Autodesk maintains a Github of OSL shaders which is where I grabbed the noise.osl file.  I opened that file up in a text editor and copied the contents into a ChatGPT window.  I then asked ChatGPT to modify it by adding the ability to, and UI options for, seamlessly looping the noise over time.

It fucking works. 

The shader code that ChatGPT spat out freaking works.  I loaded up the OSL in Max as normal and there it is.  Everything after Amplitude is all ChatGPT’s code:

Here are ChatGPT’s instructions on how to use the shader:

Results for a 300 frame loop:

See, I’ve been wanting to be able to do this, like this, for a good long while but do not have the math or coding skills required to create it.

The yellow box object has an Arnold Properites modifier in the stack which uses our new noiselooper.osl to drive a displacement map.  The black and white inset animation is the actual map the noiselooper created.

I looked at the code a little but haven’t started hacking away at it to see what it does yet.  My concern is that the noise just kind of ping-pong’s back and forth to make a loop which could become noticeably distracting. 

All in all though, this is excellent alternative to manually setting up and using blending techniques between two animated noise maps in Max or using After Effects to render out an image sequence.

Good going, ChatGPT.  If I look at the code closer and it seems to be doing more than just ping-pong’ing and/or if there are any improvements to it, I’ll post the .osl here.  ChatGPT said it could achieve the noise loops a few different ways without relying on this exact same method.  I dunno, I’m already flipping shocked this worked, so who knows.