userBriancancel

485 Commits over 518 Days - 0.04cph!

3 Days Ago
merge from wire_shader_pixel_scaling
3 Days Ago
merge from main
4 Days Ago
restore pixel radius based alpha feathering to hide wire aliasing
4 Days Ago
untabify
5 Days Ago
fix hair raycasting shadows in deferred
9 Days Ago
fix missing z-buffer when rendering forward opaques
10 Days Ago
don't need this anymore
10 Days Ago
- emulate BiRP implicit stencil write in g-buffer pass - provide global_DeferredIndirectLightingActive flag
10 Days Ago
further SSS
12 Days Ago
merge from main
24 Days Ago
re-apply craggy changes
24 Days Ago
post subsurface pass beginnings
24 Days Ago
bring over WaterCamera changes into RRP
24 Days Ago
merge from main
25 Days Ago
hoarded a bunch of changes: - refactored vclouds and vfog for multi camera support - vclouds and vfog ported to RRP with built-in wrappers - match sky dome pos to camera in RRP, including in scene view - scale sky dome to camera far plane in RRP - use CommandBufferManager.OnPreCommandBuffer hook to call OnBeginRendering() in built-in wrappers, fixes update happening after commands buffers were already filled - share TextureDescs between render graph and built-in wrapper render texture creation. Ensures consistent formats, etc - fix skybox rendering twice in scene view - fix water render graph issues on lower quality levels - fix destruction of water dynamics RTHandle
25 Days Ago
sync Rust.RenderPipeline
26 Days Ago
add CommandBufferManager.OnPreCommandBuffer hook
39 Days Ago
add tint from vcolor mode to FXVille Blood World Lighting
40 Days Ago
supply lightdir/color for water again, adjust texture formats
40 Days Ago
fix double-rendering atmosphere
40 Days Ago
sync Rust.RenderPipeline changes: - fix missing shader parameter for legacy shadow caster shaders - render forward opaque objects (only SRPDefaultUnlit and RustLit light modes, allows atmospheric elements to render) - make camera context directly accessible by the camera component - add RustRenderPipeline pipeline shader tag
41 Days Ago
maybe fix error spam in build about WaterSurfaceTex vs PostOpaqueDepth dimensions (separate from editor issue I think)
41 Days Ago
stopgap water sky reflection until we have the water refl probe in RRP
41 Days Ago
fix occasional single-pixel ocean line in canyons
41 Days Ago
add "Affect Occlusion" toggle to detail blend layer, makes blend layer interact with base layer occlusion (lerps it white with the blend weight)
43 Days Ago
fix error spam in edit mode on island scenes
45 Days Ago
add screenshot mode for water SSR, works around cut off reflections in high res screenshots
45 Days Ago
add underwater fog blending for tropical shores in deep sea
45 Days Ago
fix merging of island heights with TerrainMeta.HeightMap.deepSeaHeights
47 Days Ago
fix ocean stuttering in demo playback (forces water.scaled_time behavior when playing demo)
47 Days Ago
fix cloud weirdness when overriding weather state when playing back a demo
48 Days Ago
merge from main
48 Days Ago
vclouds: - cap full res image to 4k in either dimension (prevents GPU murder when taking high res screenshot, aspect ratio is maintained when scaling down) - don't reproject when taking a screenshot, render the full cloud image from scratch - respect time.timescale
48 Days Ago
add deep sea version for environment volume properties ocean overrides
48 Days Ago
underwater fog lerping respects reflection.forceupdate
51 Days Ago
RRP water rendering progress
51 Days Ago
sync with Rust.RenderPipeline: - enable global shader param + keyword when RRP is in use
51 Days Ago
sync with latest Rust.RenderPipeline changes: - camera components can return false in OnBeginRendering() to skip rendering the feature for the camera - reset GraphicsSettings.lightsUseLinearIntensity to false on RRP disposal (Fixes BiRP lighting becoming dark when switching, it was also possible for the true value to get saved in GraphicsSettings.asset which confusingly permanently broke BiRP lighting.)
53 Days Ago
merge from main
2 Months Ago
disable the begin/endContextRendering hooks on CommandBufferManager
2 Months Ago
update existing passes for pipeline changes
2 Months Ago
sync Rust.RenderPipeline changes
2 Months Ago
merge from main
3 Months Ago
port PostOpaqueDepth to RRP, prerequisite for water
3 Months Ago
merge from deepsea_island_shorewetness_fix
3 Months Ago
fix shore wetness on deep sea islands
3 Months Ago
merge from terrain_potato_remove_everywhere (fixes incorrect terrain blending on cliffs and other props on deep sea islands at shader level 1)
3 Months Ago
remove terrain potato mode on all shaders that had it on shader level 1 (fixes incorrect blending on cliffs on deep sea islands, etc)
3 Months Ago
merge from deepsea_portal_weather_fixes
3 Months Ago
fix vclouds not transitioning in portal with forced weather fix portal storm clouds not using proper lighting intensity (were too bright)