[Opal-commits] web contact.html,1.1,1.2 manual.html,1.1,1.2 todo.txt,1.1,1.2 users.html,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-01 22:41:06
|
Update of /cvsroot/opal/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22654 Modified Files: contact.html manual.html todo.txt users.html Log Message: added more info to contact page; added the main info to the manual page Index: todo.txt =================================================================== RCS file: /cvsroot/opal/web/todo.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** todo.txt 1 Mar 2005 05:06:34 -0000 1.1 --- todo.txt 1 Mar 2005 22:40:25 -0000 1.2 *************** *** 1,8 **** For Version 0.3.0 ================= ! * add a faq to docs page/manual ! - Q: which physics engines will be supported in the future? ! - A: The focus is on cross-platform, Open Source physics engines. Currently there are not a lot of options available besides ODE, but if other fully-featured engines of this type come along, OPAL will be ready to integrate them. * post api notes --- 1,8 ---- For Version 0.3.0 ================= + * manual + - add diagrams ! * tutorials (move XML samples into xml tutorial; maybe remove example.xml and just describe every xml element/attribute somewhere) * post api notes *************** *** 10,23 **** For Version 0.4.0 ================= - Website Contents - ================ - * change log somewhere? - - * contact - - add bios? - Preliminary Manual Notes ======================== --- 10,19 ---- For Version 0.4.0 ================= + * add a faq to docs page/manual + - Q: which physics engines will be supported in the future? + - A: The focus is on cross-platform, Open Source physics engines. Currently there are not a lot of options available besides ODE, but if other fully-featured engines of this type come along, OPAL will be ready to integrate them. Preliminary Manual Notes ======================== *************** *** 67,80 **** - Joint limit ! Document ! ======== ! * specific object type properties ! - memory management: user managed vs. OPAL managed ! - initially enabled or disabled ! - user-created classes ! - ContactSensor ! - JointBreakSensor ! - custom Motors * Most objects can be created in two ways --- 63,77 ---- - Joint limit ! Miscellaneous Notes ! =================== ! * write a "tutorial 0" or "tutorial intro" containing these notes, or just integrate them into the tutorials ! ! * user-derived classes ! - ContactSensor ! - JointBreakSensor ! - custom Motors ! ! * for derived classes (custom motors, event handlers), put OPAL_CALL in front of public function names * Most objects can be created in two ways *************** *** 89,93 **** * custom motors cannot be saved to/loaded from an XML file - * for derived classes (custom motors, event handlers), put OPAL_CALL in front of public function names * most objects are created and destroyed by the Simulator, but some are user-managed --- 86,89 ---- *************** *** 102,106 **** - use the same precision for OPAL reals and ODE dReals ! * two ways to create objects 1.) have the simulator create the object with default settings, then set its parameters manually Solid* s = sim->createSolid(); --- 98,102 ---- - use the same precision for OPAL reals and ODE dReals ! * two ways to create most objects 1.) have the simulator create the object with default settings, then set its parameters manually Solid* s = sim->createSolid(); Index: manual.html =================================================================== RCS file: /cvsroot/opal/web/manual.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** manual.html 25 Feb 2005 19:56:17 -0000 1.1 --- manual.html 1 Mar 2005 22:40:25 -0000 1.2 *************** *** 25,44 **** <o:Author>Tyler Streeter</o:Author> <o:LastAuthor>Tyler Streeter</o:LastAuthor> ! <o:Revision>80</o:Revision> ! <o:TotalTime>78</o:TotalTime> <o:Created>2004-06-05T15:20:00Z</o:Created> ! <o:LastSaved>2005-02-25T19:49:00Z</o:LastSaved> <o:Pages>1</o:Pages> ! <o:Words>33</o:Words> ! <o:Characters>193</o:Characters> <o:Company>none</o:Company> ! <o:Lines>1</o:Lines> ! <o:Paragraphs>1</o:Paragraphs> ! <o:CharactersWithSpaces>225</o:CharactersWithSpaces> <o:Version>10.6714</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> ! <w:Zoom>BestFit</w:Zoom> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> --- 25,44 ---- <o:Author>Tyler Streeter</o:Author> <o:LastAuthor>Tyler Streeter</o:LastAuthor> ! <o:Revision>97</o:Revision> ! <o:TotalTime>164</o:TotalTime> <o:Created>2004-06-05T15:20:00Z</o:Created> ! <o:LastSaved>2005-03-01T22:38:00Z</o:LastSaved> <o:Pages>1</o:Pages> ! <o:Words>417</o:Words> ! <o:Characters>2378</o:Characters> <o:Company>none</o:Company> ! <o:Lines>19</o:Lines> ! <o:Paragraphs>5</o:Paragraphs> ! <o:CharactersWithSpaces>2790</o:CharactersWithSpaces> <o:Version>10.6714</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> ! <w:Zoom>90</w:Zoom> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> *************** *** 50,53 **** --- 50,60 ---- /* Font Definitions */ @font-face + {font-family:Wingdings; + panose-1:5 0 0 0 0 0 0 0 0 0; + mso-font-charset:2; + mso-generic-font-family:auto; + mso-font-pitch:variable; + mso-font-signature:0 268435456 0 0 -2147483648 0;} + @font-face {font-family:"Book Antiqua"; panose-1:2 4 6 2 5 3 5 3 3 4; *************** *** 74,77 **** --- 81,90 ---- text-decoration:underline; text-underline:single;} + span.SpellE + {mso-style-name:""; + mso-spl-e:yes;} + span.GramE + {mso-style-name:""; + mso-gram-e:yes;} @page Section1 {size:8.5in 11.0in; *************** *** 82,85 **** --- 95,125 ---- div.Section1 {page:Section1;} + /* List Definitions */ + @list l0 + {mso-list-id:482813319; + mso-list-type:hybrid; + mso-list-template-ids:-413384936 67698691 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} + @list l0:level1 + {mso-level-number-format:bullet; + mso-level-text:o; + mso-level-tab-stop:.5in; + mso-level-number-position:left; + text-indent:-.25in; + font-family:"Courier New";} + @list l1 + {mso-list-id:1377509408; + mso-list-type:hybrid; + mso-list-template-ids:986361314 67698691 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} + @list l1:level1 + {mso-level-number-format:bullet; + mso-level-text:o; + mso-level-tab-stop:.5in; + mso-level-number-position:left; + text-indent:-.25in; + font-family:"Courier New";} + ol + {margin-bottom:0in;} + ul + {margin-bottom:0in;} --> </style> *************** *** 101,105 **** </style> <![endif]--><!--[if gte mso 9]><xml> ! <o:shapedefaults v:ext="edit" spidmax="44034"> <o:colormenu v:ext="edit" fillcolor="white"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> --- 141,145 ---- </style> <![endif]--><!--[if gte mso 9]><xml> ! <o:shapedefaults v:ext="edit" spidmax="46082"> <o:colormenu v:ext="edit" fillcolor="white"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> *************** *** 130,140 **** style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><span - style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> - <p class=MsoNormal align=center style='text-align:center'><span style='font-size:22.0pt;font-family:"Book Antiqua";mso-bidi-font-family:Arial; color:black'>OPAL 0.3.0 Manual<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";mso-bidi-font-family: Arial;color:black'><o:p> </o:p></span></p> </td> </tr> --- 170,299 ---- style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><span style='font-size:22.0pt;font-family:"Book Antiqua";mso-bidi-font-family:Arial; color:black'>OPAL 0.3.0 Manual<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span + style='font-size:20.0pt;font-family:"Book Antiqua";color:black'>Introduction<o:p></o:p></span></b></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>This + manual is a short, simple overview of <span class=SpellE>OPALs</span> + components.<span style='mso-spacerun:yes'> </span>It is meant to give you a + general understanding of how the different objects work together.<span + style='mso-spacerun:yes'> </span>It will first cover the most important OPAL + objects, <span class=GramE>then</span> describe a few others that arent as + critical to understanding how the system works.<span + style='mso-spacerun:yes'> </span>More specific instructions for creating and + managing these objects can be found in the tutorials.<span + style='mso-spacerun:yes'> </span>Additionally, the API reference contains more + details about every OPAL class, <span class=SpellE>struct</span>, function, + variable, etc.<o:p></o:p></span></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span + style='font-size:20.0pt;font-family:"Book Antiqua";color:black'>Main Objects<o:p></o:p></span></b></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l1 level1 lfo1;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Simulators</span></b><span + style='font-family:"Book Antiqua"'>: Simulators are factories that + create, maintain, and destroy most other objects.<span + style='mso-spacerun:yes'> </span>They encapsulate all collision + detection and physics simulation.<o:p></o:p></span></li> + </ul> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l1 level1 lfo1;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Solids</span></b><span + style='font-family:"Book Antiqua"'>: A Solid is analogous to a physical + object in the real world.<span style='mso-spacerun:yes'> </span>It can + be static (just a shape, not physically simulated) or dynamic (has a + shape and mass, is physically simulated).<span + style='mso-spacerun:yes'> </span>It contains no moving parts.<span + style='mso-spacerun:yes'> </span>Complex objects with moving parts are + built from multiple Solids with Joints.<o:p></o:p></span></li> + </ul> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l1 level1 lfo1;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Joints</span></b><span + style='font-family:"Book Antiqua"'>: Joints connect two Solids, + constraining their relative motion.<span style='mso-spacerun:yes'> + </span>There are several types of Joints, each constraining motion in + different ways.<o:p></o:p></span></li> + </ul> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l1 level1 lfo1;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Motors</span></b><span + style='font-family:"Book Antiqua"'>: A Motor applies forces/torques to + Solids or Joints to achieve some desired effect.<span + style='mso-spacerun:yes'> </span>There are several types of + Motors.<span style='mso-spacerun:yes'> </span><o:p></o:p></span></li> + </ul> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l1 level1 lfo1;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Sensors</span></b><span + style='font-family:"Book Antiqua"'>: Sensors acquire data from a + simulation.<span style='mso-spacerun:yes'> </span>There are several + types of Sensors.<span style='mso-spacerun:yes'> </span>Some can be + attached to Solids, some can be set to a static position in the + environment, and some can work either way.<o:p></o:p></span></li> + </ul> <p class=MsoNormal><span style='font-family:"Book Antiqua";mso-bidi-font-family: Arial;color:black'><o:p> </o:p></span></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";mso-bidi-font-family: + Arial;color:black'><o:p> </o:p></span></p> + <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span + style='font-size:20.0pt;font-family:"Book Antiqua";color:black'>Other Objects<o:p></o:p></span></b></p> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l0 level1 lfo2;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Shapes</span></b><span + style='font-family:"Book Antiqua"'>: Shapes are used for collision + detection.<span style='mso-spacerun:yes'> </span>They are added to Solids; + if a Solid doesnt contain any Shapes, it cannot collide with anything.<span + style='mso-spacerun:yes'> </span>There are several types of Shapes.<span + style='mso-spacerun:yes'> </span>Each Shape can use a different + Material<o:p></o:p></span></li> + </ul> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l0 level1 lfo2;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua";mso-bidi-font-family: + Arial'>Materials</span></b><span style='font-family:"Book Antiqua"; + mso-bidi-font-family:Arial'>: Materials define what happens when two + Solids (or, more specifically, two Shapes) collide.<span + style='mso-spacerun:yes'> </span>Materials consist of several + properties, including friction, bounciness, density, etc.</span><span + style='font-family:"Book Antiqua"'><o:p></o:p></span></li> + </ul> + <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> + <ul style='margin-top:0in' type=circle> + <li class=MsoNormal style='color:black;mso-list:l0 level1 lfo2;tab-stops: + list .5in'><b style='mso-bidi-font-weight:normal'><span + style='font-size:14.0pt;font-family:"Book Antiqua"'>Data objects and + Blueprints</span></b><span style='font-family:"Book Antiqua"'>: Each of + the main OPAL objects stores an internal data structure describing the + object in detail.<span style='mso-spacerun:yes'> </span>These data + structures can be built from scratch and used to generate several identical + objects.<span style='mso-spacerun:yes'> </span>They can be retrieved + from an existing object and used to make clones.<span + style='mso-spacerun:yes'> </span>They can also be used to construct + OPAL Blueprints.<span style='mso-spacerun:yes'> </span>Blueprints are + collections of complex systems involving Solids, Joints, Motors, and/or + Sensors.<span style='mso-spacerun:yes'> </span>They can be constructed from + a set of manually-designed data structures or from data structures pulled + out of a set of existing objects.<span style='mso-spacerun:yes'> + </span>They can be saved to and loaded from <span class=SpellE>OPALs</span> + XML-based file format.<o:p></o:p></span></li> + </ul> </td> </tr> Index: contact.html =================================================================== RCS file: /cvsroot/opal/web/contact.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** contact.html 25 Feb 2005 19:56:17 -0000 1.1 --- contact.html 1 Mar 2005 22:40:25 -0000 1.2 *************** *** 25,44 **** <o:Author>Tyler Streeter</o:Author> <o:LastAuthor>Tyler Streeter</o:LastAuthor> ! <o:Revision>83</o:Revision> ! <o:TotalTime>79</o:TotalTime> <o:Created>2004-06-05T15:20:00Z</o:Created> ! <o:LastSaved>2005-02-25T19:45:00Z</o:LastSaved> <o:Pages>1</o:Pages> ! <o:Words>178</o:Words> ! <o:Characters>1015</o:Characters> <o:Company>none</o:Company> ! <o:Lines>8</o:Lines> ! <o:Paragraphs>2</o:Paragraphs> ! <o:CharactersWithSpaces>1191</o:CharactersWithSpaces> <o:Version>10.6714</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> ! <w:Zoom>BestFit</w:Zoom> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> --- 25,44 ---- <o:Author>Tyler Streeter</o:Author> <o:LastAuthor>Tyler Streeter</o:LastAuthor> ! <o:Revision>85</o:Revision> ! <o:TotalTime>182</o:TotalTime> <o:Created>2004-06-05T15:20:00Z</o:Created> ! <o:LastSaved>2005-03-01T21:24:00Z</o:LastSaved> <o:Pages>1</o:Pages> ! <o:Words>286</o:Words> ! <o:Characters>1631</o:Characters> <o:Company>none</o:Company> ! <o:Lines>13</o:Lines> ! <o:Paragraphs>3</o:Paragraphs> ! <o:CharactersWithSpaces>1914</o:CharactersWithSpaces> <o:Version>10.6714</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> ! <w:Zoom>90</w:Zoom> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> *************** *** 99,103 **** </style> <![endif]--><!--[if gte mso 9]><xml> ! <o:shapedefaults v:ext="edit" spidmax="45058"> <o:colormenu v:ext="edit" fillcolor="white"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> --- 99,103 ---- </style> <![endif]--><!--[if gte mso 9]><xml> ! <o:shapedefaults v:ext="edit" spidmax="47106"> <o:colormenu v:ext="edit" fillcolor="white"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> *************** *** 152,156 **** Arial;color:#333333'><a href="http://sourceforge.net/projects/opal"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=88 height=31 id="_x0000_i1027" src="files/sf_logo.png"></span></a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:14.0pt;font-family:"Book Antiqua"; mso-bidi-font-family:Arial;color:#333333'><o:p> </o:p></span></p> --- 152,156 ---- Arial;color:#333333'><a href="http://sourceforge.net/projects/opal"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=88 height=31 id="_x0000_i1025" src="files/sf_logo.png"></span></a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:14.0pt;font-family:"Book Antiqua"; mso-bidi-font-family:Arial;color:#333333'><o:p> </o:p></span></p> *************** *** 158,162 **** Arial;color:#333333'><a href="http://www.opensource.org/"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=75 height=65 id="_x0000_i1025" src="files/opensource_logo.png"></span></a><o:p></o:p></span></p> </td> <td width=1145 valign=top style='width:687.0pt;padding:7.5pt 7.5pt 7.5pt 7.5pt'> --- 158,162 ---- Arial;color:#333333'><a href="http://www.opensource.org/"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=75 height=65 id="_x0000_i1026" src="files/opensource_logo.png"></span></a><o:p></o:p></span></p> </td> <td width=1145 valign=top style='width:687.0pt;padding:7.5pt 7.5pt 7.5pt 7.5pt'> *************** *** 167,171 **** <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:#333333'><img ! border=0 width=534 height=129 id="_x0000_i1026" src="files/opal_logo.jpg"><o:p></o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> --- 167,171 ---- <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:#333333'><img ! border=0 width=534 height=129 id="_x0000_i1027" src="files/opal_logo.jpg"><o:p></o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> *************** *** 178,183 **** color:black'>Contact<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Alan ! Fischer<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Email: alan dot fischer at gmail dot com<o:p></o:p></span></p> --- 178,187 ---- color:black'>Contact<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'>Alan Fischer</span></b><span ! style='font-family:"Book Antiqua";color:black'>: currently finishing a ! masters degree in <a href="http://www.ece.iastate.edu/">Computer Engineering</a> ! at <a href="http://www.iastate.edu/">Iowa State University</a>, <a ! href="http://www.vrac.iastate.edu/">VRAC</a> researcher<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Email: alan dot fischer at gmail dot com<o:p></o:p></span></p> *************** *** 185,190 **** <a href="http://www.vrac.iastate.edu/~pallindo">www.vrac.iastate.edu/~pallindo</a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Andres ! Reinot<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Email: andres at reinot dot com<o:p></o:p></span></p> --- 189,198 ---- <a href="http://www.vrac.iastate.edu/~pallindo">www.vrac.iastate.edu/~pallindo</a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'>Andres Reinot</span></b><span ! style='font-family:"Book Antiqua";color:black'>: currently finishing a ! bachelors degree in <a href="http://www.cs.iastate.edu/">Computer Science</a> ! at <a href="http://www.iastate.edu/">Iowa State University</a>, <a ! href="http://www.vrac.iastate.edu/">VRAC</a> researcher<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Email: andres at reinot dot com<o:p></o:p></span></p> *************** *** 192,197 **** <a href="http://www.reinot.com/">www.reinot.com</a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Tyler ! Streeter<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Email: tylerstreeter at gmail dot com<o:p></o:p></span></p> --- 200,211 ---- <a href="http://www.reinot.com/">www.reinot.com</a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'>Tyler ! Streeter</span></b><span style='font-size:14.0pt;font-family:"Book Antiqua"; ! color:black'>: </span><span style='font-family:"Book Antiqua";color:black'>currently ! finishing a masters degree in <a href="http://www.hci.iastate.edu/">Human ! Computer Interaction</a> at <a href="http://www.iastate.edu/">Iowa State ! University</a>, <a href="http://www.vrac.iastate.edu/">VRAC</a> researcher</span><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'><o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'>Email: tylerstreeter at gmail dot com<o:p></o:p></span></p> Index: users.html =================================================================== RCS file: /cvsroot/opal/web/users.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** users.html 25 Feb 2005 19:56:17 -0000 1.1 --- users.html 1 Mar 2005 22:40:25 -0000 1.2 *************** *** 25,44 **** <o:Author>Tyler Streeter</o:Author> <o:LastAuthor>Tyler Streeter</o:LastAuthor> ! <o:Revision>85</o:Revision> ! <o:TotalTime>93</o:TotalTime> <o:Created>2004-06-05T15:20:00Z</o:Created> ! <o:LastSaved>2005-02-25T19:46:00Z</o:LastSaved> <o:Pages>1</o:Pages> ! <o:Words>260</o:Words> ! <o:Characters>1482</o:Characters> <o:Company>none</o:Company> <o:Lines>12</o:Lines> <o:Paragraphs>3</o:Paragraphs> ! <o:CharactersWithSpaces>1739</o:CharactersWithSpaces> <o:Version>10.6714</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> ! <w:Zoom>BestFit</w:Zoom> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> --- 25,44 ---- <o:Author>Tyler Streeter</o:Author> <o:LastAuthor>Tyler Streeter</o:LastAuthor> ! <o:Revision>86</o:Revision> ! <o:TotalTime>94</o:TotalTime> <o:Created>2004-06-05T15:20:00Z</o:Created> ! <o:LastSaved>2005-03-01T21:25:00Z</o:LastSaved> <o:Pages>1</o:Pages> ! <o:Words>262</o:Words> ! <o:Characters>1499</o:Characters> <o:Company>none</o:Company> <o:Lines>12</o:Lines> <o:Paragraphs>3</o:Paragraphs> ! <o:CharactersWithSpaces>1758</o:CharactersWithSpaces> <o:Version>10.6714</o:Version> </o:DocumentProperties> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> ! <w:Zoom>90</w:Zoom> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> *************** *** 99,103 **** </style> <![endif]--><!--[if gte mso 9]><xml> ! <o:shapedefaults v:ext="edit" spidmax="45058"> <o:colormenu v:ext="edit" fillcolor="white"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> --- 99,103 ---- </style> <![endif]--><!--[if gte mso 9]><xml> ! <o:shapedefaults v:ext="edit" spidmax="46082"> <o:colormenu v:ext="edit" fillcolor="white"/> </o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml> *************** *** 152,156 **** Arial;color:#333333'><a href="http://sourceforge.net/projects/opal"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=88 height=31 id="_x0000_i1027" src="files/sf_logo.png"></span></a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:14.0pt;font-family:"Book Antiqua"; mso-bidi-font-family:Arial;color:#333333'><o:p> </o:p></span></p> --- 152,156 ---- Arial;color:#333333'><a href="http://sourceforge.net/projects/opal"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=88 height=31 id="_x0000_i1025" src="files/sf_logo.png"></span></a><o:p></o:p></span></p> <p class=MsoNormal><span style='font-size:14.0pt;font-family:"Book Antiqua"; mso-bidi-font-family:Arial;color:#333333'><o:p> </o:p></span></p> *************** *** 158,162 **** Arial;color:#333333'><a href="http://www.opensource.org/"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=75 height=65 id="_x0000_i1025" src="files/opensource_logo.png"></span></a><o:p></o:p></span></p> </td> <td width=1145 valign=top style='width:687.0pt;padding:7.5pt 7.5pt 7.5pt 7.5pt'> --- 158,162 ---- Arial;color:#333333'><a href="http://www.opensource.org/"><span style='color:#333333;text-decoration:none;text-underline:none'><img border=0 ! width=75 height=65 id="_x0000_i1026" src="files/opensource_logo.png"></span></a><o:p></o:p></span></p> </td> <td width=1145 valign=top style='width:687.0pt;padding:7.5pt 7.5pt 7.5pt 7.5pt'> *************** *** 167,171 **** <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:#333333'><img ! border=0 width=534 height=129 id="_x0000_i1026" src="files/opal_logo.jpg"><o:p></o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> --- 167,171 ---- <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:#333333'><img ! border=0 width=534 height=129 id="_x0000_i1027" src="files/opal_logo.jpg"><o:p></o:p></span></p> <p class=MsoNormal align=center style='text-align:center'><span style='font-family:"Book Antiqua";mso-bidi-font-family:Arial;color:black'><o:p> </o:p></span></p> *************** *** 178,192 **** color:black'>Users<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-size:16.0pt;font-family:"Book Antiqua"; ! color:black'><a href="http://www.vrac.iastate.edu/~streeter/cabin/cabin.html">Cabin</a></span><span style='font-family:"Book Antiqua";color:black'>: a physically-simulated cabin built from separate wooden boards that can be destroyed with fire.<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-size:16.0pt;font-family:"Book Antiqua"; ! color:black'>Radius</span><span style='font-family:"Book Antiqua";color:black'>: ! an arcade-style 2D space shooter.<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-size:16.0pt;font-family:"Book Antiqua"; ! color:black'><a href="http://www.annexlabs.com/rhino">Rhino</a></span><span style='font-family:"Book Antiqua";color:black'>: You are a space station maintenance worker assigned the task of asteroid duty. Maneuver your ship --- 178,195 ---- color:black'>Users<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'><a ! href="http://www.vrac.iastate.edu/~streeter/cabin/cabin.html">Cabin</a></span></b><span style='font-family:"Book Antiqua";color:black'>: a physically-simulated cabin built from separate wooden boards that can be destroyed with fire.<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'>Radius</span></b><span ! style='font-family:"Book Antiqua";color:black'>: an arcade-style 2D space ! shooter.<o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'><a ! href="http://www.annexlabs.com/rhino">Rhino</a></span></b><span style='font-family:"Book Antiqua";color:black'>: You are a space station maintenance worker assigned the task of asteroid duty. Maneuver your ship *************** *** 196,203 **** its a living. <o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><span style='font-size:16.0pt;font-family:"Book Antiqua"; ! color:black'>Application Switcher</span><span style='font-family:"Book Antiqua"; ! color:black'> for <a href="http://www.iastate.edu/">Iowa State Universitys</a> ! <a href="http://www.vrac.iastate.edu/">Virtual Reality Applications Center</a>: essentially a 3D GUI for a virtual reality environment that allows users to switch into and out of various virtual reality applications solely from --- 199,207 ---- its a living. <o:p></o:p></span></p> <p class=MsoNormal><span style='font-family:"Book Antiqua";color:black'><o:p> </o:p></span></p> ! <p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span ! style='font-size:14.0pt;font-family:"Book Antiqua";color:black'>Application ! Switcher</span></b><span style='font-family:"Book Antiqua";color:black'> for <a ! href="http://www.iastate.edu/">Iowa State Universitys</a> <a ! href="http://www.vrac.iastate.edu/">Virtual Reality Applications Center</a>: essentially a 3D GUI for a virtual reality environment that allows users to switch into and out of various virtual reality applications solely from |