[jitter] clicking region in window
Wesley Smith
wesley.hoke at gmail.com
Thu Oct 25 13:25:06 MDT 2007
- Previous message: [jitter] clicking region in window
- Next message: [jitter] Re: clicking region in window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you have to do the hit test yourself. There are several javascript and java examples of doing this. If your stuff is all in the same plane, you can easily do it with orthographic projections. 3D hit testing requires a bit more doing but is entirely possible. wes On 10/25/07, Derrick Giscloux <derrickgiscloux at free.fr> wrote: > > Hi list, > > I have several jit.gl.videoplane in my window. > They are positionned in different coords. > I would like to navigate through the scene , and trig an event when the mouse pointer is clicking in one of these jit.gl.videoplane. > > Must I use the jit.window right outlet coordinates to do that, or does jitter could recognize the pointer correlatively to a videoplane object itself ? > > > Thank a lot. > _______________________________________________ > jitter mailing list > jitter at cycling74.com > http://www.cycling74.com/mailman/listinfo/jitter >
- Previous message: [jitter] clicking region in window
- Next message: [jitter] Re: clicking region in window
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
