mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Changelog update
This commit is contained in:
parent
5faa26ae95
commit
13bf70fd8a
@ -2,15 +2,16 @@ v0.2.0
|
|||||||
------
|
------
|
||||||
- New Parts:
|
- New Parts:
|
||||||
- CDL-3 Surface Base Decal: A set of conformal decals based on the symbols from the movie Moon designed by Gavin Rothery
|
- CDL-3 Surface Base Decal: A set of conformal decals based on the symbols from the movie Moon designed by Gavin Rothery
|
||||||
|
- CDL-T Custom Text Decal: A customizable text decal with a variety of fonts
|
||||||
- Changes:
|
- Changes:
|
||||||
- New "KEYWORD" material modifier, allowing for shader features to be enabled and disabled.
|
- New "KEYWORD" material modifier, allowing for shader features to be enabled and disabled.
|
||||||
- material modifiers can now be removed in variants by setting `remove = true` inside them.
|
- material modifiers can now be removed in variants by setting `remove = true` inside them.
|
||||||
- Unified all shaders into a single "Standard" shader with variants supporting any combination of bump, specular and emissive maps, plus SDF alphas.
|
- Unified all decal shaders into a single "Standard" shader with variants supporting any combination of bump, specular and emissive maps, plus SDF alphas.
|
||||||
- Old shaders are remapped to Standard shader plus keywords automatically.
|
- Old shaders are remapped to Standard shader plus keywords automatically.
|
||||||
- New SDF-based antialiasing for when decals extend to their borders, i.e. on opaque flags.
|
- New SDF-based antialiasing for when decals extend to their borders, i.e. on opaque flags.
|
||||||
- Fixes:
|
- Fixes:
|
||||||
- Fixed WIDTH and HEIGHT scale modes being flipped
|
- Fixed WIDTH and HEIGHT scale modes being flipped
|
||||||
- Removed debug log statements
|
- Removed some debug log statements
|
||||||
|
|
||||||
v0.1.4
|
v0.1.4
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user