alecjacobson / computer-graphics-shader-pipeline

Computer Graphics Assignment about the Shader Pipeline
14 stars 22 forks source link

procedural_color.glsl #21

Closed zhtdavis closed 5 years ago

zhtdavis commented 5 years ago

after I add perlin noise offset, I get something like

screen shot 2018-11-09 at 11 31 41 pm

I can see a line through the sphere. Is it normal to see a line like this?

ptanugra commented 5 years ago

Hmm probably not, you might have broken some "continuity" in your code.

psarahdactyl commented 5 years ago

What was the problem?