Search:

Type: Posts; User: Tinus

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    709

    Oculus Rift & Hydra - Colaboration

    With the Oculus Rift head mounted display on the way I can see increased interest in motion controllers like the Hydra. Is there any official collaboration going on between Sixense and Oculus? I've...
  2. http://www.youtube.com/watch?v=dAb8SBzcPLE I...

    http://www.youtube.com/watch?v=dAb8SBzcPLE

    I managed to increase the stability for the arms. In this video: throwing objects, and swinging from trapezes.
  3. Heya Danny, thanks! I tried throwing some...

    Heya Danny, thanks!

    I tried throwing some blocks around, but I currently have a problem with the arm physics meaning that they are really unsuited to carrying and throwing stuff. I'll try and tune...
  4. Replies
    48
    Views
    5,344

    If a common pattern is discovered in the...

    If a common pattern is discovered in the distortion, wouldn't it be possible to create a correction function? I mean, if you have a three-dimensional lookup table of reported and actual position and...
  5. Replies
    9
    Views
    1,132

    It looks like the new version of the SDK solved...

    It looks like the new version of the SDK solved my problems in Unity. Thanks! :)
  6. Replies
    11
    Views
    3,934

    Indeed, sounds like it. I'm looking forward to...

    Indeed, sounds like it. I'm looking forward to the updated SDK, thanks!
  7. Replies
    9
    Views
    1,132

    Wooh! This indeed sounds like the problem I've...

    Wooh! This indeed sounds like the problem I've been experiencing as well. How do we get hold of the updated SDK? :)
  8. Armed & Dangerous (7DFPS)- Now with Hydra Support

    http://www.youtube.com/watch?v=88ih9VKiAnI

    I spent the weekend integrating the Razer Hydra motion controllers into our 7DFPS game. Where before you had to clumsily have to use gamepad controls,...
  9. Replies
    6
    Views
    1,447

    Sticky: Just posting to say this helped me out while...

    Just posting to say this helped me out while integrating the SDK into Unity, so thanks!
  10. Replies
    11
    Views
    3,934

    Oh, and with the SDK version I have the struct...

    Oh, and with the SDK version I have the struct should be defined as:



    public struct SixenseControllerData
    {
    public Vector3 position;
    public Vector3 rot_mat_x;
    ...
  11. Replies
    11
    Views
    3,934

    I've tried calling Init and Exit in many...

    I've tried calling Init and Exit in many different configurations and the result is always the same: The editor crashes when init is called after the application has gone through it's lifecycle once...
  12. Replies
    11
    Views
    3,934

    I've started stumbling my own way through getting...

    I've started stumbling my own way through getting this to work. The problem I'm having right now is that repeadedly launching/quiting the game crashes the game/editor.

    I've set it up like so:

    ...
Results 1 to 12 of 12