branchrust_reboot/main/procgen1cancel

109 Commits over 31 Days - 0.15cph!

9 Years Ago
Added missing meta file
9 Years Ago
Merge from main
9 Years Ago
Made terrain math not crash if no colormap is supplied
9 Years Ago
Added adjustable fog height slider to terrain shaders
9 Years Ago
Tweaked billboard fade distance
9 Years Ago
Fixed stupid billboard shader glitch
9 Years Ago
Tweaked forest frequency
9 Years Ago
Made billboard shader support brightening the texture
9 Years Ago
Merge from main
9 Years Ago
Some more shader fixes and tweaks
9 Years Ago
Made trees use the new billboard textures
9 Years Ago
Added missing billboard texture meta files
9 Years Ago
Shader refactoring Enabled layer mask blending for the procedural terrain
9 Years Ago
Fixed normal + height textures not being properly preprocessed on import
9 Years Ago
LOD billboards for forest type 3
9 Years Ago
Fixed unused variable warning
9 Years Ago
Added masked-blend layer terrain cginc + sample shader; _normalterrain map pre-processor
9 Years Ago
Fixed camera far clip plane
9 Years Ago
Fixed test level scene
9 Years Ago
Put forest 3 tree and decor prefabs on world layer
9 Years Ago
World fog tweaks, underwater fog volume now also visible if looking down at water
9 Years Ago
Added 2D version of the move to target script
9 Years Ago
Forest 3 tree prefab tweaks
9 Years Ago
Added billboard materials for the rest of forest 3
9 Years Ago
Changed terrain texture tiling to 5
9 Years Ago
Made all of my shaders use tabs instead of spaces
9 Years Ago
Merge from main
9 Years Ago
Changed terrain fallback shader
9 Years Ago
Removed high frequency texture sample from terrain base map shader
9 Years Ago
Tweaked adjustable range of the terrain base map distance Tweaked fog density
9 Years Ago
Terrain mesh blending shader update
9 Years Ago
Added parameter to let grass mesh scale be affected by splat intensity
9 Years Ago
Some procedural generation refactoring
9 Years Ago
Moved directional fog into cginc file Added custom terrain base map pass (faster than full pass but still okay looking)
9 Years Ago
Deleted multipass terrain shader (no need to keep legacy shit around)
9 Years Ago
Removed debug output
9 Years Ago
Made per-material terrain fog type selection use KeywordEnum Had to hardcode fog type for now (terrain system has a bug that prevents it from copying material shader keywords)
9 Years Ago
Fixed custom terrain shader fog incorrectly handling the case for no fog
9 Years Ago
Made fog type configurable per-material (the inspector for this sucks, but it does the job for now)
9 Years Ago
Merge from main
9 Years Ago
More grass tweaks.
9 Years Ago
Fog, light and grass tweaks.
9 Years Ago
Slight camera and TOD tweaks.
9 Years Ago
Added prototype of terrain fog based on atmospheric scattering
9 Years Ago
Tweaked sky sun mesh color
9 Years Ago
Tweaked sky prefab fog bias
9 Years Ago
Time of Day update to 2.1.0 prerelease 1
9 Years Ago
Fixed missing reference in procedural map scene
9 Years Ago
Updated procedural terrain test scene to use Unity fog on land again (terrain will soon sample scattering fog from TOD) Updated camera prefab to remove land fog volume (water fog volume remains)
9 Years Ago
Added random grass patches in forests (this needs tweaking)