Skip to content

Releases: artcom/react-three-arjs

v0.5.4

10 Jul 12:20
Compare
Choose a tag to compare
  • Update dependencies

v0.5.2

28 Jul 10:48
Compare
Choose a tag to compare
  • Fix click event handling on meshes
  • Update dependencies

v0.5.0

03 May 13:19
Compare
Choose a tag to compare
  • Update to react-three-fiber@8 and React 18 #11

v0.4.0

02 May 13:31
Compare
Choose a tag to compare
  • Use ar.js 3.4.0 npm module
    • Fix wrong marker rotation on mobiles
  • Update dependencies
  • Update example
  • Do not maintain lib folder anymore
  • Cleanup

v0.3.1

15 Nov 12:31
Compare
Choose a tag to compare
  • Use npm es6 module of ar.js

v0.2.1

01 Oct 10:00
Compare
Choose a tag to compare
  • Prevent unnecessary re-renderings
  • Start/ stop tracking at runtime

v0.2.0

21 Sep 13:31
Compare
Choose a tag to compare
  • Use ar.js es6 module branch
  • Allow three.js >= 0.128

v0.1.7

14 Sep 12:45
Compare
Choose a tag to compare

When users enable Accessibility setting "Force enable zoom", this overwrites any settings and causes a weird layout bug when streaming user video into the AR.js video element. CSS position: fixed is a workaround for that.

Might be related with this issue of AR.js.

v0.1.6

10 May 15:52
Compare
Choose a tag to compare
  • Fix full window css
  • Add onCameraStreamError callback
  • Provide sourceParameters to ARCanvas