Skip to content

v.2.1.6.

Compare
Choose a tag to compare
@jscastro76 jscastro76 released this 05 Jan 15:08
· 179 commits to master since this release

2.1.6

Minor version by @jscastro76, some enhancements and bugs.

✨ Enhancements

  • #111 Show the dimensions of a model
  • #151 Remove auxiliary test method on CameraSync used to debug #145
  • #156 Create an Orthographic view mode
  • #159 Create an example for FOV and Orthographic.
    • Added to 09-raycaster.html as it impacts in raycast and shows fill-extrusions and 3D models together
  • #161 Remove obsolete code that is avoiding to be used from React

🪲 Bug fixes

  • #152 obj.raycasted is ignored when an object is hidden and again visible.
  • #157 Bug draggging after removing an object.
  • #160 Bug using utils.equal

📝 Documentation

  • #158 MERCATOR_A constant unused, added an code comment to explain why it was deprecated (nor removed)
  • Updated documentation (tb.orthographic, tb.fov)
  • Updated README.md.
  • Updated Examples documentation.