Skip to content

Brings Morph Target/ Shape Key/ Blend Shape animations to RealityKit

License

Notifications You must be signed in to change notification settings

Utsira/RealityMorpher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reality Morpher

Adds Morph Target / Shape Key / Blend Shape animations to RealityKit

Cloth simulation animation

Installation

Xcode project

From the Xcode menu select File > Add Package Dependencies... and enter https://github.com/Utsira/RealityMorpher

SPM Package

Add RealityMorpher as a dependency in the Package.swift file:

dependencies: [
    .package(url: "https://github.com/Utsira/RealityMorpher.git", .upToNextMajor(from: "0.0.1"))
]

Documentation

From the Xcode menu select Product > Build Documentation to view the documentation.

Requirements

Minimum iOS 15 or macOS 12. Keyframe animation features require iOS 17 or macOS 14. Not compatible with visionOS because it uses CustomMaterial.

To-do

  • Update boundsMargin on the base ModelComponent

About

Brings Morph Target/ Shape Key/ Blend Shape animations to RealityKit

Resources

License

Stars

Watchers

Forks

Packages

No packages published