forked from townforge/townforge
game: disable terrain tangents for speed
This commit is contained in:
parent
8d96c5fe82
commit
d1acf97442
@ -1677,6 +1677,7 @@ void CityMeshSection::CreateTerrain()
|
||||
terrain->SetSpacing(Vector3(1.0f, 256.0f / HEIGHT_UNITS_PER_BLOCK, 1.0f)); // Spacing between vertices and vertical resolution of the height map
|
||||
terrain->SetSmoothing(false);
|
||||
terrain->SetOccluder(true);
|
||||
terrain->EnableTangents(false);
|
||||
}
|
||||
|
||||
void CityMeshSection::SetSnowiness(float snowiness)
|
||||
|
Loading…
Reference in New Issue
Block a user