Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
I don't have an answer as to why... I was just commenting on the subject.![]()
I uploaded a test to show the behaviour
http://dorin.europhoto.ro/dxn_pano/PtaUnirii/pano.html
if you zoom toward the church at certain level you'll see how upper part only jumps in heights significantly, but the lower part don't the same for the central statue in the square.
cheers,
Dorin
|
|
Source code |
1 |
<display details="24" /> |
Hi,
Excellent!I will a add a possibility for the new soundinterface plugin to allow also playing "directional sound"![]()
...Any thoughts on when?
For me, this would be possibly the most important new feature, something I would be able to use *immediately* and to great effect. As it is, for this I have to use FPP. But that doesn't allow the 'little planet' projection, which is also surprisingly important for one of my bigger projects... (sigh)
Keith

I uploaded a test to show the behaviour
http://dorin.europhoto.ro/dxn_pano/PtaUnirii/pano.html
if you zoom toward the church at certain level you'll see how upper part only jumps in heights significantly, but the lower part don't the same for the central statue in the square.
cheers,
Dorin
Hi,
this problem comes from the automatic calculation of the number
of internal slices and rings for the 3D geometry of a partial panorama,
the calculation is based on the "display.details" value, a higher value here should solve this problem,
it's always a balance between performance and quality and the automatic calculation especially for
partial panoramas isn't perfect at the moment,
try to add this to the xml file - this should solve the problem:
![]()
Source code
1 <display details="24" />
best regards,
Klaus
now works, many thanks, is funny but I used display details 25 so far I only removed it because somewhere I read that is ignored in flash 10.
... This post has been edited 2 times, last edit by "sagedavid" (Mar 12th 2009, 11:55am)
Beginner
Location: Oslo, Norway
Occupation: digital artist, production designer, architect, photographer
I will try to integrate it into the final 1.0.8 release, but I can't promise it![]()

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<krpano version="1.0.7"> <preview url="../preview/spherepreview.jpg" /> <image type="SPHERE"> <sphere url="sphere_example.jpg" /> </image> <view hlookat="0" vlookat="0" fov="120" fovmin="30" fisheye="0" limitview="range" vlookatmin="-45" vlookatmax="+45" hlookatmax="+90" hlookatmin="-90" /> </krpano> |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<krpano version="1.0.7"> <image type="QTVR"> <qtvr url="../pano.mov" /> </image> <view hlookat="0" vlookat="0" fov="120" fovmin="30" fisheye="0" limitview="range" vlookatmin="-45" vlookatmax="+45" hlookatmax="+90" hlookatmin="-90" /> </krpano> |
Hi,does the <image type="QTVR"> support the view parameters? it seems to be ignoring them... any idea as to why? using latest beta.
|
|
Source code |
1 2 3 4 5 |
<image type="QTVR">
<qtvr url="../pano.mov"
setview="false"
/>
</image>
|