代码插件
角色
UE5.0
WHY SHOULD YOU CHOOSE THIS PLUGIN?
It does not require preparing the slices as static meshes - the resulting slices are generated dynamically at runtime. This means, that when a skeletal mesh gets sliced - at this moment its animation gets paused, and the skeletal mesh gets converted to static mesh. At this point, the static mesh gets converted to a procedural mesh, which gets sliced into 2 pieces (all of this happens in the backend - you just call one blueprint function in order to execute this functionality).
WHAT CAN IT BE USED FOR?
Action Slicing is a solid choice when you need to implement slicing in low to mid-poly projects. For high-poly projects: keep in mind that slicing high-poly skeletal meshes at runtime will be costly. There is an optimization in place, which will dynamically swap the high poly mesh with a less complex LOD version (if it exists) - which will result in lower quality slices, so just be aware of that. I highly suggest watching the spotlight video and/or looking at the screenshots - you will notice this. That being said - any project where you want to slice through walls, chests, robots, or any other static/skeletal meshes - Action Slicing might be just what you need.
技术细节
Features:
Slicing skeletal meshes
Slicing static meshes
Example material-based visual effect on created slices
Code Modules:
ActionSlicing (type: Runtime)
Number of Blueprints: 5
Number of C++ Classes: 8
Network Replicated: No
Supported Development Platforms: Win64
Supported Target Build Platforms: Win64, Android, Linux
Documentation: Spotlight Video - Preview + Tutorial
为什么要选择此插件?
它不需要将切片准备为静态网格 - 生成的切片在运行时动态生成。这意味着,当骨架网格被切片时 - 此时其动画暂停,骨架网格转换为静态网格。此时,静态网格转换为程序网格,程序网格被切成两块(所有这些都发生在后端 - 您只需调用一个蓝图函数即可执行此功能)。
它可以用于什么?
当您需要在低到中多边形项目中实现切片时,动作切片是一个不错的选择。对于高多边形项目:请记住,在运行时切片高多边形骨架网格的成本很高。有一个优化,它将动态地将高多边形网格与不太复杂的 LOD 版本(如果存在)交换 - 这将导致切片质量较低,所以请注意这一点。我强烈建议您观看 Spotlight 视频和/或查看屏幕截图 - 您会注意到这一点。话虽如此 - 任何您想要切穿墙壁、箱子、机器人或任何其他静态/骨架网格的项目 - Action Slicing 可能正是您所需要的。
技术细节
功能:
切片骨架网格
切片静态网格
创建切片上的基于材质的视觉效果示例
代码模块:
ActionSlicing(类型:运行时)
蓝图数量:5
C++ 类数量:8
网络复制:否
支持的开发平台:Win64
支持的目标构建平台:Win64、Android、Linux
文档:Spotlight 视频 - 预览 + 教程
|
|