create3000 / x_ite

X_ITE X3D Browser, view and manipulate X3D and VRML scenes in HTML.
https://create3000.github.io/x_ite/
Other
67 stars 15 forks source link

Assignment to a constant (trackPoint) #134

Closed emilis-ideait closed 1 year ago

emilis-ideait commented 1 year ago

There is assignment to a constant in code:

https://github.com/create3000/x_ite/blob/0bca59b6e774e3b68a849424c6a37c0e2475423c/src/x_ite/Components/PointingDeviceSensor/PlaneSensor.js#L199

It prevented me from importing X_ITE in my project.

create3000 commented 1 year ago

Released version 8.6.17, which fixes the issue. Please have another try.

emilis-ideait commented 1 year ago

Thank you! Importing works now.