A procedural modeling toolkit based on Blueprint
基于蓝图的过程建模工具包
Features:
- Runtime generation.
- Multi-threaded.
- Most of common geometry operations.
- Per Point/Primitive/Geometry lua code snippet for custom operations.
- Point/Primitive group.
- Point/Primitive custom attributes.
- Tangent space and UV coordinates generation.
- Procedural static mesh instancing.
- Full source code provided.
Code Modules:
- Arteries (Runtime)
- ArteriesEditor (Editor)
Supported Development Platforms: Win64, Win32, Mac, Linux
Supported Target Build Platforms: Win64, Win32, Mac, Linux
特征:
- 运行时生成。
- 多线程。
- 大多数常见的几何操作。
- 用于自定义操作的每个点/基元/几何lua代码片段。
- 点/基元组。
- 点/基元自定义属性。
- 切线空间和UV坐标生成。
- 程序静态网格体实例化。
- 提供完整的源代码。
代码模块:
- 动脉(运行时)
- ArteriesEditor(编辑)
支持的开发平台:Win64,Win32,Mac,Linux
支持的目标构建平台:Win64,Win32,Mac,Linux




Arteries is a procedural modeling toolkit based on UE4 Blueprint. By using this plugin you can implement the whole modeling procedure in UE4 Blueprint graph without any other modeling software.
To implement a modeling procedure is rather simple. Just create a Blueprint inherited from ArteriesActor and implement its OnBuild event. In the event graph you can create a serial of different geometry operation nodes and any logic you want to build the final geometry.
动脉是一个基于UE4蓝图的过程建模工具包。 通过使用此插件,您可以在UE4蓝图图表中实现整个建模过程,而无需任何其他建模软件。
实现建模过程相当简单。 只需创建从ArteriesActor继承的蓝图并实现其OnBuild事件即可。 在事件图中,您可以创建一系列不同的几何操作节点以及要构建最终几何的任何逻辑。

评论(0)