Foliage view range [Solved]
Posted: Sun Dec 21, 2008 9:51 pm
Which value would one adjust if you wanted to make foliage viewable from farther away?
^in your prp file, see excerpt below:ZeroEditor_guide.doc wrote:FOLIAGE EDIT MODE
...The number that appears in the File line at the end of the mesh or object specifies the view distance where the foliage fades in or out in meters...
Code: Select all
Layer(0)
{
SpreadFactor(0.1);
Mesh()
{
GrassPatch("nab_prop_grass.odf", 50);
File("editor_grasspatch.msh", 50); // <==== fades in or out at 50 meters
Frequency(100);
Scale(1);
Stiffness(0.0);
}