Forum: Vizard
08-30-2013, 05:37 AM
|
Replies: 0
Views: 14,862
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, 02:10 PM
|
Replies: 4
Views: 24,317
|
Forum: Vizard
08-23-2013, 04:57 AM
|
Replies: 4
Views: 24,317
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, 04:34 AM
|
Replies: 1
Views: 11,259
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, 06:59 AM
|
Replies: 1
Views: 11,259
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...
|