#1
|
|||
|
|||
Design a Virtual Keyboard
Hi everyone,
I want to make a virtual keyboard for an application (sample is shown in the attached file). I also want when I press on any key that letter appears on the screen. Like for world 'H' if I click on H..it should appear below. The attached file can give an idea. I was wondering if there is any way to do this. Help with either problem would be appreciated. Thanks Vishav Last edited by Vishav; 11-17-2020 at 04:26 AM. |
#2
|
|||
|
|||
Hi everyone,
Any help for the above problem would be highly appreciated |
#3
|
|||
|
|||
Hi Vishav,
Could you help me understand how you want to interact with the keyboard? If you intend to physically collide the hands with your individual 3D keys in the scene, you could use onCollision() events to trigger the text input. Key mapping physical keyboard keys can be done using vizact.onkeydown() functions. Look these up in the documentation for more information. Your steps to set up a virtual keyboard would be to make a 3D model of the keyboard with separate children for each key. You can then as mentioned either use oncollision or set up proximity sensors around each key for input events. Do let me know if you have any other specifications. Thanks! |
#4
|
|||
|
|||
I want to do it with Tobii 4C eyetracker
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Augmented Reality: virtual world not overlapping real world correctly | Vaquero | Vizard | 7 | 04-15-2016 02:14 AM |
why is time faster in my virtual world? | billjarrold | Vizard | 1 | 11-24-2009 06:33 PM |
Question about input from virtual keyboard. | yyang | Vizard | 4 | 12-23-2008 01:25 PM |
Vizard and 3ds Max Design 2009 | Vinicius Lima | Vizard | 2 | 04-17-2008 12:45 AM |
Human FOV and VIrtual FOV | giancamati | Vizard | 0 | 12-14-2006 04:33 AM |