Notifications
Clear all

[Closed] TransformFinish and TransformHoldingFinish are not triggered on my object [C++]

I have a object that inherits from HelperObject and some other virtual functions like HitTest or Display are properly called but anyone related to transform like TransformFinish, TransformHoldingFinish , or Move are not triggered.

This is driving me nuts, since I cannot imagine what’s happening, also I forced them as override so I’m actually sure that I’m overridden them from heritance.

Thank you in advance.

1 Reply

You have implemented the subobject handling ? A gizmo or such like ?

have a look at BoolObject in the samples to see how it’s done