Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - goodm

#1
Support / Re: Object Selector
March 20, 2012, 01:51:10 PM
Can you provide any small example? Thanks.
#2
Support / Object Selector
March 19, 2012, 06:58:00 PM
I looking for some method to select object by touch it?
I know that I need some loop through all objects to check is current place what MotionEvent pointing is not in collision detect with some object.
I already have method which return a SimpleVector from 2D touch surface.

Only question is how to check if this vector is not in collision with some object.
#3
Support / Touch Listener
March 19, 2012, 03:33:06 PM
Simple question.
Does anyone know how to implement touch listener? I need to tap anywhere to move some object into place of touch.
Camera is above the scene and look directly down.