<?php
  $pageType = "index";
  include 'includes/header.inc.php';
?>

<div id="column2">
  <h1>Current research</h1>
  <span class="left"><img src="images/ViveXRElite.png" alt="HTC Vive XR Elite Headset and Controls" width="400" height="188" /><br /><br />
  HTC Vive XR Elite Headset and Controls</span>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
 <p>My  research efforts include working toward unique and interesting applications of augmented reality (AR) and virtual reality (VR) to safety workers and first responders, industrial and manufacturing concerns, digital entertainment, and the quality of life for people in general.</p>

<p>&nbsp;</p>
<p>&nbsp;</p>


  <span class="right"><img src="images/ut2004steelhalomodss_4.jpg" alt="UT 2004 Steel Halos Mod" /><br />
  <span class="right">Unreal Tournament 2004: Steel Halo Mod</span></span>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>In another direction, I am working to improve the believability and playing ability of NPCs (Non-Player Characters) in first-person shooter video games. With the assistance of graduate students, I am evaluating various machine learning techniques that will permit the NPCs to learn by trial-and-error or by observation. </p>
  <p>A paper is in the works that describes the application of evolutionary algorithms to create NPCs for the <em>Capture the Flag</em> mode of Unreal Tournament 2004.</p>
  
<p>&nbsp;</p>
<p>&nbsp;</p>


<p>Interested in this research? Stop by and visit me!</p>
<p>&nbsp;</p>

<h1>OSU CS Online BS in CS Degree</h1>
<p>OSU now offers our Bachelor's degree in Computer Science as an online program. If you are interested in taking online courses or completing your BS in CS degree online, contact Cara Brun, the CS undergraduate advisor.<p>&nbsp;</p>
  
<!--	<h1>Video Game Development</h1>
	<span class="right"><img src="images/Apple_vs_Android.jpg" alt="Apple vs. Android image" width="334" height="208" /><br />
	<a href="http://bgr.com/2014/07/01/android-market-share-2014">http://bgr.com/2014/07/01/android-market-share-2014</a></span>
<p>This fall, I again am teaching the Mobile App Development course. In this course, students get a chance to try their hands at creating apps for the Apple iOS operating system, which runs oniPod , iPhone, and iPad devices. We also spend time discussing topics that span mobile computing, such as user interface design, different approaches to app design, and other operating systems, such as Android and HTML5. Students will be organized into teams during the semester and will design and develop apps for actual clients.</p>
  <p>&nbsp;</p>
-->  

  <h1>Motion capture for interactive digital entertainment</h1>
	<span class="left"><img src="style/Gollum.png" alt="Gollum" /><br />Gollum</span>
	<p>The Department of CS  operates a motion capture facility in the lab I use.  It is comprised of an 8-camera Vicon system attached to an Intel Xeon, Windows-based computer with AutoDesk Maya and MotionBuilder software to create 3D models and manipulate them using the data captured using the Vicon system. This provides an excellent opportunity for students to experiment with the creation of realistic character animations for video games and films. This is the same technology Peter Jackson used to bring the character <em>Gollum</em> to life in his <em>Lord of the Rings</em> films.</p>

	<p /><p /><p /><hr />
	<blockquote>
	<em>&quot;The idea that Bill Gates has appeared like a knight in shining armour to lead all customers out of the mire of technological chaos neatly ignores the fact tht it was he who, by peddling second-rate technology, led them into it in the first place&quot;</em> &mdash;Douglas Adams<br />&nbsp;
	</blockquote>
</div>
        
<?php
    include 'includes/footer.inc.php';
?>