Search found 3 matches

by daddda
Sat Oct 18, 2008 7:55 pm
Forum: Developer's Forum for Windows
Topic: c# example and loss of resolution on Rotations
Replies: 3
Views: 9918

Opps never mind

I found a pretty good example on the FTP site

login examples
password examples
directory examples

Thanks for inspiring me to look around.
by daddda
Sat Oct 18, 2008 3:40 pm
Forum: Developer's Forum for Windows
Topic: c# example and loss of resolution on Rotations
Replies: 3
Views: 9918

okay, gotcha

But given my lack of knowledge and experience with Euler and Matrices, is there any code I can use, already written, that can give me the fine rotations I need? I wish I could come to this forum with more experience, but I don't, sorry.
by daddda
Thu Oct 16, 2008 7:46 pm
Forum: Developer's Forum for Windows
Topic: c# example and loss of resolution on Rotations
Replies: 3
Views: 9918

c# example and loss of resolution on Rotations

I've used the C# example code to great success except for the fact that rotations only produce the value 1 or -1, nothing in between for greater control. Translations work great. Here's my initialization... this.mDevice3DX = new TDxInput.Device(); this.mKeyboard3DX = mDevice3DX.Keyboard; this.mSenso...