- Aug 30, 2008
- 17
- 0
I'm starting to feel like a real idiot here... I have a problem with placing my ground and I'm not sure if there's a real solution for it in the form it is right now.
Here's an image to illustrate:
If it's not obvious, here's a simple diagram of the situation:
Looking from top down, the corner numbers indicate the elevation level of the face corners, with 0 being the lowest.
Essentially, what I want to do (but don't think is possible) is place a brush in the empty space such that I can then apply a displacement onto it.
I realise I could use 2 triangles, but that would make displacing impossible.
The other alternative, I think, is to simply have all the brushes in a row the same, and then just apply the displacement appropriately for each area.
I realise this is probably a simplistic problem for the majority of you, but I'd rather ask a stupid question and be sure of an answer than be ignorant of an easy solution
Here's an image to illustrate:

If it's not obvious, here's a simple diagram of the situation:
Looking from top down, the corner numbers indicate the elevation level of the face corners, with 0 being the lowest.
Code:
___0___3___
| |
| |
___3 3___
Essentially, what I want to do (but don't think is possible) is place a brush in the empty space such that I can then apply a displacement onto it.
I realise I could use 2 triangles, but that would make displacing impossible.
The other alternative, I think, is to simply have all the brushes in a row the same, and then just apply the displacement appropriately for each area.
I realise this is probably a simplistic problem for the majority of you, but I'd rather ask a stupid question and be sure of an answer than be ignorant of an easy solution