Search found 8 matches

by Mattmatt21
Thu Jun 25, 2020 10:42 am
Forum: Pano2VR general
Topic: Disable auto rotation on user move camera
Replies: 1
Views: 700

Disable auto rotation on user move camera

I would like to have auto-rotation enabled on start until the player moves the camera. I have tried with setting the delay to 99999 after the start but pano2vr change it automatically to 99 seconds. Is there a way to add delay longer than 99 seconds or can I somehow detect if the user has moved the ...
by Mattmatt21
Wed May 13, 2020 3:50 pm
Forum: Pano2VR general
Topic: Scrollbar scrolling option
Replies: 1
Views: 799

Scrollbar scrolling option

Is there an option to set scrolling type, I would like to have option to scroll with a mouse (by dragging scrolling area instead of using the mouse wheel). On laptops, there is no mouse wheel option so the scrollbar isn't working properly.
by Mattmatt21
Tue Mar 03, 2020 1:50 pm
Forum: Pano2VR general
Topic: Pano2vr command line
Replies: 3
Views: 2308

Pano2vr command line

I would like to automatize the build process for pano2vr, is there an option to generate the output of a project via command line?
by Mattmatt21
Fri Feb 28, 2020 1:04 pm
Forum: Pano2VR/Object2VR Skins
Topic: Object2vr changing panorama in Pano2vr
Replies: 1
Views: 2414

Object2vr changing panorama in Pano2vr

Hello, I have implemented Object2vr into the Pano2vr project. I am using it as a 3D map of the apartment. I am using iframe with transparency to show it in 3D. The question is can I use hotspots in object2vr to change panorama in pano2vr? I know that there can be communication between iframes but no...
by Mattmatt21
Mon Feb 10, 2020 3:07 pm
Forum: Pano2VR general
Topic: Node ID and Node Changed
Replies: 1
Views: 1721

Node ID and Node Changed

I have javaScript code that is run on Node Changed and Before Node Changed and it is working something based on NodeID of the current and previous node. Problem is that I am getting different ids for the same node. For example, I have node7 and node 8 when going from node8 to node7 I get good ids bu...
by Mattmatt21
Wed Feb 05, 2020 2:08 pm
Forum: Pano2VR general
Topic: Change font on click
Replies: 6
Views: 3234

Re: Change font on click

Thank you for example, waiting for tutorial :)
by Mattmatt21
Tue Feb 04, 2020 10:02 am
Forum: Pano2VR general
Topic: Change font on click
Replies: 6
Views: 3234

Re: Change font on click

Thank you for the fast and very detailed reply! These tips have opened a lot of possibilities for me. You are the best, Hopki! :D
by Mattmatt21
Mon Feb 03, 2020 10:04 am
Forum: Pano2VR general
Topic: Change font on click
Replies: 6
Views: 3234

Change font on click

Hello, can I change the font on "Variable Changed" event? I need to make a list of buttons with a simple style, and selected button should have bold font. Text field font is determined in the CSS file.