userJake_Richcancel
branchrust_reboot/main/cpu_batching_submeshcancel

15 Commits over 0 Days - ∞cph!

17 Days Ago
Fixed batched shipping container losing color - caused by some meshes missing vertex color and not adding any default vertex color causing the batched color to not be correctly applied when the meshes were merged
18 Days Ago
Fix compile error after merge
18 Days Ago
merge from main -> cpu_batching_submesh
18 Days Ago
Codegen
18 Days Ago
merge from main -> cpu_batching_submesh
19 Days Ago
Change `renderer_submeshes` convar from 1 -> 2 but keep it scoped to only work with RendererBatch components that specifically enable AllowSubmeshes - allows batching on container to be toggled by changing `renderer_submeshes` convar
20 Days Ago
Fix submesh bypass per prefab being inverted
20 Days Ago
Enable submesh batching on shipping container
20 Days Ago
Only enable submesh batching on certain assets instead of every single one
20 Days Ago
Add `paste_auth` option to copy paste (default true) so admins are authed on every turret & door when pasting
20 Days Ago
Fix color being inconsistantly set inside editor because it was hitting client & server entities with the physics queries
20 Days Ago
When using `skin_radius` with the shipping container skin use the last color that the player used with the spraycan instead of randomly skinning the shipping container
20 Days Ago
Delete unused Combine() overload from MeshRendererData
20 Days Ago
Fix RendererLOD not working with colored RendererBatch because it was looking for the batching component attached to the renderer instead of on the parent - until we fix the LOD2 container wall having mismatched material order compared to the other lods
20 Days Ago
Add support to RendererBatch for submeshes - RendererBatch will send each submesh to the batching system separately with it's own material and track them both - update batching system to use submeshes when merging meshes