Graphics Codex Meshes Project

I finished the meshes project of graphics codex. This project taught procedural generation of indexed faces meshes from input parameters or from source image. Specially in the project had to create cylinder and glass meshes by generating solid of revolution by using circle calculation. Glass was defined by a source image that gives contour points…

Review of Edx Computer Graphics Course

I recently finished an Edx MOOC course Computer Graphics (cse167x by UC San DiegoX )  taught by professor Ravi Ramamoorthi. I also achieved a verified certificate from the course. The course taught the foundations of computer graphics by using OpenGL in homework projects as well as asking the student to implement basic ray tracer from…