source: GTP-Internal/trunk/Webpage/NOF/gtp_webpage/Preview/body_global_illumination.html @ 1392

Revision 1392, 5.0 KB checked in by giegl, 18 years ago (diff)

GTP webpage - Jungle Rumble page WIP

Line 
1
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3<HTML>
4<HEAD>
5<TITLE>Global Illumination</TITLE>
6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7<META NAME="Generator" CONTENT="NetObjects Fusion 8 für Windows">
8<BASE TARGET="_parent">
9<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/style.css">
10<LINK REL=STYLESHEET TYPE="text/css" HREF="../html/site.css">
11<STYLE>
12</STYLE>
13</HEAD>
14<BODY NOF="(MB=(DefaultMasterBorder, 121, 49, 171, 0), L=(GlobalIlluminationLayout, 774, 700))" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
15    <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=760 NOF=LY>
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=7><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=7 HEIGHT=1 BORDER=0 ALT=""></TD>
19            <TD WIDTH=18><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=18 HEIGHT=1 BORDER=0 ALT=""></TD>
20            <TD WIDTH=716><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=716 HEIGHT=1 BORDER=0 ALT=""></TD>
21        </TR>
22        <TR VALIGN=TOP ALIGN=LEFT>
23            <TD COLSPAN=2></TD>
24            <TD COLSPAN=2 WIDTH=734 CLASS="TextObject" STYLE="background-color: rgb(255,255,255);">
25                <P><B>Global Illumination</B> is the field of computer graphics that deals with <B>physically correct illumination</B>. Usually this is associated with stochastic raytracing solutions <B>taking hours to calculate a single picture</B>.</P>
26                <P>The <B>GTP IlluminationLib</B> brings physically correct rendering to the domain of realtime graphics.<BR>Effects that will be possible include:</P>
27                <OL>
28                    <LI><B>Soft Shadow/Lighteffects</B></LI>
29                    <LI><B>Dynamic Lightsources</B></LI>
30                    <LI><B>Indirect Illumination</B></LI>
31                    <LI><B>Reflections</B></LI>
32                    <LI><B>Realtime Radiosity</B></LI>
33                    <LI><B>High-Quality Materials (Metal,...)</B></LI>
34                    <LI><B>Cloud Rendering</B></LI>
35                </OL>
36                <P>allowing for <B>previously unseen levels of realism</B> in 3D/game applications.</P>
37                <P>&nbsp;</P>
38                <P>
39                    <TABLE WIDTH=733 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
40                        <TR>
41                            <TD>
42                                <TABLE ID="Tabelle1" BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%">
43                                    <TR>
44                                        <TD>
45                                            <P><IMG ID="Bild2" HEIGHT=200 WIDTH=266 SRC="../assets/images/autogen/a_illu-refrigerator_resize.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=1 STYLE="border-left-color:  rgb(0,102,204); border-left-style: solid; border-top-color:  rgb(0,102,204); border-top-style: solid; border-right-color:  rgb(0,102,204); border-right-style: solid; border-bottom-color:  rgb(0,102,204); border-bottom-style: solid;" ALT="illu-refrigerator_resize" TITLE="illu-refrigerator_resize"></P>
46                                        </TD>
47                                        <TD>
48                                            <P><IMG ID="Bild3" HEIGHT=200 WIDTH=242 SRC="../assets/images/autogen/a_illu-metal-rings_3x3_resize.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=1 STYLE="border-left-color:  rgb(0,102,204); border-left-style: solid; border-top-color:  rgb(0,102,204); border-top-style: solid; border-right-color:  rgb(0,102,204); border-right-style: solid; border-bottom-color:  rgb(0,102,204); border-bottom-style: solid;" ALT="illu-metal-rings 3x3_resize" TITLE="illu-metal-rings 3x3_resize"></P>
49                                        </TD>
50                                        <TD>
51                                            <P><IMG ID="Bild4" HEIGHT=200 WIDTH=199 SRC="../assets/images/autogen/a_illu-skull_resize.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=1 STYLE="border-left-color:  rgb(0,102,204); border-left-style: solid; border-top-color:  rgb(0,102,204); border-top-style: solid; border-right-color:  rgb(0,102,204); border-right-style: solid; border-bottom-color:  rgb(0,102,204); border-bottom-style: solid;" ALT="illu-skull_resize" TITLE="illu-skull_resize"></P>
52                                        </TD>
53                                    </TR>
54                                </TABLE>
55                            </TD>
56                        </TR>
57                    </TABLE>
58                </P>
59                <P>&nbsp;</P>
60                <P>&nbsp;</P>
61            </TD>
62        </TR>
63        <TR VALIGN=TOP ALIGN=LEFT>
64            <TD COLSPAN=4 HEIGHT=122></TD>
65        </TR>
66        <TR VALIGN=TOP ALIGN=LEFT>
67            <TD></TD>
68            <TD COLSPAN=2 WIDTH=25 CLASS="TextObject">
69                <P>&nbsp;</P>
70                <P>&nbsp;</P>
71            </TD>
72            <TD></TD>
73        </TR>
74    </TABLE>
75</BODY>
76</HTML>
77 
Note: See TracBrowser for help on using the repository browser.