userBriancancel

563 Commits over 577 Days - 0.04cph!

26 Days Ago
merge from render_pipeline_testing
26 Days Ago
merge from main
28 Days Ago
ignore .DS_Store in Rust.RenderPipeline git repo
28 Days Ago
update player_preview prefab
28 Days Ago
implement optional per-camera lighting overrides (reflection probe, main light exclusion, etc), to support player preview camera
29 Days Ago
partial fix for point/spot light biasing inconsistency with BiRP
30 Days Ago
sync Rust.RenderPipeline: emulate BiRP lighting attenuation for consistency. fixes overly dim player preview lighting, torch light, etc
30 Days Ago
reapply WaterCamera change in RRP
30 Days Ago
merge from main
31 Days Ago
merge from water_ssr_taa_flicker_fix
31 Days Ago
merge from water_reflection_probe_seam_fix
31 Days Ago
merge from vclouds_macos_reflection_fix
32 Days Ago
fix missing shader referene
33 Days Ago
restore
33 Days Ago
merge from main
33 Days Ago
explicitly set render targets in GeometryPass, z buffer was missing from forward opaques
34 Days Ago
set up special render pipeline for player preview camera, instead of using default which renders too much stuff we don't need
34 Days Ago
subsurface birp wrap
37 Days Ago
work around RT size mismatch in BiRP water wrapper
40 Days Ago
fix water SSR flickering when TAA was enabled, was especially pronounced at grazing angles
40 Days Ago
fix sky and clouds seam in water reflection probe
40 Days Ago
fix vclouds shader error on macos preventing them from showing up in water reflections
40 Days Ago
fix compile error
40 Days Ago
LightGroupAtTime: keep track of renderers under RendererLODs to properly update instancing when emission changes
41 Days Ago
reduce biome fogging when looking through a camera
41 Days Ago
exclude renderers with negative scale from instancing and warn about them
42 Days Ago
fix EmissionToggle with indirect instancing
42 Days Ago
fix EmissionScaledByLight with indirect instancing
47 Days Ago
merge from wire_shader_pixel_scaling
47 Days Ago
merge from main
48 Days Ago
restore pixel radius based alpha feathering to hide wire aliasing
48 Days Ago
untabify
49 Days Ago
fix hair raycasting shadows in deferred
54 Days Ago
fix missing z-buffer when rendering forward opaques
54 Days Ago
don't need this anymore
54 Days Ago
- emulate BiRP implicit stencil write in g-buffer pass - provide global_DeferredIndirectLightingActive flag
54 Days Ago
further SSS
56 Days Ago
merge from main
2 Months Ago
re-apply craggy changes
2 Months Ago
post subsurface pass beginnings
2 Months Ago
bring over WaterCamera changes into RRP
2 Months Ago
merge from main
2 Months 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
2 Months Ago
sync Rust.RenderPipeline
2 Months Ago
add CommandBufferManager.OnPreCommandBuffer hook
3 Months Ago
add tint from vcolor mode to FXVille Blood World Lighting
3 Months Ago
supply lightdir/color for water again, adjust texture formats
3 Months Ago
fix double-rendering atmosphere
3 Months 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
3 Months Ago
maybe fix error spam in build about WaterSurfaceTex vs PostOpaqueDepth dimensions (separate from editor issue I think)