Skip to content

Releases: Tshmofen/splat-painter

Splat Painter .NET v0.1.1

20 Jul 22:30
d91a274

Choose a tag to compare

Changes:

  • Added support for mesh size changes. Now brush size depends on mesh size and splat resolution.
  • Added Reset Editor button to update collider if mesh was changed.
  • Added quick actions.
  • Fixed incorrect Selector display on not-selected meshes.

Splat Painter .NET v0.1.0

15 Jul 22:47
9f3553c

Choose a tag to compare

Features:

  • Shader for pixel art grounds with support for up to 4 ground textures and splat map (Albedo + Metallic alpha, Normal + Roughness alpha for each texture).
  • Ground depth blending depending on the Metallic channel of each texture.
  • Simple tool for painting each single channel (RGBA) with Size and Force settings.
  • Includes simple MeshUvTool that can be used to map GlobalPoint & Normal to UV position on the ArrayMesh.
  • Support for UndoRedo.