dilevin / computer-graphics-shader-pipeline

Computer Graphics Assignment about the Shader Pipeline
2 stars 5 forks source link

Perlin noise marble texture #40

Open razasy299 opened 4 years ago

razasy299 commented 4 years ago

I generated this image for the procedural color image Does our output need to be the same as the output in the gif or is this fine?

abhimadan commented 4 years ago

Nope, you're free to make it look however you like.

razasy299 commented 4 years ago

Thanks! Out of curiosity,what was the function composition used to get the marble texture in the gif?

abhimadan commented 4 years ago

It's a secret, though I will say that it's surprisingly complicated :) Try out some different functions and see what you can come up with.

razasy299 commented 4 years ago

lol okay. Right now Im using some sin and cos functions. Ill try some other functions out. Thank you.