You are not logged in.

Search results

Search results 1-20 of 92.

Friday, March 31st 2023, 4:50am

Author: YASUSHI KUMON

Drawing a Polygonal Hotspot with Holes

Thank you Tuur. That's one solution. Actually, I'm looking for an easy way to draw polygons with complex shapes and multiple holes. For example, it looks like this. (Convert from mesh to polygon) In order to draw this hole, we need to make many cuts leading to the hole from the periphery. I think it would be simpler if we could specify the entire contour and the holes as separate polygons, but is there a better way? Thank you.

Thursday, March 30th 2023, 7:45am

Author: YASUSHI KUMON

Drawing a Polygonal Hotspot with Holes

Hi, I want to draw a polygonal hotspot with holes. 1) If I create a polygonal hotspot with a hole in a closed polygon, it will look like this. I get a line connecting the hole and the surrounding area. Also, the description of the points will be complicated. Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 <hotspot name="newhs_1" style="red"> <point ath="-23.59629859770189" atv="-17.43463340109463" /> <point ath="22.436074140747962" atv="-18.182171659622437" /> <p...

Friday, December 16th 2022, 12:04pm

Author: YASUSHI KUMON

The Reasons

For example, it is used to observe a wall or floor surface as a planar image. At this time, it is better if the polygons on the wall or floor surface are not misaligned.

Friday, December 16th 2022, 9:05am

Author: YASUSHI KUMON

Fixed the broken link.

sorry. The url link was broken. Fixed. https://chiiden.com/panorama/2022/test/depth_poly/

Friday, December 16th 2022, 4:54am

Author: YASUSHI KUMON

Offset and polygonal hotspot shape in 3D view

Hi all. I have a question about adding an offset in the 3D view. The hotspot in the image or text box will not be misaligned with the panoramic image if the DEPTH is set correctly. However, in the case of polygonal hotspots, it is not possible to set the DEPTH of each point, so if the offset is increased, the shape will be distorted. Is there any way to resolve this? Thank you. https://chiiden.com/panorama/2022/test/depth_poly/ The top slider allows you to move ox and the left slider allows you ...

Wednesday, April 20th 2022, 2:22pm

Author: YASUSHI KUMON

polygonal hotspot ---problem?

Hi,Klaus wonderful! Perfectly improved. thank you! https://chiiden.com/panorama/macro/1000yen/ Yasushi Kumon

Sunday, April 17th 2022, 1:59am

Author: YASUSHI KUMON

polygonal hotspot ---problem?

Hi, I created a high resolution flat panorama with a polygonal hotspot. If you increase the magnification, the line will move and appear as if it trembles. Is there a way to get rid of this? Click here for the video. https://chiiden.com/panorama/learn_krpano/line_problem.mp4 Click here for the panorama. https://chiiden.com/panorama/macro/1000yen/ Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 <hotspot name="redline" keep="true" visible="true" enabled="true" handcursor="false" alpha=...

Friday, March 18th 2022, 9:44am

Author: YASUSHI KUMON

Concrete surface inspection - Gigapixel Flat Panorama  

It is a mechanism to inspect the surface of concrete using Gigapixel Panorama. Click the 'howto' button on the upper left to display a movie of how to use it. https://chiiden.com/panorama/2022/test/bridge/

Wednesday, February 9th 2022, 3:16pm

Author: YASUSHI KUMON

It's so wonderful !

I wanted to make this, but it didn't work and I gave up. It's so wonderful !

Monday, December 20th 2021, 4:25am

Author: YASUSHI KUMON

How to speed up the display of a large number of polygonal hotspots

Hi klaus, By the way, when will v1.21 be released? looking forward to it. Thank you. Yasushi Kumon

Monday, December 20th 2021, 2:38am

Author: YASUSHI KUMON

How to speed up the display of a large number of polygonal hotspots

Hi klaus, Thank you for your nice advice.I will try. thank you! Yasushi Kumon

Saturday, December 18th 2021, 4:18am

Author: YASUSHI KUMON

How to speed up the display of a large number of polygonal hotspots

Hi all,I am making a hazard map using aerial panorama. Displays the area indicating the alert area as a polygonal hotspot. The code that describes the points of the polygonal hotspot exceeds 50,000 lines and takes a long time to display. Encrypting the xml or removing the blanks didn't speed things up. sample pano https://chiiden.com/panorama/2021/grid_poly/ poligonal hotspot xml download https://chiiden.com/panorama/2021/scene_VR20_poly.zip In addition, the sample presented here summarizes the ...

Monday, November 15th 2021, 8:56am

Author: YASUSHI KUMON

save the coordinates of the hotspot

Hello everyone I want to save the coordinates of the hotspot added by the addhotspot action in xml. Just like Save tour.xml in Vtour Editor. I want to check the problem areas of the panoramic image, generate a list of them, and output them. Is it possible to save as csv instead of xml? Is that possible? Can anyone know how to do it or give me a hint? Thank you

Tuesday, August 24th 2021, 4:23pm

Author: YASUSHI KUMON

EIKO ISHIOKA exhibition

It was released today. https://vr.mot-art-museum.jp/ Click here for explanation. it's Japanese. https://www.mot-art-museum.jp/events/202…shioka_special/

Monday, May 17th 2021, 8:12am

Author: YASUSHI KUMON

Is it possible to use it in Japanese?

Is this plugin available in Japanese? Thank you.

Wednesday, September 23rd 2020, 1:48pm

Author: YASUSHI KUMON

I understand the cause

Hi, When I dynamically created a hotspot child layer, I found that the scale values worked differently depending on the version. 1.20.7The size of the child layer is determined regardless of the scale value of the parent hotspot. 1.20.8 The size of the child layer follows the scale value of the parent hotspot. I think 1.20.7 is easier to use because the scale children attribute of the hotspot cannot be used. yasushi kumon

Wednesday, September 23rd 2020, 7:58am

Author: YASUSHI KUMON

About hotspot child layer issues

Hi, The layer was created dynamically and is the code below. If you create it statically, there is no problem. I would like to investigate a little more with my own hands. Thank you. Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 <action name="value_set"> addlayer(ruler_value); layer[ruler_value].loadstyle(value-style); set(layer[ruler_value].keep,true); set(layer[ruler_value].parent,hotspot[e_point]); set(layer[ruler_value].align,right); set(layer[ruler_value].edge,l...

Saturday, September 19th 2020, 10:11am

Author: YASUSHI KUMON

How to detect the pixel pitch of a display

Hi Klaus, Thank you very much. I will find out about it. Yasushi Kumon

Saturday, September 19th 2020, 9:40am

Author: YASUSHI KUMON

Text display bug?

At 1.20.8, the text in the hotspot child layer became smaller. The border also disappears. 1.20.7 1.20.8 Returning to 1.20.7 will be normal. Is this a bug? Thank you YASUSHI KUMON

Friday, September 11th 2020, 12:03pm

Author: YASUSHI KUMON

How to detect the pixel pitch of a display

I'm looking for a way to match the size of the scale shown on the display with the actual size. Is there a way to detect the pixel pitch of the display?