Wojtek Figat
|
30c78350eb
|
Fix incorrect motion vectors for material that uses position offset
#3367
|
2025-04-15 22:24:12 +02:00 |
|
Muzz
|
7885590593
|
Merge branch 'Muzz-Triplanar-Features' into 1.10
|
2025-02-28 14:56:45 +01:00 |
|
Wojtek Figat
|
a1c46d2e6e
|
Add support for up to 4 texture channels when importing meshes
#2667
|
2025-01-11 22:40:20 +01:00 |
|
Wojtek Figat
|
6f04231b31
|
Rename Vertex Shader input semantic ofBLENDWEIGHT to BLENDWEIGHTS
|
2025-01-04 21:04:18 +01:00 |
|
Wojtek Figat
|
08ef7c93ea
|
Refactor draw calls drawing to use single objects buffer and better materials batching
|
2024-07-02 00:52:22 +02:00 |
|
Wojtek Figat
|
cdeb9a3b15
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Content/Editor/Camera/M_Camera.flax
# Content/Editor/CubeTexturePreviewMaterial.flax
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Content/Editor/DebugMaterials/SingleColor/Decal.flax
# Content/Editor/DebugMaterials/SingleColor/Particle.flax
# Content/Editor/DebugMaterials/SingleColor/Surface.flax
# Content/Editor/DebugMaterials/SingleColor/SurfaceAdditive.flax
# Content/Editor/DebugMaterials/SingleColor/Terrain.flax
# Content/Editor/DefaultFontMaterial.flax
# Content/Editor/Gizmo/FoliageBrushMaterial.flax
# Content/Editor/Gizmo/Material.flax
# Content/Editor/Gizmo/MaterialWire.flax
# Content/Editor/Gizmo/SelectionOutlineMaterial.flax
# Content/Editor/Gizmo/VertexColorsPreviewMaterial.flax
# Content/Editor/Highlight Material.flax
# Content/Editor/Icons/IconsMaterial.flax
# Content/Editor/IesProfilePreviewMaterial.flax
# Content/Editor/Particles/Particle Material Color.flax
# Content/Editor/Particles/Smoke Material.flax
# Content/Editor/SpriteMaterial.flax
# Content/Editor/Terrain/Circle Brush Material.flax
# Content/Editor/Terrain/Highlight Terrain Material.flax
# Content/Editor/TexturePreviewMaterial.flax
# Content/Editor/Wires Debug Material.flax
# Content/Engine/DefaultDeformableMaterial.flax
# Content/Engine/DefaultMaterial.flax
# Content/Engine/DefaultTerrainMaterial.flax
# Content/Engine/SingleColorMaterial.flax
# Content/Engine/SkyboxMaterial.flax
# Source/Engine/Graphics/Materials/MaterialShader.h
|
2024-04-23 10:30:01 +02:00 |
|
Wojtek Figat
|
568a69081d
|
Fix animated model skinning precision issues
#2460
|
2024-04-22 13:18:52 +02:00 |
|
Wojtek Figat
|
2dfb1058b2
|
Optimize world matrix storage for drawable objects to use Matrix3x4 instead of full matrix
|
2024-03-26 11:29:01 +01:00 |
|
Wojtek Figat
|
0709288eac
|
Revert Depth Offset (wrong impl, can be done later)
|
2023-01-31 14:22:37 +01:00 |
|
Wojtek Figat
|
a219a3d2eb
|
Add **Depth Offset to materials**
|
2023-01-29 22:09:51 +01:00 |
|
Wojtek Figat
|
835a230323
|
Refactor material shaders to use separate constant buffer (slot 1) for shared per-view constants
|
2022-11-27 12:06:31 +01:00 |
|
Wojtek Figat
|
20661fc902
|
Fix custom interpolators register index
|
2022-11-16 09:56:36 +01:00 |
|
Wojtek Figat
|
eb281a7574
|
Additional improvements to scene rendering
|
2022-11-15 22:39:03 +01:00 |
|
Wojtek Figat
|
6cf91b1da4
|
Add support for main view information in Surface materials during subpass rendering (eg. shadow depth)
|
2022-07-29 16:58:33 +02:00 |
|
Wojtek Figat
|
7ebdce5e42
|
More work for large worlds
|
2022-06-29 23:28:03 +02:00 |
|
Wojciech Figat
|
56322005e2
|
Reformat shaders source code
|
2022-06-28 14:41:29 +02:00 |
|
Wojciech Figat
|
70de677266
|
Fix InstanceOrigin, PerInstanceRandom and LODDitherFactor to not use interpolation between shader stages
|
2022-05-12 13:30:59 +02:00 |
|
Wojtek Figat
|
1af5ec8492
|
Add Quad Overdraw debug view mode
|
2021-10-07 14:59:06 +02:00 |
|
Wojtek Figat
|
a1d4e50e98
|
Fix
|
2021-02-21 16:49:30 +01:00 |
|
Wojtek Figat
|
67dd80e40d
|
Fix shader error when using LOD dither transition
|
2021-02-21 15:37:04 +01:00 |
|
Wojtek Figat
|
d05204cb91
|
Fix missing lightmap uvs calc in vertex shader
|
2021-02-16 15:55:10 +01:00 |
|
Wojtek Figat
|
8e87c98644
|
Cleanup material shaders code
|
2021-02-08 15:45:22 +01:00 |
|
Wojtek Figat
|
d8304a2178
|
Refactor material shaders generator to use modular features as extensions
|
2021-02-05 14:54:29 +01:00 |
|
Wojtek Figat
|
300f948515
|
Refactor material shaders generator to use modular features as extensions
|
2021-02-05 13:57:00 +01:00 |
|