BABYLON.Matrix.compose is not a function

This is a stupid question, but I cannot solve it yet. When using the BABYLON.Matrix.compose function on the local server, I get the error “BABYLON.Matrix.compose is not a function”
In the example on the playground, everything works fine.
https://www.babylonjs-playground.com/#1LVVGB#5
Does this function require an additional library? If so, which library should I use? Thanks!
P.S. .decompose works fine:)

It is Compose with a capital C :slight_smile:

2 Likes

:joy: Sorry, it was an epic mistake. Thank you! I should be more attentive :smiley: