HomefieldOfView | SPi-V dev

Navigation

user

Toolbar or not Toolbar

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.

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.