Render adapters + Tiles loading #586
mistic100
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 4.3 introduced the concept of adapters, those are modular pieces of code responsible of the render of the panorama in THREE.js, think about plugins but specialized to panorama rendering.
The adapters are :
I am also working on a video adapter but currently facing performances issues.
This system was developped to ease the integration of the equirectangular tiles adapter which allows to split huge panoramas into smaller files to get both better quality and better loading perfromances.
The documentation covers everything you need to know to use this new option.
Beta Was this translation helpful? Give feedback.
All reactions