Skip to content

Implementation of B-spline curves with different features as an assignment of my Modeling for Computer Graphics course.

Notifications You must be signed in to change notification settings

imruljubair/B-Spline-Curve-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A B-spline curve simulator (2015)

I used glfw3 and glew

Compile:

$ g++ main.cpp -lGL -lGLU -lglfw

Alt text

Key List:

-> a,d = increase/ decrease order
-> right arrow = show geometry
-> up/ down = increase/ decrease paramter step
-> s = clear window
-> r = surface of revolution
-> q,e,w,z = rotating the object created by surface of revolution

Mouse actions:

-> Click = to create new points
-> Click on an existing point = will focus that point and allow to move it
-> Right click on an existing point = delete the point

About

Implementation of B-spline curves with different features as an assignment of my Modeling for Computer Graphics course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages