im trying to make a proc like oview(), but instead the proc returns objects that are either in front, behind, to the left, to the right, of them. no diagonals. i have no idea on how to make this happen
|
May 28 2017, 10:37 pm
Best response
|
|
The obvious, naive/unoptimized approach would be to simply "filter" the resulting list from oview() to only include the objects you want.
|