Skip to content

Automatically exported from code.google.com/p/learnopngl

Notifications You must be signed in to change notification settings

v3c70r/GL2Curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#learnopengl This repository contains some interesting OpenGL experiments I have done a few years ago in OpenGL 2.0 and just exported from Google Code. It's simply a backup and very unlikely to be updated.

Curves

Bezier Spline and Cubic Spline are implemented in curves folder. To compile from the source on Linux, useg++ -DBEZIER -o bin *.cpp -lglut -lGL -lGLU for Bezier and g++ -o bin *.cpp -lglut -lGL -lGLU for Cubic Spline.

Bezier spline

bezier

Cubic spline

cubic

Polygon Filling Algorithm

Polygon Filling Algorithm is placed in polygon folder. Don't forget to link glut and GL when compile. poly

Clipping

Clipping of line is implemented in cutLine folder.

cutline

About

Automatically exported from code.google.com/p/learnopngl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published