Author Topic: Need to find a brick's neighbors  (Read 771 times)

Subject says it all, in what I want to do, I must make a list of all bricks surrounding (touching it) a specific one(except above and below ones).. How could I do this? Thanks to anyone who post back :D!

So you want to find all the bricks that are obstructing the side faces of a brick? Seems to me like the easiest course of action is to do a container raycast that takes up the entirety of the faces you want to check, and have it protrude out a small amount so it will find all of the outside bricks

Alright I'll try this ^^

Lol A*
Im writing up a Node System right now.

That's kinda what I'm trying to do Brian :p

There are default functions to get the above and below ones but you don't want that.