Forum: Vizard
08-03-2012, 04:36 PM
|
|
Replies: 10
Views: 57,514
Are you using a glove from Immersion or...
Are you using a glove from Immersion or CyberGlove Systems?
If you are using a CyberGlove Systems glove, then you need to use the cyberglove.dle extension, instead of immersion.dle. Also, if you...
|
Forum: Vizard
08-03-2012, 04:30 PM
|
|
Replies: 1
Views: 65,030
We do not currently have direct support for...
We do not currently have direct support for Organic Motion. However, their site mentions support for Autodesk MotionBuilder and our LiveCharacter product provides the ability to stream mocap data...
|
Forum: Vizard
07-24-2012, 11:05 AM
|
|
Replies: 3
Views: 42,336
|
Forum: Vizard
07-24-2012, 09:48 AM
|
|
Replies: 7
Views: 46,114
|
Forum: Vizard
07-24-2012, 09:45 AM
|
|
Replies: 3
Views: 42,336
Do both monitors have the same resolution...
Do both monitors have the same resolution (1280×720)? Also, I'm not sure if this is true for all cases, but duplicating displays might only be available for monitors that are attached to the same...
|
Forum: Vizard
07-17-2012, 12:13 PM
|
|
Replies: 8
Views: 76,018
|
Forum: Vizard
07-16-2012, 04:04 PM
|
|
Replies: 29
Views: 20,240,725
|
Forum: Vizard
07-13-2012, 09:11 AM
|
|
Replies: 8
Views: 69,539
|
Forum: Vizard
07-13-2012, 09:10 AM
|
|
Replies: 1
Views: 94,026
Have you tried using the...
Have you tried using the viz.MainWindow.setProjectionMatrix() command?
ObliqueProjectionMatrix = [
2n/(r-l), 0 , (r+l)/(r-l) , 0,
0 , 2n/(t-b), (t+b)/(t-b) , 0,
P31 , P32 , P33 , P34,
0 , 0 ,...
|
Forum: Vizard
07-13-2012, 09:04 AM
|
|
Replies: 1
Views: 47,587
|
Forum: Vizard
07-12-2012, 02:34 PM
|
|
Replies: 8
Views: 69,539
|
Forum: Vizard
07-12-2012, 11:37 AM
|
|
Replies: 8
Views: 69,539
|
Forum: Vizard
07-12-2012, 11:30 AM
|
|
Replies: 29
Views: 20,240,725
Can you post the full traceback? It looks like...
Can you post the full traceback? It looks like you are using passing an invalid parameter to the command method. As the traceback says, the first argument must be an int, and you are most likely...
|
Forum: Vizard
07-11-2012, 09:53 AM
|
|
Replies: 4
Views: 34,297
I'm not sure I understand what you mean by a...
I'm not sure I understand what you mean by a "random instance". Is it a valid instance? Is the position of the instance different every time you run the script?
My guess is that both "Geode-1"...
|
Forum: Vizard
07-09-2012, 09:40 AM
|
|
Replies: 4
Views: 34,297
|
Forum: Vizard
06-28-2012, 09:07 AM
|
|
Replies: 3
Views: 47,284
|
Forum: Vizard
06-27-2012, 01:52 PM
|
|
Replies: 3
Views: 47,284
|
Forum: Vizard
06-27-2012, 01:32 PM
|
|
Replies: 1
Views: 38,846
There is no built-in torus shape in the physics...
There is no built-in torus shape in the physics engine, but you can approximate one using multiple sphere shapes. Here is a sample script that simulates a torus using 18 spheres:
import viz
import...
|
Forum: Vizard
06-27-2012, 01:19 PM
|
|
Replies: 1
Views: 40,143
|
Forum: Vizard
06-27-2012, 01:11 PM
|
|
Replies: 10
Views: 57,514
|
Forum: Vizard
06-18-2012, 09:31 AM
|
|
Replies: 5
Views: 40,588
|
Forum: Vizard
06-15-2012, 09:04 AM
|
|
Replies: 4
Views: 135,225
|
Forum: Vizard
06-14-2012, 12:44 PM
|
|
Replies: 1
Views: 34,029
|
Forum: Vizard
06-14-2012, 12:34 PM
|
|
Replies: 5
Views: 40,588
|
Forum: Vizard
06-12-2012, 02:20 PM
|
|
Replies: 3
Views: 27,766
This is a bug in the current version when...
This is a bug in the current version when stopping an action with a delay. This will be fixed in the next release, but as a workaround you can set the delay option to 0. This should cause the...
|