View Single Post
  #3  
Old 11-23-2020, 03:39 PM
kennethkarthik kennethkarthik is offline
Moderator
 
Join Date: Jul 2018
Posts: 8
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!
Reply With Quote