dilevin / computer-graphics-shader-pipeline

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

About the procedural generation and planet images: #69

Open Kevinktv opened 4 weeks ago

Kevinktv commented 4 weeks ago

Hello!

Could you confirm whether these are okay for the procedural gen and planet images:-

For procedural generation, I was using the turbulence formula from tb. Is this okay? I'm not too sure about creating a marble like structure as we were not provided any reference for it:-

Screenshot 2024-10-28 at 11 31 14 PM

My image:-

Screenshot 2024-10-28 at 11 29 34 PM

And below is my planet:-

Screenshot 2024-10-28 at 11 32 31 PM

Thanks!

Kevinktv commented 4 weeks ago
Screenshot 2024-10-28 at 11 38 21 PM

Here's a more pronounced image

mengf821 commented 4 weeks ago

Hello,

It is OK as long as you are making use of the Perlin noise functions correctly. Your output does not need to match the sample output. In fact it's probably quite difficult to match with the sample output exactly.