Thanks a lot for the quick feedback.
Posts by msbojr
-
-
It would be of great help if someone could show how we can use the comparison on images in FLAT format.
-
I corrected some details and now it worked with your tips Tuur.
Code<hotspot name="test" type="text" ath="0.00055592430130" atv="0.03004606432453" html="[b]Sala comercial - Rooftop[/b][br]281,99m²" bg="false" vcenter="true" renderer="webgl" css="font-family:Montserrat, Arial;font-weight: 300;letter-spacing: 0px;font-size: 36px;text-align: center;color:#303030;" onclick="" scale="0.001" zoom="true" />
Thank you very much
-
Hello Tuur, I've tried all the render options and it still didn't work here.
And when I put "webgl" it doesn't work on any device. -
Hello, I am using Krpano version 1.21 (2023-04-30).
The text hotspot is working perfectly on desktop devices, but on mobile the text does not appear.
I put an image-type hotspot and in this case it works on all devices.The hotspot is there as the capture option is working in the place it should show the text. But it is not visible.
I need to use flat image with these dimensions.
View the krpano online: Link
To download the complete project: Link
Code
Display More<hotspot ath="-0.004" atv="0.01" text="[b]Sala comercial - Rooftop[/b][br]281,99m²" style="hotspot_floorplan" /> <style name="hotspot_floorplan" type="text" capture="true" bg="false" scale="0.001" vcenter="true" distorted="true" renderer="auto" css="font-family:Montserrat, Arial;font-weight: 300;letter-spacing: 0px;font-size: 36px;text-align: center;color:#303030;" /> <hotspot ath="0" atv="0" style="Icon_cam" onclick="" /> <style name="Icon_cam" type="image" url="cam.svg" scale="0.00015" bg="false" capture="true" zoom="false" distorted="true" />
Best regards
-
Your help was extraordinary.
Thank you very much
-
Would it be possible to apply the blur effect inside the iframe?
Only in the container and not in the overlay content?
-
-
Would it be possible to include a function that doesn't show the text if the polygon is visible="false"?
-
On desktop it works, but on cell phones and oculus it doesn't.
-
-
Hi, I'm trying to use a project in Oculus Quest, but the icon doesn't show up in the menu.
Even the glasses icon is not showing up even on the cell phone.
Could anyone help?
Example:
https://smartcitybr.com/3D2/ -
Hello, I'm working on a project where I need to create 10 different iframes and when creating more than 5 iframes I get this error: Graphics context lost!
This error only it happens on ios.
If I have 4 iframes, no problem.
I would really appreciate some help, to help me optimize the code and allow the creation of multiple iframes.
Code
Display More<layer name="iframelazer01" style="iframeBase" > <layer name="iMenu001" style="iframeMenu" > <layer name="iBack001" style="iframeTextTitle" /> <layer name="iArrow01" style="iframeArrowBack" /> <layer name="iText001" html="Planta da Área de Lazer 01" type="text" style="iframe_texto" visible="true" zorder="6" align="center" scale="1" x="0" y="0" onclick="close_iframe();" /> </layer> <layer name="iView001" type="iframe" iframeurl="https://smartcitybr.s3.amazonaws.com/projetos/SC/BCamboriu/FG/Imperium/plantas/Lazer01/index.html" visible="true" keep="true" zorder="7" align="center" width="100%" height="100%" x="0" y="0" /> </layer> <action name="open_iframe_lazer01" scope="local" > iframe_Global(); set(layer[iframelazer01].visible, true); Closebuttons(); </action> <layer name="iframelazer02" style="iframeBase" > <layer name="iMenu002" style="iframeMenu" > <layer name="iBack002" style="iframeTextTitle" /> <layer name="iArrow02" style="iframeArrowBack" /> <layer name="iText002" html="Planta da Área de Lazer 02" type="text" style="iframe_texto" visible="true" zorder="6" align="center" scale="1" x="0" y="0" onclick="close_iframe();" /> </layer> <layer name="iView002" type="iframe" iframeurl="https://smartcitybr.s3.amazonaws.com/projetos/SC/BCamboriu/FG/Imperium/plantas/Lazer02/index.html" visible="true" keep="true" zorder="7" align="center" width="100%" height="100%" x="0" y="0" /> </layer> <action name="open_iframe_lazer02" scope="local" > iframe_Global(); set(layer[iframelazer02].visible, true); Closebuttons(); </action> <layer name="iframeDif01" style="iframeBase" > <layer name="iMenu003" style="iframeMenu" > <layer name="iBack003" style="iframeTextTitle" /> <layer name="iArrow03" style="iframeArrowBack" /> <layer name="iText003" html="Planta do Diferenciado 01" type="text" style="iframe_texto" visible="true" zorder="6" align="center" scale="1" x="0" y="0" onclick="close_iframe();" /> </layer> <layer name="iView003" type="iframe" iframeurl="https://smartcitybr.s3.amazonaws.com/projetos/SC/BCamboriu/FG/Imperium/plantas/DIFERENCIADO_MASTER_I/index.html" visible="true" keep="true" zorder="7" align="center" width="100%" height="100%" x="0" y="0" /> </layer> <action name="open_iframe_Dif01" scope="local" > iframe_Global(); set(layer[iframeDif01].visible, true); Closebuttons(); </action> <layer name="iframeDif02" style="iframeBase" > <layer name="iMenu004" style="iframeMenu" > <layer name="iBack004" style="iframeTextTitle" /> <layer name="iArrow04" style="iframeArrowBack" /> <layer name="iText004" html="Planta do Diferenciado 02" type="text" style="iframe_texto" visible="true" zorder="6" align="center" scale="1" x="0" y="0" onclick="close_iframe();" /> </layer> <layer name="iView004" type="iframe" iframeurl="https://smartcitybr.s3.amazonaws.com/projetos/SC/BCamboriu/FG/Imperium/plantas/DIFERENCIADO_MASTER_II/index.html" visible="true" keep="true" zorder="7" align="center" width="100%" height="100%" x="0" y="0" /> </layer> <action name="open_iframe_Dif02" scope="local" > iframe_Global(); set(layer[iframeDif02].visible, true); Closebuttons(); </action> <layer name="iframeTipo01" style="iframeBase" > <layer name="iMenu005" style="iframeMenu" > <layer name="iBack005" style="iframeTextTitle" /> <layer name="iArrow05" style="iframeArrowBack" /> <layer name="iText005" html="Planta do Tipo 01" type="text" style="iframe_texto" visible="true" zorder="6" align="center" scale="1" x="0" y="0" onclick="close_iframe();" /> </layer> <layer name="iView005" type="iframe" iframeurl="https://smartcitybr.s3.amazonaws.com/projetos/SC/BCamboriu/FG/Imperium/plantas/TIPO_1/index.html" visible="true" keep="true" zorder="7" align="center" width="100%" height="100%" x="0" y="0" /> </layer> <action name="open_iframe_Tipo01" scope="local" > iframe_Global(); set(layer[iframeTipo01].visible, true); Closebuttons(); </action> <!-- --> <layer name="iframe2101" style="iframeBase" > <layer name="iMenu00159" style="iframeMenu" > <layer name="iBack00159" style="iframeTextTitle" /> <layer name="iArrow0159" style="iframeArrowBack" /> <layer name="iText00159" html="Apartamento Tipo - 21° Pavimento" type="text" style="iframe_texto" visible="true" zorder="6" align="center" scale="1" x="0" y="0" onclick="close_iframe();" /> </layer> <layer name="iView00159" type="iframe" iframeurl="https://smartcitybr.s3.amazonaws.com/projetos/SC/BCamboriu/FG/Imperium/360_internas/index.html?fn=drone01" visible="true" keep="true" zorder="7" align="center" width="100%" height="100%" x="0" y="0" /> </layer> <action name="open_iframe_2101" scope="local" > iframe_Global(); set(layer[iframe2101].visible, true); Closebuttons(); </action> <action name="iframe_Global" scope="local" > set(layer[icon].visible, false); close_modal(); </action> <action name="close_iframe" scope="local" > tween(view.fov, get(xml.view.fov), 1, easeOutQuad); tween(layer[icon].alpha, 1); set(layer[icon ].visible, true); set(layer[iframelazer01].visible, false); set(layer[iframe2101].visible, false); set(layer[iframelazer02].visible, false); set(layer[iframeDif01].visible, false); set(layer[iframeDif02].visible, false); set(layer[iframeTipo01].visible, false); </action> <style name="iframeBase" type="container" maskchildren="false" enabled="true" zorder="10000" keep="true" bgcolor="0xffffff" bgalpha="1" visible="false" bgborder="0" bgroundedge="10" bgshadow="0 4 10 0x000000 0.5" align="center" x="0" y="0" width="100%" height="100%" bgcapture="true" onclick="close_modal();" /> <style name="iframeMenu" type="container" maskchildren="true" zorder="101" keep="true" bgcolor="0xffffff" bgalpha="1" bgborder="0" bgroundedge="0" align="centertop" x="0" y="0" width="100%" height="50" bgshadow="0 4 10 0x000000 0.5" bgcapture="true" onclick="close_iframe();" /> <style name="iframeTextTitle" type="text" style="iframe_texto" html="voltar" zorder="6" align="left" scale="1" x="60" y="0" devices="desktop|tablet" onclick="close_iframe();" /> <style name="iframeArrowBack" type="image" url="arrow.svg" zorder="7" align="left" rotate="-180" width="50" height="prop" x="70" y="0" onclick="close_iframe();" /> <style name="iframe_texto" align="left" vcenter="true" visible="true" padding="10" bg="false" capture="false" zoom="true" bgalpha="0" distorted="true" css="text-align: right; font-size:18px; font-weight:200; line-height: 1.5;" onclick="ViewSpot();" />
-
In addition to not loading the videos on IOS, I'm also not able to see 2 videos at the same time.
-
Hi,
I'm creating an environment using Chroma Key Mask, to include characters, but it's not starting the files on IOS.
Android and Desktop is perfect.
When the scene starts
After we click on one of the black spaces
Code
Display More<hotspot name="bella" url="%VIEWER%/plugins/videoplayer.js" videourl="intro.mp4" chromakey="0x00FF23|1.450|0.000" loop="false" distorted="true" zoom="true" ath="-55.29098876689045" atv="14.593986257885483" scale="0.5350000000000001" rx="15" ry="0" rz="0" onclick="togglepause();" cursor="grab" zorder="90000" capture="false" />
I would like the videos to be inserted, even if it doesn't start, but that there is no black space.
Would anyone know how to help me?
Regards
-
Extraordinary.
Thank you so much -
Hi,
I would like to know if someone could help me with this question?
I would like to do an action, if it's in the scene_01, an action happens, but if it's not in the scene_01, another action happens.
I would need to identify if it is in the scene_01 or if it is not, and list the relevant actions.
I tried some options but nothing worked correctly because I don't know how to do it.
Code<action name="open_lobby" scope="local"> if(scene.(scene_lobby), moveto(117.85190579100282,1.5640191759757445,linear(50)); , loadscene(scene_lobby, null, MERGE, BLEND(1)); moveto(117.85190579100282,1.5640191759757445,linear(50)); ); </action>
Regards
-
-
-
No words to thank you for your great help
Best Regards