-
- Operating System: Linux
- UE4 Version: 0.3.10
- UnrealCV Version:
- Client (python2, 3 or matlab): python3
- Problem Description:
I'm trying to use unrealcv to render some 360 panoramas by ren…
-
I want to use pannellum 2.5.6 inside react 18.2.0. Here is my code so far
```
import React, { useRef, useEffect } from 'react';
import * as pannellum from 'pannellum'
const pano = '../assets/pa…
-
I want to customize the hotspot display. When I saw several issues that had been discussed, it was suggested to use "clickhandlerfunc" but I was confused about where to apply it. Can you help me solve…
-
Hi I want to add scenes to my pano viewer with some data from my backend server. Though I get a value of this.xmlItems[i].rotation inside the loop, I'm unable to assign it to yaw or any other property…
-
I have a strange behaviour with hotspots and style.visibility=visible/hidden.
To be mores specific let's make two examples.
Ii use this code:
```
viewer = pannellum.viewer('panorama', {
…
-
Current implementation of [`SphereViewer`](https://github.com/jariq/KUK360/blob/v2.1.0/src/KUK360/Viewers/SphereViewer.xaml.cs) inspired by [PanoDotNet](https://github.com/hajduakos/PanoDotNet) projec…
jariq updated
9 months ago
-
How to set TopToBottom or other projection?
How to set 360 or 180 projection?
Thanks
-
Hi, I tried google, but I failed to find any useful information. I don't know where to ask this question. I found hugin can create panorama photos, but I have no idea if that helps creating cubic proj…
-
OrbitControls is probably not the best choice for panning in non-VR mode
-
Currently, if an image is a partial panorama, generate.py will throw an error unless the -vaov, -haov and -vOffset parameters are provided.
Many equirectangular images of partial panoramas actually…