Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-09T14:18:33.000Z (8 months ago)
- Last Synced: 2024-11-07T04:44:27.584Z (about 2 months 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
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
# SliceableSkeletalMesh![screenshot](https://github.com/leejeonghun/SliceableSkeletalMesh/assets/11531985/54d1b649-260d-4762-91fd-b69943d98e0b)
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.