branchrust_reboot/main/optimize_plant_lod_windcancel
16 Commits over 0 Days - ∞cph!
merge from main -> optimize_plant_lod_wind
Fix berry bush seedling being missed by previous optimizations
Roses
- disable wind & motion vectors on lower LODs
- disable motion vector on billboard LOD
Potatos
- disable motion vectors on all LODs
Corn
- disable motion vectors on all corn prefabs
Plants spawned via `spawnplants` will have their grown paused so they stay the same stage
Add `spawnplants` command that will spawn every stage of every plant in a grid
Sunflowers
- disable wind & motion vectors on lower LODs
- disable motion vector on billboard LOD
Same idea for wheat
- disable wind & motion vectors on lower LODs
- disable motion vector on billboard LOD
Disable motion vector on the orchid billboard renderers (it was still doing motion vector pass despite the billboard material having wind disabled) and swap in the wind disabled lower LOD material
Add orchid wind disabled materials
Apply lower LOD materials to hemp prefabs
Make wind disabled versions of hemp materials
Assign wind disabled version of material to lower LODs and disable motion vectors on them
Make lower LOD material variants of the berry plants with wind disabled
Fix RendererLOD not saving motion vectors for different LODs (so the lower LODs of plants can turn off motion vectors)