PDA

View Full Version : Using Vizconnect Tools in Multiple Scenes


iamnoone87
07-27-2019, 08:01 PM
Hello, everyone.

I am developing a VR application featuring a multiple scenes and am using Vizconnect so that the user of the application can use the highlighter to press buttons and a grabber to grab objects as need be. The highlighter and grabber tools are visible in the main scene, but when move to another scene using, for example, viz.scene(8) , I cannot see the highlighter or grabber tools. I tried to no avail initializing the tools globally and locally. Is there a way that can implement the tools in a scene other than the main scene? Thanks.

Jeff
08-16-2019, 12:14 PM
A tool is parented to a model, such as an avatar hand, and so the model would need to be cloned into each scene that you switch to.