Hi,
I have a problem using BABYLON.Quaternion.FromUnitVectorsToRef since today
With “https://preview.babylonjs.com/babylon.js ”, it works and with
"“https://cdn.babylonjs.com/babylon.js ”, it does not and the error in the console is :
I don’t understand why. Could you help me ?
Thanks,
Boris
bvaisman:
FromUnitVectorsToRef
only exists on our latest preview not in the 4.2 release so you will find it in preview but not cdn.
Ok, and do you know when the 5.0 release will be available ?
There is a thread about that. I thought it was 4/22
1 Like
This is probably the thread you’re referencing @JCPalmer ?
Hi,
Is there already an estimated release date or a sort of milestones scheduling for BabylonJS 5?
I would like to come back to work or maybe re-study (since I have a tiny memory ) with Babylon, but I am wondering if it worth to wait some weeks/months and jump directly into 5.0, since I read that a lot of new things should be introduced/changed.
Thank you.
Current “release date” for 5.0 is April 28th 2022. That’s when we’ll move the preview build of 5.0 to the stable build.
That said, we’re shipping 5.0 to preview every week, actually more like every day.
It’s a goal of the dev team to ensure that the preview build of Babylon is cutting edge, but also bug free and reliable. Most developers who use Babylon, actually point to preview because of our obsession with ensuring quality and backwards compatibility in every release.
Hope this helps!
2 Likes
Thank you for your answer!
I have one more stupid question, where I can found documentation for 5.0 (even in draft version) and which NPM packets I have to use (I am using TypeScript as main development language)?
ALL questions are welcome here!
There’s no separation between documentation for 5.0 and 4.2. We are just updating the docs as we make changes and add features.
However you can reference the what’s new.md file in the preview release to see what specifically is being added for 5.0:
# 5.0.0
## Major updates
- Infinite Morph Targets: When supported (WebGL2+) you are no more limited to 4 morph targets per mesh ([Deltakosh](https://github.com/deltakosh))
- Added Animation Curve Editor to allow easy animation creation and update ([Deltakosh](https://github.com/deltakosh))
- Added support for ConditionalBlock for NodeMaterial ([Deltakosh](https://github.com/deltakosh))
- Improved performance when using the shadow / cascacaded shadow generator ([Popov72](https://github.com/Popov72))
- Add support for up to 6 uv sets in the standard, PBR and node materials ([Popov72](https://github.com/Popov72))
- Added GUI Editor to easily build GUI controls ([msDestiny14](https://github.com/msDestiny14))
## Updates
- Add Geodesic and Goldberg Polyhedra ([JohnK](https://github.com/BabylonJSGuide/))
### General
- Added `zoomToMouseLocation` on `ArcRotateCamera` ([lovettchris](https://github.com/lovettchris))
- Added static CenterToRef for vectors 2/3/4 ([aWeirdo](https://github.com/aWeirdo))
- Added ability to view images (ktx2, png, jpg) to the sandbox. ([bghgary](https://github.com/bghgary))
This file has been truncated. show original
For the NPM packets question we’ll have to bring in someone much smarter than myself. @sebavan
2 Likes
the doc is always deployed for the latest preview on doc.babylonjs.com
About the packages you will have latest as long as you install babylon on the preview tag like:
npm install @babylonjs/core@preview
2 Likes