dilevin / computer-graphics-shader-pipeline

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

can bump_height be done without any helper functions? #48

Open ICPRplshelp opened 1 year ago

ICPRplshelp commented 1 year ago

It seems like bump_height does not expect any functions from other files. So what functions can I really use?

wenzhi-guo commented 1 year ago

You can use the "improved_perlin_noise" to generate the bumps.