Unity插件 – 网格绘画 VertPaint

File size: 148.7MB

Version: V1.1.2

Original Unity Version: 2019.4.20 or later

VertPaint is a simple gadget for drawing vertex colors onto grids in a scene.

You can draw, erase, modify, fill, and reverse the vertex colors of a grid with intuitive control and good performance. The VertPaint window contains tooltips for all settings, as well as a detailed help section (in the form of a top collapse) that contains more information about the VertPaint controls and general usage.

But VertPaint is not just a raw vertex color drawing utility (although you can use it as a utility if needed), it also comes with a nice set of custom vertex color blending shaders that range from simple 2-way blending to complex highly 4-way blending. These allow you to achieve advanced material blending effects, as shown in the screenshot.

also include a universal shader preparation utility that can be used to repackage textures to conform to VertPaint shader configurations (or any related shader settings).

If you happen to particularly like one or more brush configurations, you can save the entire VertPaint settings to a reusable, well-formed template file on disk. Loading templates is as simple as dragging and dropping them into fields. There is even a favorites list that lets you track the most commonly used templates and integrate them into your workflow for quick access. The entire source code of

and

is included and written in simple and well-annotated C#for you to read, understand, modify and/or extend. It has detailed and extensive xml documentation and is fully compatible with IntelliSense.