Jump to content

Reaserch 3D motion and Interpolation

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
kavery

kavery

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts
Hi i'm a uni student looking at my final year project.

And i've got most the detail but i can't quite under stand the interpolation inbetween skeletal cluster for smooth animation my main referances come from "Game AI Programming Wisdom".

could anyone tell me where i can find a simple explaination of interpolation and useage so i can understand it better before trying to get into examples.

sorry if i seem like a idiot:-P

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You may want to review interpolation in a calculus book for the basic ideas involved. The short version is: you are estimating a value based on two known values and its distance between them (in time, space, whatever).
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
kavery

kavery

    Learning Programmer

  • Members
  • PipPipPip
  • 38 posts
ok right thanks
i try serching for it as maths then ^^