Is there a way to detect, in Javascript, the engine version?
I’d like to get the current version as displayed in the console (e.g. v5.55.0).
I tried engine.getInfo() and getGlInfo() with no luck.
Thank you very mich
Is there a way to detect, in Javascript, the engine version?
I’d like to get the current version as displayed in the console (e.g. v5.55.0).
I tried engine.getInfo() and getGlInfo() with no luck.
Thank you very mich
Hi,
BABYLON.Engine.Version
Thank you!