Search found 20 matches

by NFSTC
Tue Aug 01, 2023 7:14 pm
Forum: Pano2VR/Object2VR Skins
Topic: Red Nodes Appearing
Replies: 3
Views: 3239

Re: Red Nodes Appearing

To update anyone else having this issue, I was able to resolve it by ensuring the skin was attached to the pano. This was happening because no skin was added to these panos. Now that I added the skin pano2vrSkin() function it seems to be working great. Thank you for your assistance Tony!
by NFSTC
Tue Aug 01, 2023 2:33 pm
Forum: Pano2VR/Object2VR Skins
Topic: Red Nodes Appearing
Replies: 3
Views: 3239

Re: Red Nodes Appearing

Yes, that is the icon that's appearing. I wonder if the skin is not applied properly for some reason on these and that's why it's doing this regardless of the logic I put in the skin. Would that cause something like this to happen where it works in one pano on the page but not the other? I will chec...
by NFSTC
Fri Jul 28, 2023 4:34 pm
Forum: Pano2VR/Object2VR Skins
Topic: Red Nodes Appearing
Replies: 3
Views: 3239

Red Nodes Appearing

I'm hoping this is something simple I'm missing. I have a custom hotspot node which allows users to open other nodes. At certain times a second pano is opened in a different area of the page and a variable is set (hide_skin) to make the skin components disappear. However, for some reason, in this se...
by NFSTC
Tue Jul 26, 2022 2:47 pm
Forum: Pano2VR/Object2VR Skins
Topic: Reading API Variables in the Skin
Replies: 1
Views: 804

Reading API Variables in the Skin

We have situations where we lock the interaction of the panorama using the JS API (via the pano.setLocked(true) function). I would like to be able to read that variable in my skin and turn off visibility to all skin components when this is enabled. I see that there is a way to do this with the API b...
by NFSTC
Mon Jul 18, 2022 9:24 pm
Forum: Pano2VR general
Topic: Goto Previous Panorama with Previous Pan/Tilt/FoV
Replies: 10
Views: 2839

Re: Goto Previous Panorama with Previous Pan/Tilt/FoV

Thank you so much. I see that I had curly brackets around my variable rather than just the variable. Now it is working...odd that it worked with just the tilt, which I think was throwing me off. For anyone else running into this here's what I had in the Pan/Tilt/FoV field which did NOT work. {$(*var...
by NFSTC
Mon Jul 18, 2022 5:17 pm
Forum: Pano2VR general
Topic: Goto Previous Panorama with Previous Pan/Tilt/FoV
Replies: 10
Views: 2839

Re: Goto Previous Panorama with Previous Pan/Tilt/FoV

As a test I just created a brand new project file with nothing but two nodes and the same thing is happening so I don't think it's any other logic than what the skin editor has in place.
by NFSTC
Mon Jul 18, 2022 5:07 pm
Forum: Pano2VR general
Topic: Goto Previous Panorama with Previous Pan/Tilt/FoV
Replies: 10
Views: 2839

Re: Goto Previous Panorama with Previous Pan/Tilt/FoV

Hi Hopki! Okay, I'll gave this a try but it's still doing the same thing. I'm attempting to load a specific node from the user data source field so previous node won't work long term. The {node1} variable was a test to simplify things I'm actually using $(us) which works great. FYI - when I put in t...
by NFSTC
Mon Jul 18, 2022 2:15 pm
Forum: Pano2VR general
Topic: Goto Previous Panorama with Previous Pan/Tilt/FoV
Replies: 10
Views: 2839

Re: Goto Previous Panorama with Previous Pan/Tilt/FoV

My skin is attached (that sounds weird :lol: ). Thank you for your help!
custom.ggsk
(49.75 KiB) Downloaded 100 times
by NFSTC
Fri Jul 15, 2022 6:38 pm
Forum: Pano2VR general
Topic: Goto Previous Panorama with Previous Pan/Tilt/FoV
Replies: 10
Views: 2839

Re: Goto Previous Panorama with Previous Pan/Tilt/FoV

This is exactly what I was looking for. I'm able to implement it, but for some reason only the tilt variable is working when I return to the original pano. I've confirmed that the correct text is being saved in the variable (ie 136.5/-18.8/31.1). When I navigate back to the pano only the -18.8 is us...
by NFSTC
Tue May 28, 2013 5:56 pm
Forum: Pano2VR general
Topic: Export JPG?
Replies: 6
Views: 3908

Re: Export JPG?

Thanks Hopki. I've been looking at that but ImageMagick is the library I've been looking at and it doesn't seem to provide anything for equirectangular or cube faces. If Thomas has a library or script he's used for something like that let me know. I'd be very grateful. Thank you.
by NFSTC
Tue May 28, 2013 5:21 pm
Forum: Pano2VR general
Topic: Export JPG?
Replies: 6
Views: 3908

Re: Export JPG?

I'm still looking for an answer if anyone knows of any or has any other ideas. Thanks!
by NFSTC
Tue May 21, 2013 5:41 pm
Forum: Pano2VR general
Topic: Export JPG?
Replies: 6
Views: 3908

Re: Export JPG?

Thanks for the suggestion. I'm trying to find a way to automatically send it to a server so the image can be saved as part of the students test. Having them use print screen or some other browser add-on isn't an option. I need to find a way for them to click a button and have it output an image file...
by NFSTC
Wed May 15, 2013 8:17 pm
Forum: Pano2VR general
Topic: Export JPG?
Replies: 6
Views: 3908

Export JPG?

Hi All, I would like to be able to have a user export a jpg (or other image format) from their current position in the pano. Is this possible? I've been looking on the forums and can't find anything. If so, what is the command to make this happen? If it's not possible does anyone have any ideas abou...
by NFSTC
Thu Nov 29, 2012 7:36 pm
Forum: ActionScript
Topic: openNext Tilt too high
Replies: 0
Views: 18010

openNext Tilt too high

Hi All, I'm have a problem with my openNext statement. When I insert all the parameters (pan/tilt/fov) everything is okay except for the tilt, it is too high. This seems to happen when someone has tilted down past a certain threshold and it won't tilt that far with openNext. I'm using numbers like -...
by NFSTC
Tue Jul 10, 2012 8:05 pm
Forum: ActionScript
Topic: Accessing attributes of pano loaded with MXML SWFLoader
Replies: 1
Views: 19862

Re: Accessing attributes of pano loaded with MXML SWFLoader

Here's a shot of the component in the Design View mode of Flash Builder
Image

Here's the whole application running in a browser...
Image