You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These 2 init params don't work as expected. Discovered at #166
If raycast is active through enableSelectingObjects: true in threebox and bbox: false in the object, it shouldn't show the bbox even if it still visible for raycasting. If bbox: true but enableSelectingObjects: false it doesn't have any effect as the object is not raycasted.
If raycast is active through enableSelectingObjects: true in threebox and tooltip: false in the object, it shouldn't show the tooltip even if it still visible for raycasting. If tooltip: true but enableSelectingObjects: false it doesn't have any effect as the object is not raycasted.
The text was updated successfully, but these errors were encountered:
Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.
#### ✨ Enhancements
- #155 How to keep fixed scale and size of Airplane 3D model when zoom in or out Mapbox?
- #167 Create a new event `ObjectChanged` every time the object has modified its position, rotation or scale.
- Related to #163 request to get coordinates when the model follow path with line?
- Modified example [05-logistics.html](https://github.com/jscastro76/threebox/blob/master/examples/05-logistics.html) to attach to the event `ObjectChanged`
- Modified example [11-logistics.html](https://github.com/jscastro76/threebox/blob/master/examples/11-animation.html) to attach to the event `ObjectChanged`
- Modified example [08-3dbuildings.html](https://github.com/jscastro76/threebox/blob/master/examples/08-3dbuildings.html) to adjust perspective and position to a more relevant zone (empire state building)
- #170 Refactor internal methods
- #179 Create a new example for fixed scale model
- Added to [19-fixedZoom.html](https://github.com/jscastro76/threebox/blob/master/examples/19-fixedZoom.html) that shows shows how to have a fixed scale for an object at a concrete zoom level. In that way the object with preserve the same visual size when the zoom is lower than the fixed zoom value.
- #181 Move npm modules to devDependencies and remove not used
#### 🪲 Bug fixes
- #168 Bug on init params `bbox` and `tooltip`
- #175 Shadows are not updated if an object is moved through animations
- #180 Fixed scale objects not being rescaled if they are being animated
#### 📝 Documentation
- Updated [documentation](/docs/Threebox.md) (`ObjectChanged`, `setFixedZoom`, `setObjectScale`, `setScale`, `modelHeight`, `unitsPerMeter` and other events)
- Updated [README.md](/).
- Updated [Examples](/examples) documentation (`19-fixedzoom.html`).
These 2 init params don't work as expected. Discovered at #166
enableSelectingObjects: true
in threebox andbbox: false
in the object, it shouldn't show the bbox even if it still visible for raycasting. Ifbbox: true
butenableSelectingObjects: false
it doesn't have any effect as the object is not raycasted.enableSelectingObjects: true
in threebox andtooltip: false
in the object, it shouldn't show the tooltip even if it still visible for raycasting. Iftooltip: true
butenableSelectingObjects: false
it doesn't have any effect as the object is not raycasted.The text was updated successfully, but these errors were encountered: