So the saga continues
Having got a collision system working (or so I thought) it now fails on compile with :-
Error description: Parameter name cannot hide global variable name.
Ah ha thinks I, change the offending getType to clGetType. Doh, nope
Then builds and executes until a collision an then the debugger reports:-
java.lang.Exception: Sub ball_collisionlistener signature does not match expected signature.
java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
on this call:-
ball1.checkForCollisionSpherical(cVect, 10)
Ho hum
anyone else had these problem or am I breaking ground here
Have enclosed the source, if anyone has time I would appreciate any feedback on what I am missing.