Forum: Vizard
11-02-2015, 11:44 PM
|
Replies: 1
Views: 24,493
How to use grabber tool with wand?
Hi Jeff,
I'd appreciate if you have some knowledge on how to use grabber tool with wand using ppt-tracking and wand 2014? Few more questions: What are proxy tools? What is the...
|
Forum: Vizard
09-25-2015, 12:45 AM
|
Replies: 8
Views: 14,823
|
Forum: Vizard
09-24-2015, 12:50 PM
|
Replies: 2
Views: 37,144
|
Forum: Vizard
09-24-2015, 01:08 AM
|
Replies: 2
Views: 37,144
Using highlighter tool with wand
Hi,
I'm trying to convert WorldViz Highlighter tool example code (http://docs.worldviz.com/vizard/Tools_Highlighter.htm) into a script that uses wand as input (rather than mouse scrollwheel) and...
|
Forum: Vizard
09-18-2015, 12:09 PM
|
Replies: 4
Views: 33,614
|
Forum: Vizard
09-17-2015, 06:02 AM
|
Replies: 4
Views: 33,614
The Vizard 5 and PPT wand (we assume) with PPT...
The Vizard 5 and PPT wand (we assume) with PPT tracking and oculus rift. The wand works properly as does the ppt-tracking and the vizconnect file has been set properly to connect to the hardware, but...
|
Forum: Vizard
09-09-2015, 02:19 AM
|
Replies: 4
Views: 33,614
How to get wand tracker?
Hi,
I've tried to get wand tracker (and later on use its orientation information) using either of the following code snippets:
ppt=viz.add('ppt.dle')
wand = ppt.addWand()...
|
Forum: Vizard
09-03-2015, 05:40 AM
|
Replies: 1
Views: 35,505
|
Forum: Vizard
09-02-2015, 03:32 AM
|
Replies: 1
Views: 21,290
|
Forum: Vizard
09-02-2015, 02:29 AM
|
Replies: 1
Views: 21,290
Wand triggers event
Hi,
We're trying to implement an event triggered by wand key press, that changes a texture of an object that the wand points to. It doesn't work for now. Here's the code:
import viz
import vizfx...
|
Forum: Vizard
08-28-2015, 07:18 AM
|
Replies: 1
Views: 35,505
Issues related to osg export and lightmapping
Hello,
I'm exporting a lightmapped model from 3ds Max 2014 to vizard 5 using osg exporter. In the lightmaps there's a circular black area near origo, what could cause that? There are only pivot...
|
Forum: Vizard
08-28-2015, 12:33 AM
|
Replies: 6
Views: 19,863
|
Forum: Vizard
08-25-2015, 04:14 AM
|
Replies: 6
Views: 19,863
Thanks for your answer. There are no other real...
Thanks for your answer. There are no other real time lights added in the script. The osg export settings of the model were probably wrong. There were lights in the scene of the model file and they...
|
Forum: Vizard
08-21-2015, 02:55 PM
|
Replies: 6
Views: 19,863
|
Forum: Vizard
08-20-2015, 05:38 AM
|
Replies: 6
Views: 19,863
Headlight is not disabled
Hi,
I've started to develop using Vizard and VizMove and I encountered a following problem:
the headlight isn't disabled using the following code:
import viz
viz.go()
...
|