todo note

This commit is contained in:
minenice55 2024-01-04 20:57:31 -05:00
parent dea7f8a521
commit d00d094d6c
2 changed files with 16 additions and 0 deletions

View file

@ -58,6 +58,7 @@ Material:
m_Offset: {x: 0, y: 0} m_Offset: {x: 0, y: 0}
m_Ints: [] m_Ints: []
m_Floats: m_Floats:
- PixelSnap: 0
- _BumpScale: 1 - _BumpScale: 1
- _Cutoff: 0.5 - _Cutoff: 0.5
- _DetailNormalMapScale: 1 - _DetailNormalMapScale: 1
@ -65,6 +66,7 @@ Material:
- _GlossMapScale: 1 - _GlossMapScale: 1
- _Glossiness: 0 - _Glossiness: 0
- _GlossyReflections: 1 - _GlossyReflections: 1
- _GrayscaleAmount: 1
- _Metallic: 0 - _Metallic: 0
- _Mode: 0 - _Mode: 0
- _OcclusionStrength: 1 - _OcclusionStrength: 1

View file

@ -101,6 +101,20 @@ namespace HeavenStudio.Games.Loaders
// new Param("type2", RotateMode.Fast, "Rotation Mode", "The rotation mode to use") // new Param("type2", RotateMode.Fast, "Rotation Mode", "The rotation mode to use")
} }
}, },
// todo: background recolouring
// new GameAction("bg colour", "Background Colour")
// {
// function = delegate {
// var e = eventCaller.currentEntity;
// },
// defaultLength = 1,
// resizable = true,
// parameters = new List<Param>() {
// new Param("bottomColour", new Color(0,0,0,0), "Bottom Colour", "The colour at the bottom of the skybox"),
// new Param("topColour", new Color(1,1,1,1), "Top Colour", "The colour at the top of the skybox"),
// new Param("type", Util.EasingFunction.Ease.Linear, "Ease", "The easing function to use"),
// }
// },
}, },
new List<string>() { "ntr", "keep" }, new List<string>() { "ntr", "keep" },
"ntrpingpong", "en", "ntrpingpong", "en",