Search found 114 matches

by SergePix
Sat Jun 18, 2022 1:53 pm
Forum: Components
Topic: Circular Hotspot with Preview
Replies: 7
Views: 21747

Re: Circular Hotspot with Preview

Thank you Hopki,

That's work great!
by SergePix
Fri Jun 17, 2022 1:14 am
Forum: Components
Topic: Circular Hotspot with Preview
Replies: 7
Views: 21747

Re: Circular Hotspot with Preview

Hello Hopki,

I like your circular Hotspot and I would like to modify it to have a vignetting inner contour like this site https://www.photoweb360.fr/visite-virtu ... ac-annecy/

What is your suggestion?

Thanks!
by SergePix
Fri Feb 04, 2022 2:20 pm
Forum: Pano2VR general
Topic: How to assign a Polygon color with a variable?
Replies: 5
Views: 1283

Re: How to assign a Polygon color with a variable?

Hello,

I haven't figured out how to assign this variable yet.

Does anyone have an idea how to do it?
by SergePix
Fri Jan 28, 2022 4:06 pm
Forum: Pano2VR general
Topic: How to assign a Polygon color with a variable?
Replies: 5
Views: 1283

Re: How to assign a Polygon color with a variable?

Hello, I include an example of my project. There is a menu to choose a color polygon. Eg: By pressing the blue button, the blue polygon flashes red and green to show me the choice. At the end of the blinking cycle the color of the polygon turns green. I would like at the end of the blinking cycle, t...
by SergePix
Wed Jan 26, 2022 11:46 pm
Forum: Pano2VR general
Topic: How to assign a Polygon color with a variable?
Replies: 5
Views: 1283

Re: How to assign a Polygon color with a variable?

Hello,

I don't understand your approach.

Can you give me an example?
by SergePix
Wed Jan 26, 2022 7:16 pm
Forum: Pano2VR general
Topic: How to assign a Polygon color with a variable?
Replies: 5
Views: 1283

How to assign a Polygon color with a variable?

Hello, I'm trying to change the polygon color with a variable but can't find the right way. Here are some details of how I work. I have the following variables: polygon: (I put the name of the polygon in this variable) eg: poly01 polygo_color: (I put the color of the polygon in this variable) eg: #4...
by SergePix
Mon Dec 20, 2021 10:48 pm
Forum: Pano2VR general
Topic: How can I assign the color of a polygon from a variable?
Replies: 0
Views: 39074

How can I assign the color of a polygon from a variable?

I have a timer that blink a colored polygon. If I change the color of the polygon with an action, eg: Change polygon Color = $ (* polygon) / #0000ff/#003764 that works fine! I assigned a color to the polygon_couleur variable eg: Set Variable Value : Set (=) # 0000ff/#003764 : polygon_couleur If I ch...
by SergePix
Mon Dec 20, 2021 9:52 pm
Forum: Pano2VR general
Topic: how to copy a Polygon ID to a variable?
Replies: 2
Views: 795

Re: how to copy a Polygon ID to a variable?

Ha! Here is the little code I was missing.

Thanks again!
by SergePix
Mon Dec 20, 2021 3:26 pm
Forum: Pano2VR general
Topic: how to copy a Polygon ID to a variable?
Replies: 2
Views: 795

how to copy a Polygon ID to a variable?

I searched the board and couldn't find a way to copy a Polygon ID to a variable with an action. I have several Polygons with a different name. It is important that each polygon has a different name. eg: Poly01, Poly02, Poly03 ... Each polygon has text attached to it. eg: Poly01: text1, Poly02: text2...
by SergePix
Wed Dec 15, 2021 1:03 pm
Forum: Pano2VR general
Topic: How to reset the color of a polygon to its initial state
Replies: 7
Views: 1578

Re: How to reset the color of a polygon to its initial state

Hello Hopki,

I'll try to put all these ideas together to make this menu as simple as possible.

Thank you very much Hopki for your precious help :D
by SergePix
Wed Dec 15, 2021 12:24 am
Forum: Pano2VR general
Topic: How to reset the color of a polygon to its initial state
Replies: 7
Views: 1578

Re: How to reset the color of a polygon to its initial state

If I place this function "javascript: location.reload ();", on the first line, the screen is reset but the following actions are not recognized.

Is this normal?
by SergePix
Tue Dec 14, 2021 2:37 pm
Forum: Pano2VR general
Topic: How to make a Polygon blinking! Need Help
Replies: 6
Views: 1654

Re: How to make a Polygon blinking! Need Help

Hello Hopki, this is exactly what I want. The only thing I can't seem to do is reset the polygon to the original color. As I indicated on the post, the color of the polygons change depending on whether the Lot of land is sold or reserved. Is there an action that allows me to copy the color of the po...
by SergePix
Mon Dec 13, 2021 7:48 pm
Forum: Pano2VR general
Topic: How to reset the color of a polygon to its initial state
Replies: 7
Views: 1578

Re: How to reset the color of a polygon to its initial state

How can I refresh the screen with an action?

I need to refresh the screen like when we press the function key F5.
by SergePix
Sun Dec 12, 2021 8:49 pm
Forum: Pano2VR general
Topic: How to reset the color of a polygon to its initial state
Replies: 7
Views: 1578

Re: How to reset the color of a polygon to its initial state

Hello Hopki, I am working on a land lot sale project. I have delimited each lot of land with a polygon according to the seller's specifications. There are 3 colors which describe the status of each lot of land. Color1: Lot of land --> for sale Color2: Lot of land --> sold Color3: Lot of land --> res...
by SergePix
Sun Dec 12, 2021 3:45 pm
Forum: Pano2VR general
Topic: How to reset the color of a polygon to its initial state
Replies: 7
Views: 1578

How to reset the color of a polygon to its initial state

I have a menu with several button to select polygons, by pressing the A button I can change the color of polygon A. But by pressing the B button I would like the polygon A to go back to its original color.

What would be the action I would have to do?