You are not logged in.

Search results

Search results 1-6 of 6.

Thursday, April 9th 2009, 6:41pm

Author: mrmarman

how to calculate actual view right, left, top and bottom side hlookat, vlookat values of panorama ?

I'm processing a krpano editor & GUI for windows. I can get only the center position values of panorama. ( vert, horiz, fov and camroll values ) I want to place a pointer on the fly. On the fly means over the panorama mode, not source image. then I want to calculate new vert and new horiz values where the pointer position is. For example, center position 0 horiz,0 vert, 90 fov. While nothing changes on the view, If i place the pointer rightest side or toppert side of view, then I have to say thi...

Tuesday, April 7th 2009, 11:29am

Author: mrmarman

how to calculate actual view right, left, top and bottom side hlookat, vlookat values of panorama ?

how to calculate actual view right, left, top and bottom limit of panorama ? With fullrange source image i can calculate by simple balance formula. 360 degree width and 180 degree height. On the panorama SWF mode, i have the values "hlookat", "vlookat", "fov" and others. At this point how can i calculate right, left, top, bottom side values of active screen. I need new "hlookat", "vlookat" values without change location. Thank you.

Tuesday, April 7th 2009, 11:07am

Author: mrmarman

KRPano : Panorama Editor for Windows

Thanks Shanti. Javascript option is the first step what I try. I successed before but, I can run SWF directly on Win32 applications. I had wanted to get or set values directly. Now I'm collecting API reference variables/calls ext. to a HTML File. All calls and variable will be separated javascript functions. I'm defining global variables for functions. Values will pass these global variables. After that, I run and use this html file at local windows and use this html.

Monday, April 6th 2009, 9:10pm

Author: mrmarman

is there a way to lookat, lookto, moveto from parameter like "/krpano.swf?looktoh=-40&looktov=20"

hi... question same as subject. is there a way to lookat, lookto, moveto from parameter like "/krpano.swf?looktoh=-40&looktov=20" so that, we can get these values from any windows application using getvariable or set by setvariable command. thanks...

Saturday, April 4th 2009, 5:08pm

Author: mrmarman

KRPano : Panorama Editor for Windows

I decided to make an offline editor for krpano with Delphi Programming Language. At the beginning, i'm trying to get actual "krpano.view.hlookat" and "krpano.view.vlookat" values from ActiveX Flash Window, but not succeed. Let me ask you, do you documented any SDK for Win32 applications. I don't want to use JAVA. For example the javascript2.html example running at local but doesn't give any of above two values (hlookat or vlookat). If you put Instant values by Variables in "krpano.swf", then we ...