Computer Animation - 法政大学 [HOSEI UNIVERSITY]

Download Report

Transcript Computer Animation - 法政大学 [HOSEI UNIVERSITY]

Animation
Vladimir Savchenko
[email protected]
Course Details
Course materials can be downloaded from
http://www.k.hosei.ac.jp/~vsavchen/ANL/
 Evaluation:
- Project – 20
- Exam – 60
- Lecture attendance – 20
 Project



Any animations developed by you by the use Java, C++, Open GL
Or an animation developed by the use of my Software tools and
Models, see next page.
Project Material

You can develop an animation based on my
Software tools and Models

vtkPicker_install.exe






Download a rather simple tool with GUI, developed by us to demonstrate space
deformations
Follow instructions in “read me” file how to define deformations. But you do not
need download any VTK libraries!
animation.zip
Download and unzip software (there is no GUI), developed by us to produce an
animation. Edit files and produce animations according to a short description in
txt file.
models.zip
Download and unzip models. You can see and modify models by the vtkPicker
tool.
Project Material


1.
2.
3.
•

You can
animation
Problem:
Oscilator
develop
The
a
Java
Harmonic
Consider a particle attached to a wall of
infinit mass with a spring
The spring force given by Fspring = -k·x
Newton’s second low of motion dictates the
motion of the particle as,
m·d2x/dt2 = -k·x
The idealized harmonic oscillator assumes
that there is no loss in energy over time.
Develop an applet showing the motion of
the damped particle according to the equation
m·d2x/dt2 = -k·x –b ·dx/dt,
where the coefficient b > 0 is called the
damping coefficient
Project Material

You can develop a C++ based animation by
the use of software downloaded
from
http://www.geometrictools.com/
Reference Material


1.
2.
3.

-
Lecture notes
Books:
Physics-based Animation, K. Erleben, J. Sporring, K.
Henriksen, and H. Dohlmann, Charles River Media, Inc, 2005
3D Game Engine Design, David H. Eberly, Morgan
Kaufmann Publishers, 2001.
Advanced Animation and Rendering Techniques, A.
Watt, M. Watt, Addison-Wesley, 1992.
Conferences:
Computer Animation, proceedings published by IEEE Computer
Society Press, SIGGRAPH


Journal of Visualization and Computer Animation
(JVCA)
And many many others …