Hello, I don't know if is VITE issue or babylonjs issue, but since it happen to me I thought to mention!!
i got the following error, at start up!
Uncaught TypeError: can't access property "MatrixTrackPrecisionChange" of undefined
Matrix math.vector.js:5347
FromValues math.vector.js:6396
Identity math.vector.js:6471
<anonymous> math.vector.js:7531
tested with two different babylonjs projects, on Firefox/Edge/Chrome
npm: v11.13.0
node: v24.15.0
"devDependencies": {
"typescript": "latest",
"vite": "^8.0.10"
},
"dependencies": {
"@babylonjs/core": "^9.4.1"
}
note, with VITE 6.4.2 all working just fine!!
Hello, I don't know if is VITE issue or babylonjs issue, but since it happen to me I thought to mention!!
i got the following error, at start up!
tested with two different babylonjs projects, on Firefox/Edge/Chrome
npm: v11.13.0
node: v24.15.0
note, with VITE 6.4.2 all working just fine!!