vue-babylonjs icon indicating copy to clipboard operation
vue-babylonjs copied to clipboard

gizmo related classes not accessible through BABYLON object

Open kgeusens opened this issue 6 years ago • 1 comments

I try to access GizmoManager through BABYLON.GizmoManager but get an exception. Checking the BABYLON object confirms Gizmo related classes are not visible.

I assume this may be related to "build time / run time" challenges and that Gizmo did not exist when the downloaded vue-babylonjs package got built. Is that correct? If not, is there a way to access Gizmo?

kgeusens avatar Jan 23 '19 08:01 kgeusens

Seems I was able to confirm my assumption. Babylonjs 3.2 is embeded in the vue-babylonjs distribution. I downloaded the sources and simply rebuilt without change, and this updated babylonjs to version 3.3

kgeusens avatar Feb 01 '19 20:02 kgeusens