You are not logged in.

1

Saturday, April 26th 2014, 10:13pm

make Architectural view the default?

Hi Again, I am trying to get this info from the documentation but its really not easy to read for a beginner like me!

Is it possible to make the Architectural view the default view when the pano first loads? if so how and where do I change this?

Many thanks!

2

Tuesday, April 29th 2014, 10:57am

Hi,

just add the architectural <view> settings,
e.g.

Source code

1
<view ... architectural="1.0" />


Best regards,
Klaus

3

Tuesday, April 29th 2014, 9:27pm

Thanks Klaus,

I have added that in but it doesn't seem to work for some reason, this is the code I have in my krpano.xml file, does it look correct? All I have done is added the architectural bit on the end.


<!-- view/fov settings -->
<view hlookat="0" vlookat="0" fovtype="VFOV" fov="90" fovmin="30" fovmax="150" limitview="auto" vlookatmin="-90" vlookatmax="+90" architectural="1.0" />

4

Wednesday, April 30th 2014, 9:47am

Don't worry, I have sorted it. I had to add that code to both the krpano.xml and default.xml files.