Stealth System

Individual capstone project chosen for “Game Engine Architecture” course

C++ Collision Detection Nav Mesh & AI Third-person

Full Video

Features developed:

  • Player Controller & Cover System: Design API to detect valid reachable covers by turn/sneak maneuvers using neighbor search and backface culling tests.
  • Nav Mesh & AI: Develop an automatic nav mesh generation pipeline for orthogonal level layout using contour/polygon generation and edge-graph formulation. Implement A* with funnel smoothing for effective NPC behavior.
  • NPCs & Stealth Detection: Represent NPCs with view cones and analog detection meter that fills/decays based on visibility of player’s key body parts. Design state machine interaction for seeking last known player location based on detection thresholds.
  • Collision Detection: Implement collision tests for spheres, boxes, rays, cones and planes to support stealth gameplay features.



Sci-Fi Spaceship Controller

On-going passion project, inspired by the Banshee from the Halo series

C# Spaceship Controller Follow Camera

Work done in current phase:

  • Programmed controller with ability to boost, turn, drift, and perform evasive maneuvers.
  • Implemented modular “smooth follow” component for third-person camera.
  • Added motion-based tilt (roll) and thruster particle FX to achieve good “feel”.

Work planned for next phase:

  • Support for complex kinematics such as partial damage, knockback from collisions, etc.
  • Expanded terrain and explosion effects when crashing

View Code



VR Research Volunteer

Exploring new user interactions beyond 2D menus

C# Unity Oculus

VR Spatial Interaction Teaser

Working part-time under a PhD student as an engineer to help improve interactions in XR.

  • Port input controller from device-based to action-based system with support for runtime customization: [Design Doc]
  • Implemented state machine and input manager for choosing locomotion based on virtual wearables: [Design Doc]
  • Helped develop a wave-based target practice demo for submission to SIGGRAPH 2023