You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is the Three.js version used for the library? I'm trying to use version 0.173, but it throws an error:
`ERROR: node_modules/@photo-sphere-viewer/core/index.d.ts:1:25 - error TS2305: Module '"three"' has no exported member 'Renderer'.
Describe your problem
Which is the Three.js version used for the library? I'm trying to use version 0.173, but it throws an error:
`ERROR: node_modules/@photo-sphere-viewer/core/index.d.ts:1:25 - error TS2305: Module '"three"' has no exported member 'Renderer'.
1 import { Mesh, Vector3, Renderer as Renderer$1, Raycaster, Vector2, Intersection, Euler, WebGLRenderer, Object3D, Texture, WebGLRendererParameters, SphereGeometry, MeshBasicMaterial } from 'three';`
I try looking for any error like that, but I haven't found anything. Is there another library/module I might need to add?
Online demo URL
No response
Photo Sphere Viewer version
5.11.5
Plugins loaded
No response
Additional context
I installed both Photo Sphere Viewer and Three.js through npm using the current documentation provided, the application is built in Angular 19.
The text was updated successfully, but these errors were encountered: