You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• Implemented a technique for rendering three-dimensional meshes in pencil drawing style using OpenGL and GLSL
• Investigated methods to optimally detect different kind of edges and generate a contour image for the object to render
• Investigated methods for off-screen rendering in OpenGL and used it to implement the different levels of the rend…