hotspot drawing bug [solved]

  • I got this for a brief time with a couple of panoramas, then it went away and I haven't seen it again. I suspected at the time it might have been caused by extra garbage in the xml - I was drawing and redrawing the hotspots many times.

  • I have this bug on several systems (all), desktop, laptop,
    ati, nvidia... beta and non beta krpano...
    XP 32bit, 64bit and Vista... It makes drawing
    hotspots very difficult, I do not know what to do.
    I have no garbage in xmls...
    Help me, please!

    3 Mal editiert, zuletzt von r--x (22. Mai 2009 um 16:20)

  • Have you tried starting with the same shots, but "fresh" xml ? maybe drop in some basic example xml and then see if the hotspot problem happens ?

    Yes! You are right! I think following code fragment is wrong,
    when I include it in my XML than drawing is not working well:

    <view hlookat ="49.009000"
    vlookat ="1.153262"
    camroll ="0.000000"
    fov ="88"
    fovmin ="34.068727"
    fovmax ="115.000000"
    maxpixelzoom ="1.100000"
    limitfov ="true"
    fisheye ="0.30"
    fisheyefovlink="0.50"
    stereographic ="false"
    architectural ="0.5"
    architecturalonlymiddle="false"
    limitview ="auto"
    hlookatmin ="NaN"
    hlookatmax ="NaN"
    vlookatmin ="NaN"
    vlookatmax ="NaN"
    />

    But where is bug?

  • Hi,

    Code
    architectural="0.5"

    this is the problem, the architectural projection is currently not respected while converting the
    mouse screen coordinates to the spherical ones,
    just set - architectural to "0.0" - for the moment while drawing hotspots,

    I will try to fix this in the next releases,

    best regards,
    Klaus

  • Hi,

    Code
    architectural="0.5"

    this is the problem, the architectural projection is currently not respected while converting the
    mouse screen coordinates to the spherical ones,
    just set - architectural to "0.0" - for the moment while drawing hotspots,

    I will try to fix this in the next releases,

    best regards,
    Klaus

    Thank you very much, it works!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!