source: OGRE/trunk/ogrenew/Docs/manual/manual_67.html @ 692

Revision 692, 2.9 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<HTML>
2<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3<!-- Created on , 12 2006 by texi2html 1.64 -->
4<!--
5Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
6            Karl Berry  <karl@freefriends.org>
7            Olaf Bachmann <obachman@mathematik.uni-kl.de>
8            and many others.
9Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
10Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
11 
12-->
13<HEAD>
14<TITLE>OGRE Manual v1.2.0 ('Dagon'): Animation</TITLE>
15
16<META NAME="description" CONTENT="OGRE Manual v1.2.0 ('Dagon'): Animation">
17<META NAME="keywords" CONTENT="OGRE Manual v1.2.0 ('Dagon'): Animation">
18<META NAME="resource-type" CONTENT="document">
19<META NAME="distribution" CONTENT="global">
20<META NAME="Generator" CONTENT="texi2html 1.64">
21<LINK TYPE="text/css" rel="stylesheet" href="../style.css"> 
22</HEAD>
23
24<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
25
26<A NAME="SEC296"></A>
27<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
28<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_66.html#SEC293"> &lt; </A>]</TD>
29<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top"> Up </A>]</TD>
30<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_68.html#SEC297"> &gt; </A>]</TD>
31<TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT"> &nbsp; <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
32<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_toc.html#SEC_Contents">Contents</A>]</TD>
33<TD VALIGN="MIDDLE" ALIGN="LEFT">[Index]</TD>
34<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_abt.html#SEC_About"> ? </A>]</TD>
35</TR></TABLE>
36<HR SIZE=1>
37<H1> 8. Animation </H1>
38<!--docid::SEC296::-->
39<P>
40
41OGRE supports a prety flexible animation system that allows you to script animation for several different purposes:
42</P><P>
43
44<DL COMPACT>
45<DT><A HREF="manual_68.html#SEC297">8.1 Skeletal Animation</A>
46<DD>Mesh animation using a skeletal structure to determine how the mesh deforms. <BR>
47<DT><A HREF="manual_70.html#SEC299">8.3 Vertex Animation</A>
48<DD>Mesh animation using snapshots of vertex data to determine how the shape of the mesh changes.<BR>
49<DT><A HREF="manual_74.html#SEC307">8.4 SceneNode Animation</A>
50<DD>Animating SceneNodes automatically to create effects like camera sweeps, objects following predefined paths, etc.<BR>
51<DT><A HREF="manual_75.html#SEC308">8.5 Numeric Value Animation</A>
52<DD>Using OGRE's extensible class structure to animate any value.
53</DL>
54<P>
55
56<A NAME="Skeletal Animation"></A>
57<HR SIZE=1>
58<BR> 
59<FONT SIZE="-1">
60This document was generated
61by <I>Steve Streeting</I> on <I>, 12 2006</I>
62using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
63"><I>texi2html</I></A>
64
65</BODY>
66</HTML>
Note: See TracBrowser for help on using the repository browser.