mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-25 06:01:48 +01:00
Current state.
This commit is contained in:
parent
04a8449967
commit
b88bba1a87
115 changed files with 2225 additions and 1776 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using Glamourer.Designs;
|
||||
using Glamourer.Config;
|
||||
using Glamourer.Designs;
|
||||
using Glamourer.Interop.Material;
|
||||
using ImSharp;
|
||||
using Luna;
|
||||
|
|
@ -7,7 +8,7 @@ using Penumbra.GameData.Files.MaterialStructs;
|
|||
|
||||
namespace Glamourer.Gui.Materials;
|
||||
|
||||
public class MaterialDrawer(DesignManager designManager, Configuration.Configuration config) : IService
|
||||
public class MaterialDrawer(DesignManager designManager, Configuration config) : IService
|
||||
{
|
||||
public const float GlossWidth = 100;
|
||||
public const float SpecularStrengthWidth = 125;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue