https://github.com/leejeonghun/sliceableskeletalmesh
A proof-of-concept implementation of sliceable SkeletalMesh
https://github.com/leejeonghun/sliceableskeletalmesh
cuttable mesh procedural-mesh skeletal-mesh sliceable ue5 unreal-engine-5
Last synced: 6 months ago
JSON representation
A proof-of-concept implementation of sliceable SkeletalMesh
- Host: GitHub
- URL: https://github.com/leejeonghun/sliceableskeletalmesh
- Owner: leejeonghun
- Created: 2024-05-02T14:29:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T14:18:33.000Z (about 2 years ago)
- Last Synced: 2024-12-27T06:12:55.421Z (over 1 year ago)
- Topics: cuttable, mesh, procedural-mesh, skeletal-mesh, sliceable, ue5, unreal-engine-5
- Homepage:
- Size: 6.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
# SliceableSkeletalMesh

This repository contains a proof-of-concept implementation of sliceable SkeletalMesh. Inspired by the invisible SkeletalMesh from [Lyra Starter Game](https://www.unrealengine.com/marketplace/en-US/product/lyra), each corresponding part of the invisible body is filled with StaticMesh which can be sliced utilizing [ProceduralMesh](https://dev.epicgames.com/documentation/en-us/unreal-engine/BlueprintAPI/Components/ProceduralMesh). Therfore all parts of the body can be sliced, although there are directional restrictions. Also it supports physics(ragdoll) after slicing. It was written using only Blueprint.
All assets used are licensed under the [Epic Content License Agreement](https://www.unrealengine.com/en-US/eula/content).
* Animation sequences from [Lyra Starter Game](https://www.unrealengine.com/marketplace/en-US/product/lyra).
* Character meshes from [UE4 Mannequin: Mobile](https://www.unrealengine.com/marketplace/en-US/product/ue4-mannequin-mobile)
All blueprint files are licensed under the BSD License.