userBriancancel

654 Commits over 699 Days - 0.04cph!

2 Months Ago
fix underwater post processing not working in proc map
3 Months Ago
fix foliage displacement feature causing scene view issues, avoid drawing viewmodel feature outside of the game view
3 Months Ago
add PerformanceText line for Rust Render Pipeline when enabled, getting harder to tell visually which pipeline we're using
3 Months Ago
RRP: water surfaces receive light from all light sources now, not just sun (forward+ lighting)
3 Months Ago
fix missing function in RRP billboard light
3 Months Ago
add RRP billboard lighting to Particle AddSmooth, fix error in PixelLit 6-Point
3 Months Ago
RRP BillboardLight logic consistency fix with BRP
3 Months Ago
tweak
3 Months Ago
fix active state for underwater effect not propagating
3 Months Ago
unity 6 VolumeManager fixes
3 Months Ago
DeployGuides: more explicit depth/stencil format
3 Months Ago
optimize depth buffer formats used by water render targets, post opaque depth RT needs no depth at all
3 Months Ago
convert depth-stencil format from TextureDesc to RenderTextureDescriptor more directly
3 Months Ago
further RRP particle/billboard lighting
3 Months Ago
SetupPass: supply global_MainLightingAtten for particle/billboard shading
3 Months Ago
remove extra semicolon
3 Months Ago
fix g-buffer inconsistency for skin shading between BiRP and RRP
3 Months Ago
prefab merge fix, will need to redo this
3 Months Ago
further fixes
3 Months Ago
fixes
3 Months Ago
merge from main
3 Months Ago
progress on billboard/particle lighting conversion to RRP
3 Months Ago
merge from lod_baker
3 Months Ago
lod baker: write output textures as tga instead of png
3 Months Ago
increase censorship pixelation size with decreasing camera FOV (binoculars, etc) to account for further away stuff taking up more screen area
3 Months Ago
add optional override for pixelation censorship pixel size, override it for player preview so it looks correct
3 Months Ago
scene fix
3 Months Ago
finalize RRP underwater post processing
3 Months Ago
lod baker: distinguish identical mesh names
3 Months Ago
fix missing shader parameter used by post process effects
3 Months Ago
underwater post effect initial
3 Months Ago
remove debug print in WaterRendererFeature
3 Months Ago
organize deploy guide renderer feature code, fix LocalKeyword error when first bringing out a deploy guide
3 Months Ago
the big sync
3 Months Ago
fix player_model changes stomped in merge
3 Months Ago
merge from main
3 Months Ago
- implement refraction pass after regular transparents - implement RenderPipelineSwitchNode and RenderPipelineCondition behaviours to toggle game objects depending on active render pipeline - get player censorship working in RRP and keep it working in BiRP thru the new behaviors above
3 Months Ago
add RustForwardOpaque lightmode to opaque geometry pass
3 Months Ago
RRP deploy guides
4 Months Ago
6.3 fix
4 Months Ago
RRP viewmodel camera
4 Months Ago
fix CCTVRemoteCamera missing vclouds and vfog components
4 Months Ago
merge from main
4 Months Ago
potential fix for obscure Graphics.CopyTexture error spam in editor
4 Months Ago
put vclouds/vfog stuff under sky dome prefab so all scenes that have the sky dome pick them up automatically. should get rid of all black sky issues and workshop error
4 Months Ago
fix error rendering reflection probe when vclouds were disabled
5 Months Ago
add toggle for refraction screen edge fade behavior
5 Months Ago
merge from render_pipeline_testing (reflection fix)
5 Months Ago
fix vclouds not showing up in water reflections in BiRP
5 Months Ago
merge from main