source: GTP-Internal/trunk/Webpage/NOF/gtp_webpage/gtp_webpage_html/html/body_global_illumination.html @ 1515

Revision 1515, 4.5 KB checked in by giegl, 18 years ago (diff)

GTP webpage - UPLOADED

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, 127, 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=26 HEIGHT=54><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=26 HEIGHT=1 BORDER=0 ALT=""></TD>
18            <TD WIDTH=734><IMG SRC="../assets/images/autogen/clearpixel.gif" WIDTH=734 HEIGHT=1 BORDER=0 ALT=""></TD>
19        </TR>
20        <TR VALIGN=TOP ALIGN=LEFT>
21            <TD></TD>
22            <TD WIDTH=734 CLASS="TextObject" STYLE="background-color: rgb(255,255,255);">
23                <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>
24                <P>The <B>GTP IlluminationLib</B> brings physically correct rendering to the domain of realtime graphics.<BR>Effects that will be possible include:</P>
25                <OL>
26                    <LI><B>Soft Shadow/Lighteffects</B></LI>
27                    <LI><B>Dynamic Lightsources</B></LI>
28                    <LI><B>Indirect Illumination</B></LI>
29                    <LI><B>Reflections</B></LI>
30                    <LI><B>Realtime Radiosity</B></LI>
31                    <LI><B>High-Quality Materials (Metal,...)</B></LI>
32                    <LI><B>Cloud Rendering</B></LI>
33                </OL>
34                <P>allowing for <B>previously unseen levels of realism</B> in 3D/game applications.</P>
35                <P>&nbsp;</P>
36                <P>
37                    <TABLE WIDTH=733 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT NOF=TE>
38                        <TR>
39                            <TD>
40                                <TABLE ID="Tabelle1" BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH="100%">
41                                    <TR>
42                                        <TD>
43                                            <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>
44                                        </TD>
45                                        <TD>
46                                            <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>
47                                        </TD>
48                                        <TD>
49                                            <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>
50                                        </TD>
51                                    </TR>
52                                </TABLE>
53                            </TD>
54                        </TR>
55                    </TABLE>
56                </P>
57                <P>&nbsp;</P>
58                <P>&nbsp;</P>
59            </TD>
60        </TR>
61    </TABLE>
62</BODY>
63</HTML>
64 
Note: See TracBrowser for help on using the repository browser.