v3.1.1
v3.1.1
@ud-viz
- NPM :
- Remove `^` in all package.json
- Examples:
- 2D Visualisation Mode
- SidebarWidget renamed as Showroom and moved in Examples
- 3DTiles loading feedback
- Bookmark widget
- Change GrandLyon basemaps and elevation
- Remove unused 'color' attribute from 3DTiles config
- Projections are now defined in a config file
- New C3DTilesEditor example
- Doc
- Camera
- Fix links
- Add Contributing.md
- Update Contributors.md
- Add Architecture.md
- Packages description
- Use Showdown package to add mermaid in online doc
- CI
- Throw only the client errors
- Change Node version to 18 and npm version to 9
@ud-viz/shared
- NativeCommandManager: possibility to customize speed
- Context: add IS_SCRIPTBASE static in ScriptBase class
@ud-viz/node
- JS Script to generate mermaid diagrams in markdown from JS projects
@ud-viz/browser
- update to iTowns 2.39.1-next.25
- Remove addLayer methods (now in examples)
- Frame3D: change default maxSubdivisionLevel from 3 to 5
- Frame3D: remove 'size" attribute
- Fix AudioController: spatialized sounds decompose feature
- LocalStorage: vector3 tracking
- Context: add IS_SCRIPTBASE static in ScriptBase class
- Remove JQuery
- Use domElement instead of rootHtml
- `URLUtil`
- Game: commands are applied at step
- FileUtil is no longer exposed in the API
What's Changed
- 260 reproducing itowns 3dtiles projectiontransformation to threejs 3d scene by @valentinMachado in #656
- feat(examples) loading screen has a timeout by @valentinMachado in #670
- clean(examples) EPSG:3946 is define in config by @valentinMachado in #671
- Update AvatarGameShader example setting start position by @wesley-petit in #678
- refact(Game.Context) add an event onCommand by @valentinMachado in #649
- update(doc) prettier eslint formatter instead of prettier by @valentinMachado in #681
- create(URLUtil) doc + function by @valentinMachado in #673
- clean(@ud-viz/browser) rootHtml => domElement + clean by @valentinMachado in #682
- clean(@ud-viz/browser) remove jquery by @valentinMachado in #684
- clean(@ud-viz) remove examples from ./bin scripts and update related doc by @valentinMachado in #679
- localstorage camera matrix check if string are well format by @valentinMachado in #686
- 672 remove docsuser by @valentinMachado in #676
- Create a 2d visualization mode by @valentinMachado in #638
- update:(ScriptBase) add IS_SCRIPTBASE static by @mathieuLivebardon in #689
- fix FileUtil loadmultiplejson by @mathieuLivebardon in #690
- update(ExternalScriptComponent):has-funtion by @mathieuLivebardon in #691
- feat(localStorage) vector3 tracking by @valentinMachado in #688
- clean(docs) use onCommand instead of commands forloop by @valentinMachado in #687
- fix(AudioController): spatialized sounds decompose feature by @mathieuLivebardon in #692
- upgrade(NativeCommandManager) possibility to customize speed by @valentinMachado in #698
- 695 change default maxsubdivisionlevel from 3 to 5 by @valentinMachado in #697
- 537 explain the target code organisation wished by @mathieuLivebardon in #694
- 566 generate a contributors.md by @EricBoix in #685
- feat(SideBarWidget) add 3DTiles loading feedbacks by @valentinMachado in #651
- 693 color of 3dtiles layer config is useless + remove add layer from config method by @valentinMachado in #699
- Fix links of dataGrandLyon's orthophotos by @mathieuLivebardon in #705
- bookmark widget (implementation + example + showroom integration) by @valentinMachado in #704
- Release 3.1.1 by @LorenzoMarnat in #706
New Contributors
- @wesley-petit made their first contribution in #678
Full Changelog: v3.1.0...v3.1.1