-
Hello `Matthew Petroff`
I want to replace `equirectangular` to `multiRes`.
here's my current code which is working with `equirectangular`::
let scenes = getListOfExperienceScenes(virtu…
-
Exokit supports `` tags via its [implementation of `HTMLVideoElement`](https://github.com/webmixedreality/exokit/blob/30f6cc2f9b8dc58479742bd64fdcce8a2133c0df/core.js#L2369).
These are backed by th…
avaer updated
6 years ago
-
I have the following code to display video with pannellum from video js.
I had to put code on the server so you can see it live: https://interactivepixel.net/tst/2/
I have left video below visib…
-
Hi there,
We are using this code to rotate an image on a web browser. The image rotates for 10 seconds and then stops.
```
var image="https://rushtix.com/wp-content/uploads/2023/04/realistic_th…
-
While SBS is the more common approach, the alternative is Top/Bottom, and it's relatively easy to do: instead of two images side by side, you stack them.
In video, this often results in higher reso…
-
i am using react , i have component name ShowImage360Degree, this component show one image in panorama and when user click on close button, this component will destroyed, at first time pannellum for g…
-
my panorama code:
```js
window.pannellum.viewer('panorama', {
type: 'equirectangular',
panorama: 'images/p.jpg',
autoLoad: true,
showZoomCtrl: false,
showFullscreenCtrl: false,
com…
-
I would love to be able to use your library to view two sets of equirectangular imagery side-by-side, where pitch/yaw/fov changes to the left/top window are mirrored to the right/bottom.
Essentiall…
-
### Description
I started a work to increase the performance in `WebGPURenderer` and it will work for both `Backends`, it's about a better management of `Bindings` and `Cache`.
### Solution
-…
sunag updated
3 weeks ago
-
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…