Quat.FromEulerAngles() function not found in 3.3 playgrounds

https://www.babylonjs-playground.com/indexStable.html#W2FJ0L#11

TypeError: BABYLON.Quaternion.FromEulerAngles is not a function

Verified with 3 other 3.3 playgrounds which use FromEulerAngles - all failing.

Thx for help/fix.

This is because it is a new function for 4.0 :slight_smile:

We used to have toEulerAngles and 4.0 added the other way around

Thx for reply, but I am confused. It is a 3.3 playground. I need a Quat set FROM Euler angles.

Nothing 4.0 involved here.

yep but this function does not exist in bjs 3.3 :slight_smile:

Ohhh… ok. I’m awake now. (thx) It existed longer-ago, but not lately.

1 Like