Login  Register

Re: Java3D Android support released

Posted by philjord on Oct 06, 2024; 8:42pm
URL: https://forum.jogamp.org/Java3D-Android-support-released-tp4042907p4043549.html

Hi,
Great to hear you got it going.
Sorry I didn't convert the picking example from Desktop across to Android, it relies heavily on the AWT mouse classes to get the mouse point on screen.
I'll see if I can get it done in the next few weeks.

The 2 classes here might be enough to help you get it going.
https://bitbucket.org/philjord/renovations3d-android/src/master/app/src/main/java/com/eteks/renovations3d/j3d/mouseover/

Also call setPickable(true); on everything you want to be pickable.