Mesh Behaviors not working with babylon native?

How to add mesh behaviors like pointerDragBehavior, multiPointerScaleBehavior in babylon native.

1 Like

@bghgary or @Cedric might be able to help on this front.

These behaviors all depend on the input manager which doesn’t work in Babylon Native yet. @PolygonalSun is working the first step of this, which will change Babylon.js to use the DeviceInputSystem abstraction that will allow Babylon Native to work. Once he is done, we can start looking at these behaviors and see if they work properly.

1 Like