- Timestamp:
- 09/18/06 04:23:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP-Internal/trunk/Webpage/NOF/gtp_webpage/Preview/body_geometry.html
r1393 r1412 15 15 <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=771 NOF=LY> 16 16 <TR VALIGN=TOP ALIGN=LEFT> 17 <TD WIDTH=19 HEIGHT=54><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=19 HEIGHT=1 BORDER=0 ALT=""></TD> 18 <TD WIDTH=3><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=3 HEIGHT=1 BORDER=0 ALT=""></TD> 19 <TD WIDTH=22><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=22 HEIGHT=1 BORDER=0 ALT=""></TD> 20 <TD WIDTH=727><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=727 HEIGHT=1 BORDER=0 ALT=""></TD> 17 <TD WIDTH=22 HEIGHT=54><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=22 HEIGHT=1 BORDER=0 ALT=""></TD> 18 <TD WIDTH=749><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=749 HEIGHT=1 BORDER=0 ALT=""></TD> 21 19 </TR> 22 20 <TR VALIGN=TOP ALIGN=LEFT> 23 <TD COLSPAN=2></TD>24 <TD COLSPAN=2WIDTH=749 CLASS="TextObject" STYLE="background-color: rgb(255,255,255);">21 <TD></TD> 22 <TD WIDTH=749 CLASS="TextObject" STYLE="background-color: rgb(255,255,255);"> 25 23 <P><B>Continous Multiresolution Models</B> are a <B>LOD (level of detail) technique</B> in computer graphics which addresses the problem that scenes contain <B>too much geometry</B> when all of the visible objects are rendered at their full geometric resolution. While algorithms along that line have long been available, most modern game/3D-engines implement the much simpler technique of discrete LODs instead. Discrete LOD techniques are widely known for the annoying visible artifacts they produce at the moment the switch between the different resolution models occurs, a drawback unfit for the visual quality of the next generation of 3D/game applications.</P> 26 24 <P>The <B>GTP GeometryLib</B> supplies a <B>Multiresolution LOD Solution</B> which addresses the shortcomings of previous approaches by giving developers access to a complete package of solid technology which supplies:</P> … … 55 53 </TD> 56 54 </TR> 57 <TR VALIGN=TOP ALIGN=LEFT>58 <TD COLSPAN=4 HEIGHT=97></TD>59 </TR>60 <TR VALIGN=TOP ALIGN=LEFT>61 <TD></TD>62 <TD COLSPAN=2 WIDTH=25 CLASS="TextObject">63 <P><BR> </P>64 <P> </P>65 </TD>66 <TD></TD>67 </TR>68 55 </TABLE> 69 56 </BODY>
Note: See TracChangeset
for help on using the changeset viewer.