776 Commits over 489 Days - 0.07cph!
Motion editor selection moving tweaks
Make scrub bars into GraphicsItems instead of Widgets
Fix drawing pointers
Motion edit mode selection rewrite
https://files.facepunch.com/ziks/2025-02-18/sbox-dev_qA1VlvNMgf.mp4
Nest bone game object tracks
Frame snap toggle
Fixes #114
Sync up selection between hierarchy and track list, auto-switch tool
Fixes #118
https://files.facepunch.com/ziks/2025-02-17/sbox-dev_v9BuflZaFs.mp4
NanoVDB Support Stub
NanoVDB shader stub
Iterate VDB
https://files.facepunch.com/sampavlovic/1b1611b1/sbox-dev_iaBNlpjQXT.mp4
Iterate volumetrics
https://files.facepunch.com/sampavlovic/1b1611b1/sbox-dev_xElahjGBoC.mp4
Basic morph animation support
https://files.facepunch.com/ziks/2025-02-14/sbox-dev_Jcs0ZlQXeT.mp4
Allow dragging stuff into the track list to create tracks
https://files.facepunch.com/ziks/2025-02-14/sbox-dev_S7ar3CNiJH.mp4
Fix Movie Maker drop downs filling up
First steps for movie recording
https://files.facepunch.com/ziks/2025-02-14/sbox-dev_EHeqQE3PbX.mp4
Physics grabber uses fixed smooth time
Get rid of WIP SpringDamper implementation
Missing struct from dampen test
Spring dampen test (Facepunch/sbox#1819)
https://files.facepunch.com/ziks/2025-02-07/sbox-dev_msRAHre2Hi.mp4
Add SDF 3D World example
https://files.facepunch.com/ziks/2025-02-07/sbox-dev_AKu97g2DxF.png
Sync splines with PR branch
Fix spline editor to support vector3 scale
Bring spline code in sync with engine PR
UI for changing clip / saving to file / switching to embedded
https://files.facepunch.com/ziks/2025-02-06/sbox-dev_mZYofSVKYz.mp4
Fix buggy behaviour when modifying embedded clips
Fixes #113
Motion vector shader stub, we want a very thin vertex size for this
Motion vector test and scene
Shift+click in keyframe edit mode to create keyframe
https://files.facepunch.com/ziks/2025-02-05/devenv_oiWTz7EqiP.mp4
WIP MovieMaker (Facepunch/sbox#1798)
WIP MovieMaker (Facepunch/sbox#1798)
Edit mode shortcut workaround
Started on editor cookies
Fix assigning properties in structs
Rotate decals & use engine class
Adjust decal scene
Edit mode shortcut workaround
Started on editor cookies
Update Facepunch/sbox-issues#7443 repro
Delete IESTextureGenerator, causes exceptions and IES are now images
Correct roughness curve for dynamic reflections
WIP MovieMaker (Facepunch/sbox#1798)
Start adapting denoiser to new API
Iterate denoiser
https://files.facepunch.com/sampavlovic/1b0311b1/sbox-dev_0AMMNcrONB.mp4
Create separate spline class
Cleanup SplineComponent
Cleanup test scene
Merge roll, up, scale & tangent mode into spline point
Add StringPreview
https://files.facepunch.com/ziks/2025-02-03/sbox-dev_dZsjxvW76d.mp4
Additive toggle in motion editor
Motion editor basics
https://files.facepunch.com/ziks/2025-02-03/sbox-dev_cA6q6hP7lJ.mp4
Update spline tests scene
More motion editor selection tweaks
https://files.facepunch.com/ziks/2025-01-31/sbox-dev_A9sD8bdPAK.mp4
Fix spacing in keyframe edit mode toolbar
Add interpolation mode buttons
https://files.facepunch.com/ziks/2025-01-31/sbox-dev_oj0ypWTVsi.mp4
Show scrubber widget at top and bottom of track list
WIP motion editor envelope selection
https://files.facepunch.com/ziks/2025-01-31/sbox-dev_sdqkof1ogP.mp4
Fix keyframes being created when not in the right mode
Small fixes to tracks UI when recording
Allow changing keyframe interpolation mode
https://files.facepunch.com/ziks/2025-01-31/sbox-dev_Rl9HJggpP0.mp4
Update Dynamic Reflections
IES Profile as an asset, add sample IES profile
Use I8 instead of RGBA8888 for IESTextureGenerator
Support for horizontal angles in IES
https://files.facepunch.com/sampavlovic/1b3011b1/TMbj0aVAVh.png
Basic EditMode system
https://files.facepunch.com/ziks/2025-01-30/sbox-dev_jDrTcgmPAL.mp4
Hold shift while mousing over timeline to preview without moving pointer
https://files.facepunch.com/ziks/2025-01-30/sbox-dev_DV3DchunYX.mp4
Splines: Add working state from a couple of months ago (pre FP)
Basically a port of my C++ spline library wrapped with a component + editor tool.
Still requires some API and Editor UX cleanup.
https://files.facepunch.com/lolleko/1b0911b1/sbox-dev_0KaDTZAF7l.mp4
Nav Basic: Reduce rotation on test slope to account for floating point inaccuracies
Fix obsoletes
Add roughness test scene, Compares if IBL GGX Filter matches reference
Update Roughness_test
Use WorldTransform/LocalTransform
First pass on spline model deformation
https://files.facepunch.com/lolleko/1b1611b1/sbox-dev_pXP1R0vFzj.mp4
https://files.facepunch.com/lolleko/1b1611b1/sbox-dev_1SBGUutgNa.png
Remove stackalloc (it's not whitelisted)
Fix duplicating a spline point with shift not copying roll & scale
Use sceneobjects for spline model instances instead of Graphics.Draw
Deform spline model bounds to ensure accurate frustum culling
https://files.facepunch.com/lolleko/1b1611b1/sbox-dev_FuFEWnL2FA.png
https://files.facepunch.com/lolleko/1b1611b1/sbox-dev_xrWVBJicsC.png
PoC spline collisions
Currently just super hacky static mesh/model collision
https://files.facepunch.com/lolleko/1b1711b1/sbox-dev_03QtKgtfYW.mp4
Update trails scene
Hull based spline collisions
Allows proper physics simulation of the spline models.
Works okay for boxes, still need to figure out why izabu quick hull struggles with more complex shapes.
https://files.facepunch.com/lolleko/1b1811b1/sbox-dev_YFlVR7whUv.mp4
Filter duplicate vertices after spline deformation and before qhull
Update terrain scene, adjust things, envmapprobe had inverse scale (wtf), use ibl, should be a good starting point to have a terrain with nice lighting setup
https://files.facepunch.com/sampavlovic/1b1911b1/NLZEcHl7Uh.jpg
Spline collider now supports all collision shapes
Added custom subdivision logic for each shape.
How much subdivision/collision geometry is created can be controlled by the user via property.
Performance still sucks, but optimization should be easy going forward.
Individual bone/shape transforms are currently not working.
https://files.facepunch.com/lolleko/2024/December/19_18-49-AnotherDrongo.png
https://files.facepunch.com/lolleko/2024/December/19_18-48-SecretNuthatch.mp4
Add Shader Classes Test
Spline Collision Support BoneTransforms and Rotation
Spline collider now provides accurate collision for any shape and any rotation.
Deformed/Twisted citizens with collisions:
https://files.facepunch.com/lolleko/2024/December/23_12-34-DishonestQuagga.png
https://files.facepunch.com/lolleko/2024/December/23_12-34-HorribleNightheron.png
Cleanup Spline Editor
Proper undo support for gizmo initiated changes
Frustum cull Gizmos as they are fairly expensive to create.
Optimize Gizmo drawing.
Defocus input when switching spline point
Bounding box calcualtion for spline components
Fix typos
Improve spline editor undo
fix PlayerSquish collision
Revert "fix PlayerSquish collision"
This reverts commit 18ba5597c624789e8e8b999e7b64bd33ae33e4ae.
More spline undo improvements
Fix spline gizmo culling
Bump hitbox of spline line
Align tangent mode names with exiting curve class
Fix roll and scale changes not invoking spline changed
code -> Code
Rename some vars in spline math
Scene reproducing Facepunch/sbox#1756
Cleanup spline components and test scene
Fix spline loop (de)serialization
Remove GetNormal function from spline component for now
There are so many different ways to calculate normals for splines (Frenet-Serret-Frame, Fixed Up Vector, RMF/Parallel Transport...)
Not sure yet, which one we want to offer.
Binary search for accessing splines at a distance
Fix some NREs in spline model renderer
Play around with tangent frame calculation using Parallel Transport / RMF
https://files.facepunch.com/lolleko/2025/January/07_20-51-CriminalBlackfish.mp4
Move spline deformation away from vertex shader to allow deformation of arbitrary models
Deform spline models on the CPU like a cavemen.
Use RMF to avoid twisting artifacts.
Will move this to a compute shader eventually.
https://files.facepunch.com/lolleko/2025/January/08_10-35-AgileHectorsdolphin.png
More customization for tangent frames/up vectors
This is useful for stuff like loops.
1. Default Up Vector (0,0,1) -> twisting artifacts:
https://files.facepunch.com/lolleko/2025/January/09_17-52-OrangeredCowrie.png
2. Automatic up vectors using rotation minimizing frames (RMF)
https://files.facepunch.com/lolleko/2025/January/09_17-53-DesertedClam.png
3. Manual up vectors/frames:
https://files.facepunch.com/lolleko/2025/January/09_17-52-MisguidedWryneck.png
Some Model Deformation optimization
Still only on the CPU but it's surprisingly fast
https://files.facepunch.com/lolleko/2025/January/09_21-39-VacantIridescentshark.mp4
Add spacing parameter
https://files.facepunch.com/lolleko/2025/January/09_23-00-AngelicVipersquid.mp4 🚂
Update Spline Collider to match new SplineModel Deformation
https://files.facepunch.com/lolleko/2025/January/09_23-59-LinearAlligator.png
Delete legacy/unused deformation code
Enable Global Scale for spline models
https://files.facepunch.com/lolleko/2025/January/10_11-16-TintedAfricanparadiseflycatcher.png
Base SplineModelRenderer of ModelRenderer
Allows Tint, MaterialOverrides and other options to be used on spline models
Cleanup spline component & tool naming
Update Test Scene
https://files.facepunch.com/lolleko/2025/January/10_18-17-TornAllosaurus.mp4
Fix water shader scene name
Add ParticlePhysics test
Scene testing dynamic action graph properties
Remove GTAO include code from scenestaging
DynamicReflections component stub
Update Viewmodel scene with ssao also showcasing proper prepass
New decal
Direct port of IES Profile Texture from hackweek into TextureGenerator, use Source instead of a file for now
https://files.facepunch.com/sampavlovic/1b2611b1/OCXtsLYQSC.png
Update decals test scene
Scene reproducing Facepunch/sbox-issues#7443
Iterate Dynamic Reflections Component, add shader
Iterate Dynamic Reflections Component, almost feature complete
Merge branch 'main' into navlink-scene