- Home /
How to implement proper runtime marquee selection behavior for 3D objects
I've been looking at a bunch of resources on this topic: all the solutions I've seen so far only checks if the 2D marquee area includes the position of an object (a single point). But how to go about implementing a robust area selection (like the one within Unity for example) where the selection area also works for partial overlap with 3D objects?
Comment
Your answer

Follow this Question
Related Questions
Export objects to a .3DS file at runtime 1 Answer
runtime model export 3 Answers
Prefabs Transforms LookAt 0 Answers
runtime error ObjectSelector 3 Answers
Modifying an heightmap at runtime 2 Answers