Hi there,

I know I should not do double-posting, but I am so stuck with that...
Sorry.

In 3.6.0, Sprite2D (DirectionalSprite now) is not inherited from
Object3D anymore.
I used to use these functions:
        .useHandCursor = true;
        .addOnMouseDown( );
        .addOnMouseUp( );
to track user interactivity which now does not work anymore.

Is there any way to get around this problem? Maybe Sprite2D has been
split in 2 classes, one being DirectionalSprite without user
interactivity and the second one being something else which I miss?

Many thanks!
Régis

Reply via email to