Alex
Alex
Code for XZY coordinate system implementation (for navigation similar to default Blender settings)
# XZY coordinate system implementation Just in case you'll need it, it has been implemented partly here https://github.com/yangol-oleksiy/freedom-world-editor/commit/88a848537b934ee7c09c5b8275c6252109d8d0dd (version 0.100.0) For now we can create properly looking scenes with both...
I have sample code and very strange (wrong ?) results it outputs ```lua local out = document:getElementById("out") out.onclick = nil js.global.console:log('property value') js.global.console:log(out.onclick) js.global.console:log('property type') js.global.console:log(type(out.onclick)) js.global.console:log('null type') js.global.console:log(type(null)) js.global.console:log('nil...