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

Revision 692, 3.7 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'): Exporters</TITLE>
15
16<META NAME="description" CONTENT="OGRE Manual v1.2.0 ('Dagon'): Exporters">
17<META NAME="keywords" CONTENT="OGRE Manual v1.2.0 ('Dagon'): Exporters">
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="SEC226"></A>
27<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
28<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_37.html#SEC225"> &lt; </A>]</TD>
29<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_37.html#SEC225"> Up </A>]</TD>
30<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="manual_39.html#SEC228"> &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<H2> 4.1 Exporters </H2>
38<!--docid::SEC226::-->
39<P>
40
41Exporters are plugins to 3D modelling tools which write meshes and skeletal animation to file formats which OGRE can use for realtime rendering. The files the exporters write end in .mesh and .skeleton respectively.<BR><BR>
42</P><P>
43
44Each exporter has to be written specifically for the modeller in question, although they all use a common set of facilities provided by the classes MeshSerializer and SkeletonSerializer. They also normally require you to own the modelling tool.<BR><BR>
45</P><P>
46
47All the exporters here can be built from the source code, or you can download precompiled versions from the OGRE web site.<BR><BR>
48</P><P>
49
50<A NAME="SEC227"></A>
51<H2> A Note About Modelling / Animation For OGRE </H2>
52<!--docid::SEC227::-->
53There are a few rules when creating an animated model for OGRE:
54<UL>
55<LI>You must have no more than 4 weighted bone assignments per vertex. If you have more, OGRE will eliminate the lowest weighted assignments and renormalise the other weights. This limit is imposed by hardware blending limitations.
56<LI>All vertices must be assigned to at least one bone - assign static vertices to the root bone.
57<LI>At the very least each bone must have a keyframe at the beginning and end of the animation.
58</UL>
59If you're creating unanimated meshes, then you do not need to be concerned with the above.
60<P>
61
62Full documentation for each exporter is provided along with the exporter itself, and there is a list of the currently supported modelling tools in the OGRE Wiki at <A HREF="http://www.ogre3d.org/wiki/index.php/Exporters">http://www.ogre3d.org/wiki/index.php/Exporters</A>.
63</P><P>
64
65<A NAME="XmlConverter"></A>
66<HR SIZE=1>
67<BR> 
68<FONT SIZE="-1">
69This document was generated
70by <I>Steve Streeting</I> on <I>, 12 2006</I>
71using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
72"><I>texi2html</I></A>
73
74</BODY>
75</HTML>
Note: See TracBrowser for help on using the repository browser.