Toolbar or not Toolbar
Submitted by marley9 on July 10, 2008 - 12:15.
If I have a mixture of Cylindricals and Cubics, and only wanted to utilize a toolbar on the cubics, is this possible in the panoelement to specify whether or not to show the toolbar for each and every pan? Can I get that specific?
http://ova-media.com/360/eder1.html
Any guidance would be greatly appreciated.
fieldOfView | SPi-V dev
Re: Toolbar or not Toolbar
You can do two things:
First, you could move the scriptlet out of the global meta nodes, and into each of the scene nodes where you want it to show up. If you have many scenes, this will weigh down SPi-V.
The better solution is to use a behavior attached to scenes where you don't want the toolbar to show up, and on the "enter" event hide the toolbar uigroup.
Re: Toolbar or not Toolbar
Perfect Solution, Thanks Aldo.