Hi everybody,
In my 3D space game, the source selects a single ship by this portion of code: "CameraPick(camera,MouseX(),MouseY())"
But in my space game, I want to draw a rubberband around several space ships to select them all.
How can I do this rubberband selection ? How do I find out, what ships are within the rubberband ?
Thanks for help and ideas, Bernd
In my 3D space game, the source selects a single ship by this portion of code: "CameraPick(camera,MouseX(),MouseY())"
But in my space game, I want to draw a rubberband around several space ships to select them all.
How can I do this rubberband selection ? How do I find out, what ships are within the rubberband ?
Thanks for help and ideas, Bernd