Hermite Curves

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Hermite Curves

Post by avansc »

So team23 had some awesome videos on here showing his game Infinite Ascension http://www.youtube.com/user/teamtwentythree

anyways. one of the cool features was the use of hermite curves. they are used in alot of things especially those nice smooth camera transitions.

i made some code to show how it works and what not. there are no comments. but its just basic interpolation between 2 vectors based on 2 normals.

http://s000.tinyupload.com/index.php?fi ... 6&gk=cisco

Image
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Hermite Curves

Post by eatcomics »

Cool thanks for the program :worship: :mrgreen:
Image
Post Reply