This post has been edited 3 times, last edit by "agufon" (Jan 4th 2021, 8:39am)
![]() |
Source code |
1 |
<view hlookat = "0.0" vlookat = "0.0" fovtype = "MFOV" fov = "120" maxpixelzoom = "2.0" fovmin = "70" fovmax = "140" stereographic = "false" fisheye = "1.5" /> |
I intend to see the globe in the middle of the black background, in the style of the beginning of Google Earth.
![]() |
Source code |
1 2 3 4 5 6 7 8 |
<scene name = "scene_mapamundi_br" title = "mapamundi_br" onstart = "" thumburl = "panos / mapamundi_br.tiles / thumb.jpg" lat = "" lng = "" heading = ""> <view hlookat = "0.0" vlookat = "0.0" fovtype = "MFOV" fov = "120" maxpixelzoom = "2.0" fovmin = "70" fovmax = "140" /> <preview url = "panos / mapamundi_br.tiles / preview.jpg" /> <image> <cube url = "panos / mapamundi_br.tiles / pano_% s.jpg" /> <depthmap url = "panos / mapamundi_br.tiles / 300_polygon_sphere_100mm.stl" enabled = "true" rendermode = "3dmodel" background = "none" scale = "80" offset = "0.0" subdiv = "" encoding = "gray" axis = "+ x + y + z" cull = "twosided" center = "0,0,0" /> </image> </scene> |
![]() |
Source code |
1 2 3 4 5 6 7 8 |
<scene name="scene_mapamundi_br" title="mapamundi_br" onstart="" thumburl="panos/mapamundi_br.tiles/thumb.jpg" lat="" lng="" heading=""> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" /> <preview url="panos/mapamundi_br.tiles/preview.jpg" /> <image> <cube url="panos/mapamundi_br.tiles/pano_%s.jpg" /> <depthmap url="panos/mapamundi_br.tiles/300_polygon_sphere_100mm.stl" enabled="true" rendermode="3dmodel" background="none" scale="80" offset="0.0" subdiv="" encoding="gray" axis="+x+y+z" cull="twosided" center="0,0,0" /> </image> </scene> |
![]() |
Source code |
1 |
oz="2000" |
![]() |
Source code |
1 |
<view/> |