Simple Instanced Spline Mesh (5.0) 基于样条线的实例网格创建与地面对齐和随机化。我想向你介绍一个简单的实例样条网格插件。

该插件提供了一个简单、轻量级、健壮的工具,用于使用样条线构建静态网格的层次化实例。

它是在关卡设计的基础上建立的,让设计者的生活更容易,迭代更快。

它提供了各种与使用样条线放置的网格相关的工具。

技术细节
特点:

多个网格-您可以设置多个不同的网格,这些网格将在样条线上自动对齐。网格使用它们的边界对齐,而不是枢轴,这意味着如果你有一个网格,有一些坏的枢轴,该工具仍然会以一种智能的方式对齐它!
第一个和最后一个网格-您可以在样条线的开始或结束处设置特殊的网格,这允许您精确地控制围栏或墙的开始或结束方式。
网格随机化-选择多个网格,你可以让它们随机出现,这样你的栅栏,墙壁,甚至城镇都非常容易随机化,让它们看起来更自然。
地面对齐-该工具允许使用网格的边界将网格与地面对齐,这比使用枢轴铸造更准确、更美观。此外,地面对齐可以单独应用于每个网格。
异步计算-默认情况下,计算是在一个单独的线程上执行的,这允许在不冻结计算机的情况下创建具有数千个网格的非常非常长的样条,这提高了关卡设计速度,使其更加舒适。
代码模块:

SimpleInstancedSplineMesh
蓝图数量:1

C++类的数量:6

网络复制:否

支持的开发平台:Windows 64

支持的目标构建平台:Windows 64

重要/附加说明:目前地面对齐工作仅用于景观,但这是一项正在进行中的工作,我们也计划在其他表面上添加支撑对齐。

Technical Details
Features:

Multiple meshes – you can set multiple different meshes that will automatically align on the spline. The meshes are aligned using their bounds, not the pivot, which means that if you have a mesh, that has some bad pivot, the tool will still align it in a smart way!
First and Last meshes – you can set up special meshes at the beginning or end of the spline, which allows you to control exactly how your fences or walls begin or end.
Mesh randomizing – with multiple meshes selected, you can make them appear randomly so that your fences, walls, or even towns are extremely simple to randomize to make them look more natural.
Ground alignment – the tool allows aligning meshes to the ground using their bounds, which is much more accurate and good-looking than using pivot casting. Also, the ground alignment can be applied to each mesh individually.
Asynchronous calculations – calculations are by default performed on a separate thread, which allows creating very, very long splines with thousands of meshes without freezing your computer, which improves the level design speed and makes it more comfortable.
Code Modules:

SimpleInstancedSplineMesh
Number of Blueprints: 1

Number of C++ Classes: 6

Network Replicated: No

Supported Development Platforms: Windows 64

Supported Target Build Platforms: Windows 64

Documentation: DOCUMENTATION

Important/Additional Notes: Currently ground alignment work for Landscape only, but it’s a work in progress, and we are planning on adding support alignment to other surfaces too.

发表回复

后才能评论