Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 1.49 KB

THREE_COMPATIBILITY.md

File metadata and controls

35 lines (16 loc) · 1.49 KB

Three.js Compatibility

This document collects potential compatibility issues.

Ideally, svelthree would be three-version agnostic and with the current project setup this seems to be almost (90-95%?) the case, yet it isn't 100%, why? Because svelthree isn't mirroring the API of any possible (installed) three.js version 1:1 into Svelte components + attributes.

The latest version of svelthree wil always be 100% compatible to the latest version of three. If you use svelthree with lower three-versions and encounter some compatibility issues, please feel free to contribute them to this document!

three <= 0.131.x

three <= 0.125.x

  • CubeCamera component:

    CHECK / FIX (???): No cubecam texture! ( no errors / warnings thrown )