Hi everyone.
I'm having a bit of an issue. The project I'm working on requires me to make a field of corn (and possibly wheat). It's using the Half-Life 2 Source engine, so it has to be a fairly detailed, so I can't just go full on alpha planes. I was thinking individual models could work, but they'd have to be really low poly since there would be a lot of them.
The way I'm doing it right now is this:
The stalk is made of two alpha planes crossed in the center in a + shape. Then the leaves are all alpha planes and the corn husk is a 5 sided cylinder. It's currently at about 120 tris, but that's way too much considering I need an entire field of them.
I was thinking I could do them it row sets of LoD. The player can not actually go inside the field and it is only visible from one angle (i.e. player is trapped by one side of the field, the outer boundaries of the field aren't accessable) The front rows would be the 120 tri models, middle rows would be lower poly and the back rows would be pure alpha planes.
Any suggestions on other techniques or ideas?
Replies
I would test the framerate with a quick set of models, see what wiggle-room I had for a higher triangle count.
What about wind or subtle motion? Might be cool.
You might also try optimizing the rendering by creating the whole field, then reordering all the triangles into same-shader lumps... detach/re-attach all the alpha-d tris, etc. Might save some framerate.
Scott