Forum: Vizard
10-06-2022, 05:01 AM
|
Replies: 1
Views: 33,451
We currently only have haptic available for the...
We currently only have haptic available for the DK2 version of the Manus gloves. While we have updated our Manus driver to support the latest version of Hermes and their Prime X gloves, we have not...
|
Forum: Vizard
08-30-2022, 09:57 PM
|
Replies: 1
Views: 38,633
|
Forum: Vizard
08-30-2022, 09:54 PM
|
Replies: 3
Views: 35,325
|
Forum: Vizard
08-30-2022, 09:49 PM
|
Replies: 2
Views: 37,544
|
Forum: Vizard
11-09-2021, 09:26 PM
|
Replies: 1
Views: 42,745
I think vizxid is the more recent of the two...
I think vizxid is the more recent of the two modules. The following code has worked for other users with a Cedrus response pad. Does this work for you?
import viz
import viztask
viz.go()
...
|
Forum: Vizard
07-12-2021, 06:05 AM
|
Replies: 2
Views: 19,214
|
Forum: Vizard
08-27-2020, 07:51 AM
|
Replies: 5
Views: 35,365
|
Forum: Vizard
08-27-2020, 01:07 AM
|
Replies: 5
Views: 35,365
|
Forum: Vizard
08-14-2020, 06:57 AM
|
Replies: 1
Views: 30,707
|
Forum: Vizard
02-19-2020, 10:02 PM
|
Replies: 2
Views: 29,242
|
Forum: Vizard
12-13-2019, 04:57 AM
|
Replies: 1
Views: 28,197
There is no built-in VAS GUI object but it's...
There is no built-in VAS GUI object but it's possible to create one. Here is an example that adds a VAS slider to the ortho layer. The user can select a value between 0-10:
import viz
import...
|
Forum: Vizard
12-08-2019, 09:02 PM
|
Replies: 1
Views: 25,047
|
Forum: Vizard
11-21-2019, 07:49 PM
|
Replies: 2
Views: 33,301
|
Forum: Vizard
10-02-2019, 06:19 PM
|
Replies: 2
Views: 29,390
If you're adding objects at run time on one...
If you're adding objects at run time on one machine and want to copy those objects to another networked machine, you will need to pass data that describes the object (shape type, position,...
|
Forum: Vizard
09-05-2019, 04:26 PM
|
Replies: 1
Views: 26,568
|
Forum: Vizard
09-05-2019, 04:24 PM
|
Replies: 2
Views: 26,990
|
Forum: Vizard
08-16-2019, 12:14 PM
|
Replies: 1
Views: 37,701
|
Forum: Vizard
07-22-2019, 07:49 PM
|
Replies: 1
Views: 27,224
|
Forum: Vizard
07-06-2019, 01:41 AM
|
Replies: 2
Views: 36,215
Take a look at the Reflection with Cube Maps...
Take a look at the Reflection with Cube Maps (docs.worldviz.com/vizard/latest/reflection_with_cube_maps.htm) page in the Vizard Help for instructions on adding the map in Max. To get the cube map to...
|
Forum: Vizard
07-04-2019, 11:14 PM
|
Replies: 2
Views: 21,203
|
Forum: Vizard
06-27-2019, 06:11 AM
|
Replies: 1
Views: 19,310
Yes, we support the HTC Vive Pro display,...
Yes, we support the HTC Vive Pro display, controllers, and additional trackers via SteamVR and our SteamVR plugin for Vizard:
https://docs.worldviz.com/vizard/latest/#steamvr.htm
In vizconnect,...
|
Forum: Vizard
06-21-2019, 06:26 AM
|
Replies: 1
Views: 20,771
|
Forum: Vizard
06-18-2019, 09:10 AM
|
Replies: 1
Views: 16,991
Use the setReferenceFrame...
Use the setReferenceFrame (https://docs.worldviz.com/vizard/latest/#commands/node3d/setReferenceFrame.htm) command with mode set to viz.RF_VIEW.
|
Forum: Vizard
03-10-2019, 11:02 PM
|
Replies: 1
Views: 14,006
|
Forum: Vizard
03-10-2019, 10:57 PM
|
Replies: 1
Views: 14,227
|