Posts by msbojr

    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, 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


    Best regards

    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.


    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


    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

    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