Behavior classes in Xith

Hello everyone.

I’m just starting to work with Xith and I’m trying some stuff I did in my Java3D-programs…

Well, am I right that Behaviors are not implemented yet?

I hope I’m wrong, but I have a simple Behavior extending class, bound it to the scenegraph, but it is never triggered…

Cheers,
Konterfei.

Yeah - In xith Behaviors are not implemented. But because you have to have your own rendering loop, you can simply call your behaviors from there.

OK, thanks for the confirmation.

Yes, that’s how I did it by now… Had to adjust some stuff, but is working.