Search found 10 matches

by chamorrus
Tue Oct 16, 2007 5:00 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hi samgp... I think I cannot help you with that issue...
I'm really interested in solving the problem of the unsatisfied link error so if you have any clue, code, hint... anything, I would be very grateful.
by chamorrus
Tue Oct 16, 2007 1:48 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hi guys! I think I found a solution... Not the best one but it works. What I do is passing a reference of the MouseBehavior class I want to manipulate to the SpacemouseDevice class so when I capture a mouse event I do the necessary transformations to the MouseBehavior class. The way I use to stop th...
by chamorrus
Mon Oct 15, 2007 8:22 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hi samgp,
I'm still testing with the code and I get no solution. It's like the Mouse behavior were completely covered by the SpaceNavigator behavior... It seems to be like the method processStimulus() is never triggered...

Have you reproduced the problem Jim?!
by chamorrus
Mon Oct 15, 2007 2:08 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hello again Jim! After the misunderstanding of the last week (sorry again for that), I have been testing the possibility of programming the SpaceNavigator and Mouse Behaviors in separate threads. I put the SpaceNavigator behavior in one separate thread and it won't work. I tried to program the mouse...
by chamorrus
Thu Oct 11, 2007 7:09 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hi Jim!!
Thanks for the code... I thought that you mean another thing when you talk about separating threads... hehehe sorry for the misunderstanding.
Now I can't test the code until monday.
I'll post the result then.

And thank you very much for your help!
by chamorrus
Thu Oct 11, 2007 1:26 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hi Jim! Thanks again for your reply! I think that you're right, it seems to be like the thread is blocked... But I have to apologize just because I don't know how to start another thread to listen to the ST events... I want to do that but I don't know how... Can you help me?! (I don't want code, I w...
by chamorrus
Wed Oct 10, 2007 10:37 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Hi Jim! I have to say that the biggest problem is my poor english and the problems I have to explain what I want to do so... I'm gonna try it. I have a 3D world. In this world I have captured MouseEvents so if I drag the mouse, my world will move (I mean panning), if I make a double click on any obj...
by chamorrus
Wed Oct 10, 2007 7:53 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

I have been having a look at the example you sent jwick and it seems to be very helpful but it doesn't give any clue about my problem. I think I have not explained it right. I think that the best way to solve my jigsaw is trying to capture SpaceTraveler events and transform them into mouse events so...
by chamorrus
Wed Oct 10, 2007 6:45 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Thanks for the reply jwick. I'm going to have a look to this post.
by chamorrus
Wed Oct 10, 2007 5:49 am
Forum: Windows Discussion Forum
Topic: Developement Java3D with SpaceTraveler
Replies: 25
Views: 35489

Java3D

Hi all! Im new in this forum. I have been reading any clue about j3d and 3dConnexion mouse... But I haven't found anything. The problem I have is that the example I have (HelloSpacemouse.java) works very good (a little bit slow I think) but when I try to add another kind of functionality (for exampl...