Does anybody know if it is possible to merge to visual objects in java3D.
i.e. two cube are moved separetely. Wgen they touch (collision), possibility to “regroup” them as one single object.
Thanks
regards
Does anybody know if it is possible to merge to visual objects in java3D.
i.e. two cube are moved separetely. Wgen they touch (collision), possibility to “regroup” them as one single object.
Thanks
regards
You do that by attaching them to the same transform tree.
So yes its possible, but its all logic thats higher then the J3D interface.