Fix gamma rendering issues
- Remove gamma correction from the Vulkan renderer - Add SamplerCreator, used to specify Min/Mag filter - Add character texture to example project - Add AnimationSystem, DebugSystem and UiRenderSystem to example project
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[Texture2D]
|
||||
filepath=res/textures/texture2.png
|
||||
mag-filter=nearest
|
||||
uuid=0964e525-22c3-4d25-d5c6-a162965f6e8d
|
||||
@@ -1,3 +1,4 @@
|
||||
[Texture2D]
|
||||
filepath=res/textures/texture.png
|
||||
mag-filter=nearest
|
||||
uuid=f49a5284-d666-0982-95ca-cf68cc3d4f45
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[Texture2D]
|
||||
filepath=res/textures/stone.png
|
||||
mag-filter=nearest
|
||||
uuid=0c83bab1-9406-94fe-2068-6ea324dacb27
|
||||
Reference in New Issue
Block a user