3 Commits

Author SHA1 Message Date
wheatleymf
96b2f0c9cc Custom filtering/address mode for line renderers
- Allows artists to control texture filtering (point/bilinear/trilinear/anisotropic) on line and trail renderers
- Obsoletes "Clamp" in SceneTrailObject's `TrailTextureConfig` struct, use `FilterMode` and `TextureAddressMode` properties instead. Default config will set anisotropic filtering with "wrap" UV address mode.
- No changes in line.shader, it still uses bindless sampler state. It is assigned from SceneLineObject.cs in `SamplerState` property's setter
2026-01-21 10:53:14 +01:00
Lorenz Junglas
88442544c4 Use static Material & ComputeShader for SceneLineObject (#3703)
Use static default material if Material is not overridden.

Use static compute shader and dispatch with per instance attributes
2026-01-06 15:29:23 +01:00
s&box team
71f266059a Open source release
This commit imports the C# engine code and game files, excluding C++ source code.

[Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
2025-11-24 09:05:18 +00:00