Forum: Vizard
08-30-2013, 06:37 AM
|
|
Replies: 0
Views: 24,471
Vizard with Dragon Naturally Speaking
Hi all,
I try to work around vizard with a speech recognition. Basically the idea is I want to have a voice interaction/ conversation between user and our (avatar) agent. I already read this KB...
|
Forum: Vizard
08-27-2013, 03:10 PM
|
|
Replies: 4
Views: 47,277
|
Forum: Vizard
08-23-2013, 05:57 AM
|
|
Replies: 4
Views: 47,277
Window always on top
Hi all,
Is there any way to get my vizard window always on top?
I have an application that will run parallel with vizard's window together in the same screen. but when I click on my app button...
|
Forum: Vizard
12-20-2011, 05:34 AM
|
|
Replies: 1
Views: 21,447
Solved! :)
Problem solved!
Basically I need to 'listen' first from keypress (using onKeyDown) and then checks every keyhits on allDown or anyDown function.
Ps. thanks to clevr team for give me the hint :D
|
Forum: Vizard
12-15-2011, 07:59 AM
|
|
Replies: 1
Views: 21,447
Keyboard Shorcut
Hi all,
I need to make some keyboard shortcut (instead a single button) into my VR world. Its work fine when only using single button shortcut like this:
...
def onKeyDown(key):
...
if...
|