Releases: Tshmofen/splat-painter
Releases · Tshmofen/splat-painter
Splat Painter .NET v0.1.1
Changes:
- Added support for mesh size changes. Now brush size depends on mesh size and splat resolution.
- Added
Reset Editorbutton to update collider if mesh was changed. - Added quick actions.
- Fixed incorrect
Selectordisplay on not-selected meshes.
Splat Painter .NET v0.1.0
Features:
- Shader for pixel art grounds with support for up to 4 ground textures and splat map (
Albedo+Metallicalpha,Normal+Roughnessalpha for each texture). - Ground depth blending depending on the
Metallicchannel of each texture. - Simple tool for painting each single channel (
RGBA) withSizeandForcesettings. - Includes simple
MeshUvToolthat can be used to mapGlobalPoint&NormaltoUVposition on theArrayMesh. - Support for
UndoRedo.