Search results
Search results 1-20 of 92.
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.
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...
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.
sorry. The url link was broken. Fixed. https://chiiden.com/panorama/2022/test/depth_poly/
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 ...
Hi,Klaus wonderful! Perfectly improved. thank you! https://chiiden.com/panorama/macro/1000yen/ Yasushi Kumon
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=...
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/
I wanted to make this, but it didn't work and I gave up. It's so wonderful !
Hi klaus, By the way, when will v1.21 be released? looking forward to it. Thank you. Yasushi Kumon
Hi klaus, Thank you for your nice advice.I will try. thank you! Yasushi Kumon
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 ...
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
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/
Is this plugin available in Japanese? Thank you.
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
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...
Hi Klaus, Thank you very much. I will find out about it. Yasushi Kumon
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
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?