WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: giancamati
Forum: Vizard 12-21-2006, 07:12 AM
Replies: 1
Views: 11,517
Posted By giancamati
Talking saving the scene

Hello everybody,

I have this problem: each object in my 3D scene is loaded with a single viz.add('...') instruction because after loading it I want to grab it with object.collisionMesh() function....
Forum: Vizard 12-18-2006, 10:49 AM
Replies: 3
Views: 14,082
Posted By giancamati
Unhappy I tyred

Hello,

I tryed to use viz.get(viz.WORLD) to get the list but it returns a list with length 2.
Why?

Thank you.
Giancarlo Amati
Forum: Vizard 12-15-2006, 09:08 AM
Replies: 3
Views: 14,082
Posted By giancamati
Cool importing a single WRL with many objects.

Hello everybody,

I have this problem: I have a single wrl scene with many objects. When I use viz.add(...) function I can visualize the scene correctly. Now, the problem is the Vizards see the...
Forum: Vizard 12-15-2006, 09:02 AM
Replies: 5
Views: 12,457
Posted By giancamati
yes

Yes it works, but it happens sometime it miss the grab. So I should execute the grabbing operation again.
With object with a big scale, this problems never happenend.

Thank you.
Forum: Vizard 12-15-2006, 01:48 AM
Replies: 3
Views: 10,447
Posted By giancamati
configuration

HI,

you should check master dipswiches and secondary dipswitch. and the connect the two birds by the FBB port you can find on the back.

For the master dipswitch I have 1,2,3 DOWN
4,5,6 up
7...
Forum: Vizard 12-15-2006, 12:01 AM
Replies: 5
Views: 12,457
Posted By giancamati
Talking yes I did

These are the model with which grabbig looks a little different.
FATTORETRASLAY = 0.4
FATTORESCALA =0.2

palla1 = viz.add('3D/nuovo/palla1.wrl')...
Forum: Vizard 12-14-2006, 11:58 PM
Replies: 3
Views: 10,447
Posted By giancamati
this is the way

Hi, as I met the same problem I would like to give you the solution. :)

NUM_FOB = 2
PORT_FOB = 0
BAUD_FOB = 115200
flock1 = viz.add('flockofbirds.dls')
flock2 = viz.add('flockofbirds.dls')...
Forum: Vizard 12-14-2006, 03:45 PM
Replies: 5
Views: 12,457
Posted By giancamati
Lightbulb grabbing problems.....

Hello Everybody, due to many successes with Vizard.....I would like to thank the developers! THANK YOU!

AND NOW.....ANOTHER QUESTION FOR YOU! :)

I scaled my objects with a factor between 0.0...
Forum: Vizard 12-14-2006, 03:33 AM
Replies: 0
Views: 13,857
Posted By giancamati
Smile Human FOV and VIrtual FOV

Hello everybody,
I am trying to match the virtual movements of my virtual hand with the real hand. Stereo visualization let me show the object coming out the screen. Now, as I can see my objects...
Forum: Vizard 12-14-2006, 12:45 AM
Replies: 1
Views: 9,161
Posted By giancamati
Thumbs up Stereo Enhancement

Hello everybody,

I am using Vizard R3 with many successful results! Right now I am able to interact with FOBs, glove, and 3D objects.
To improve interaction, I use stereoscopic visualization....
Forum: Vizard 12-14-2006, 12:40 AM
Replies: 9
Views: 17,208
Posted By giancamati
great I understood all my problems thank you so...

great I understood all my problems thank you so much.

Giancarlo
Forum: Vizard 12-13-2006, 03:42 AM
Replies: 9
Views: 17,208
Posted By giancamati
Arrow I did it

I saved the example with a different name, but I received the same error.

Giancarlo
** ERROR: Failed to connect to 5DT glove on COM1
Traceback (most recent call last):
File "<string>", line...
Forum: Vizard 12-12-2006, 06:05 AM
Replies: 9
Views: 17,208
Posted By giancamati
this is the error....

File "hand.py", line 23, in ?
aHand = hand.add(aSensor)
AttributeError: 'module' object has no attribute 'add'
Forum: Vizard 12-12-2006, 05:46 AM
Replies: 2
Views: 10,115
Posted By giancamati
Thumbs down ??

I don't believe that this tutorial is that one I am looking for. I remember that anyway I will look for another resources.

Thank you.
Giancarlo
Forum: Vizard 12-07-2006, 09:28 AM
Replies: 1
Views: 10,929
Posted By giancamati
Talking Vanda(Wanda) buttons

Hello everybody,
I am programming my Wanda(Vanda) device connected to my port and everything works fine with Vizard. Now, my question is that that device is recognized as a mouse, so the Wanda's...
Forum: Vizard 12-07-2006, 09:21 AM
Replies: 2
Views: 10,115
Posted By giancamati
Thumbs up hand & Glove (5DT)

Hello to everybody,

I remember that I tryed a simple script in which I visualize a virtual hand connected to 5DT glove sensor. I was able to move fingers and see my virtual finger moving. So, in...
Forum: Vizard 12-07-2006, 09:10 AM
Replies: 2
Views: 10,658
Posted By giancamati
great

Thank you so much it works fine!.
Forum: Vizard 12-02-2006, 09:42 AM
Replies: 4
Views: 12,603
Posted By giancamati
Talking document

Where can I find a document explaining all these changes?

g.a.
Forum: Vizard 12-02-2006, 09:41 AM
Replies: 1
Views: 8,659
Posted By giancamati
Cool WHY?? From 2.5 to 3.00.17 release

Hello everybody,

I developed a 3D mouse based on collision detection between my 3D cursor (a sphere" and objects in the scene. Now, I developed my code on 2.5 version of WorldViz.
I changed to...
Forum: Vizard 11-28-2006, 02:21 PM
Replies: 2
Views: 10,658
Posted By giancamati
Smile 3D cursor with FlockOfBirds

Good Morning,

I am developing a 3D virtual environment in which I tracker my hands with flock of birds devices. Now, with the Vanda I would like to implement a 3D cursor. I visualize my 3D cursor...
Forum: Vizard 07-07-2006, 02:51 PM
Replies: 9
Views: 17,208
Posted By giancamati
Talking where is HAND?

Hi, I tried to import hand, but I received an error. Is it hand a standard module of vizard?

thank you so much.

giancarlo
Forum: Vizard 07-07-2006, 08:43 AM
Replies: 9
Views: 20,389
Posted By giancamati
Unhappy Hello everybody, I have the following...

Hello everybody,

I have the following question: I connected 2 FlockOfBirds together and set the NUM_FOB = 2

now I create two tracker linked to two spheres.
The Vizard does not warn with any...
Forum: Vizard 07-03-2006, 06:00 AM
Replies: 1
Views: 9,891
Posted By giancamati
Talking bounding box....

Hello everybody, due to my ignorance in programming with Vizard I am trying to visualized the bounding box of a picked object. I wish to visualize it in red. I tryed with the following gode:...
Forum: Vizard 07-01-2006, 12:18 PM
Replies: 3
Views: 11,018
Posted By giancamati
Talking Thank you very much your help will be very...

Thank you very much your help will be very usefull but I was asking for is if there is any kind of....

viz.callback(????Events FOB???, functionHandler)

related to this device.

Thank you so...
Forum: Vizard 06-30-2006, 05:28 AM
Replies: 9
Views: 20,389
Posted By giancamati
What is the event associated to the Bird? How can...

What is the event associated to the Bird? How can I map and implement a new behaviour of those events.

Best Regards.
Giancarlo Amati
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT -7. The time now is 11:46 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC