Tag: art
-
Grass Rendering in the Wind using Geometry Shaders
Keywords: grass rendering, bezier curves, geometry shaders, perlin noise, OpenGL Introduction In this homework, we were expected to implement the below operations: Throughout this blog post, I will explain the details of how I implemented grass with necessary visuals. Rendering Floor To obtain a soil ground, I rendered a quad and rotated 90 degrees around…