Nathaniel3W
Honored Guest
since ‎04-04-2013
‎02-23-2021

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm trying out some pretty basic stuff, and right now I'm trying to display some information on the screen.In my class that I extended from HUD, in the PostRender event, I'm trying to do this: Canvas.SetPos(100,100); Canvas.DrawText("Testing");But th...
Here's a simple VR shooter.http://www.youtube.com/watch?v=MJbnQs2LGjoYou can move the hands independently and therefore your aim isn't connected to the headset. It looks pretty simple on YouTube, but it took a LOT of time to code. Maybe someday I'll ...
Hi everyone. This is my first post working with the Oculus version of UDK, but I have a fair amount of experience in UDK, and a little in C++ and C#. I've also soldered together my own custom IMU video game controller. As for what I'm doing here, I'd...