├── AssetUserData.md ├── Docs ├── Assets │ ├── LoadStaticMeshLODs.png │ ├── RuntimeLODs.png │ ├── SuzanneWithHat.gltf │ └── SuzanneWithHatAnimated.gltf └── Screenshots │ ├── AssetUserData.png │ ├── BlenderExport.PNG │ ├── CesiumMan.PNG │ ├── ColladaDuck.PNG │ ├── Collisions.PNG │ ├── ConeOnly.PNG │ ├── DamagedHelmet.PNG │ ├── DetailsTree.PNG │ ├── LoadNodeAnimationCurve.PNG │ ├── LoadStaticMesh.PNG │ ├── LoadStaticMeshByName.PNG │ ├── LoadSuzanneWithHat.PNG │ ├── MainFunctions.PNG │ ├── Mannequin.PNG │ ├── NodeChildren.PNG │ ├── Nodes.PNG │ ├── OnError.PNG │ ├── PBRMaterial.PNG │ ├── PBRMaterial2.PNG │ ├── RunSuzanneWithHat.PNG │ ├── SceneNodes.PNG │ ├── Scenes.PNG │ ├── SkeletalAnimations.PNG │ ├── SkeletalMesh.PNG │ ├── SkeletonOverride.PNG │ ├── SuzanneOnly.PNG │ ├── SuzanneWithHat.PNG │ ├── Textures000.png │ ├── Textures001.png │ ├── Textures002.png │ ├── Textures003.png │ ├── Textures004.png │ ├── Textures005.png │ ├── Textures006.png │ ├── Textures007.png │ ├── Textures008.png │ ├── UberMaterialOverride.PNG │ ├── UberMaterialOverrideDamagedHelmet.PNG │ ├── UrlDuck.PNG │ ├── VRMhumanoid.PNG │ ├── VRMhumanoidBones.PNG │ ├── VRMhumanoidJoints.PNG │ ├── VRMmeta.PNG │ └── glTFRuntime512.jpg ├── Epic_MegaGrants_Recipient_logo.png ├── Epic_MegaGrants_Recipient_logo_black.png ├── Epic_MegaGrants_Recipient_logo_horizontal.png ├── Epic_MegaGrants_Recipient_logo_horizontal_black.png ├── Epic_MegaGrants_Recipient_logo_horizontal_white.png ├── Epic_MegaGrants_Recipient_logo_white.png ├── LICENSE ├── LOD.md ├── README.md ├── Textures.md ├── Tutorials ├── RetargetingRPMAndMixamo.md ├── RetargetingRPMAndMixamo_Data │ ├── Final.PNG │ ├── MixamoResult.PNG │ ├── Step0.PNG │ ├── Step0_Skeleton.PNG │ ├── Step0_Viewport.PNG │ ├── Step1.PNG │ ├── Step1_Skeleton.PNG │ ├── Step2.PNG │ ├── Step2_Viewport.PNG │ ├── Step3_Blender.PNG │ ├── Step3_BlenderImport.PNG │ ├── Step3_Mixamo.PNG │ ├── Step3_MixamoDownload.PNG │ ├── Step4.PNG │ ├── Step4_Error.PNG │ ├── Step5.PNG │ ├── Step5_Mess.PNG │ ├── Step5_Play.PNG │ ├── Step5_Remapper.PNG │ ├── Step5_RemapperBase.PNG │ ├── Step6.PNG │ ├── Step6_Scale.PNG │ ├── Step6_Viewport.PNG │ ├── Step6_ViewportFixed.PNG │ ├── Step7.PNG │ ├── Step7_Viewport.PNG │ ├── Step8.PNG │ ├── Step8_AnimInstance.PNG │ └── Step8_RootMotion.PNG ├── SkeletonRemapping.md └── SkeletonRemapping_Data │ ├── Intro.PNG │ ├── Step0_BP.PNG │ ├── Step0_SM.PNG │ ├── Step0_Viewport.PNG │ ├── Step1_BP.PNG │ ├── Step1_Viewport.PNG │ ├── Step2_BP.PNG │ ├── Step2_BP_Fix.PNG │ ├── Step2_Viewport.PNG │ ├── Step2_Viewport_Fix.PNG │ ├── Step3_BP.PNG │ ├── Step3_BP_Fix.PNG │ ├── Step3_BP_Fix2.PNG │ ├── Step3_SM.PNG │ ├── Step3_Viewport.PNG │ ├── Step3_Viewport_BrokenRot.PNG │ ├── Step3_Viewport_FixedRot.PNG │ ├── Step4_BP.PNG │ ├── Step4_Viewport.PNG │ └── Step5_Manny.PNG └── VRM.md /AssetUserData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/AssetUserData.md -------------------------------------------------------------------------------- /Docs/Assets/LoadStaticMeshLODs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Assets/LoadStaticMeshLODs.png -------------------------------------------------------------------------------- /Docs/Assets/RuntimeLODs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Assets/RuntimeLODs.png -------------------------------------------------------------------------------- /Docs/Assets/SuzanneWithHat.gltf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Assets/SuzanneWithHat.gltf -------------------------------------------------------------------------------- /Docs/Assets/SuzanneWithHatAnimated.gltf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Assets/SuzanneWithHatAnimated.gltf -------------------------------------------------------------------------------- /Docs/Screenshots/AssetUserData.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/AssetUserData.png -------------------------------------------------------------------------------- /Docs/Screenshots/BlenderExport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/BlenderExport.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/CesiumMan.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/CesiumMan.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/ColladaDuck.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/ColladaDuck.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/Collisions.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Collisions.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/ConeOnly.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/ConeOnly.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/DamagedHelmet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/DamagedHelmet.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/DetailsTree.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/DetailsTree.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/LoadNodeAnimationCurve.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/LoadNodeAnimationCurve.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/LoadStaticMesh.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/LoadStaticMesh.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/LoadStaticMeshByName.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/LoadStaticMeshByName.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/LoadSuzanneWithHat.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/LoadSuzanneWithHat.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/MainFunctions.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/MainFunctions.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/Mannequin.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Mannequin.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/NodeChildren.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/NodeChildren.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/Nodes.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Nodes.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/OnError.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/OnError.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/PBRMaterial.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/PBRMaterial.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/PBRMaterial2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/PBRMaterial2.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/RunSuzanneWithHat.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/RunSuzanneWithHat.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/SceneNodes.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/SceneNodes.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/Scenes.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Scenes.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/SkeletalAnimations.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/SkeletalAnimations.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/SkeletalMesh.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/SkeletalMesh.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/SkeletonOverride.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/SkeletonOverride.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/SuzanneOnly.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/SuzanneOnly.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/SuzanneWithHat.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/SuzanneWithHat.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/Textures000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures000.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures001.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures002.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures003.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures004.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures005.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures006.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures007.png -------------------------------------------------------------------------------- /Docs/Screenshots/Textures008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/Textures008.png -------------------------------------------------------------------------------- /Docs/Screenshots/UberMaterialOverride.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/UberMaterialOverride.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/UberMaterialOverrideDamagedHelmet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/UberMaterialOverrideDamagedHelmet.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/UrlDuck.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/UrlDuck.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/VRMhumanoid.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/VRMhumanoid.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/VRMhumanoidBones.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/VRMhumanoidBones.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/VRMhumanoidJoints.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/VRMhumanoidJoints.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/VRMmeta.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/VRMmeta.PNG -------------------------------------------------------------------------------- /Docs/Screenshots/glTFRuntime512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Docs/Screenshots/glTFRuntime512.jpg -------------------------------------------------------------------------------- /Epic_MegaGrants_Recipient_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Epic_MegaGrants_Recipient_logo.png -------------------------------------------------------------------------------- /Epic_MegaGrants_Recipient_logo_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Epic_MegaGrants_Recipient_logo_black.png -------------------------------------------------------------------------------- /Epic_MegaGrants_Recipient_logo_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Epic_MegaGrants_Recipient_logo_horizontal.png -------------------------------------------------------------------------------- /Epic_MegaGrants_Recipient_logo_horizontal_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Epic_MegaGrants_Recipient_logo_horizontal_black.png -------------------------------------------------------------------------------- /Epic_MegaGrants_Recipient_logo_horizontal_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Epic_MegaGrants_Recipient_logo_horizontal_white.png -------------------------------------------------------------------------------- /Epic_MegaGrants_Recipient_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Epic_MegaGrants_Recipient_logo_white.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /LOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/LOD.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/README.md -------------------------------------------------------------------------------- /Textures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Textures.md -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo.md -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Final.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Final.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/MixamoResult.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/MixamoResult.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step0.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step0.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step0_Skeleton.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step0_Skeleton.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step0_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step0_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step1.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step1_Skeleton.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step1_Skeleton.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step2.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step2_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step2_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step3_Blender.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step3_Blender.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step3_BlenderImport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step3_BlenderImport.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step3_Mixamo.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step3_Mixamo.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step3_MixamoDownload.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step3_MixamoDownload.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step4.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step4_Error.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step4_Error.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step5.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step5_Mess.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step5_Mess.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step5_Play.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step5_Play.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step5_Remapper.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step5_Remapper.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step5_RemapperBase.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step5_RemapperBase.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step6.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step6_Scale.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step6_Scale.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step6_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step6_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step6_ViewportFixed.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step6_ViewportFixed.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step7.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step7_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step7_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step8.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step8_AnimInstance.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step8_AnimInstance.PNG -------------------------------------------------------------------------------- /Tutorials/RetargetingRPMAndMixamo_Data/Step8_RootMotion.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/RetargetingRPMAndMixamo_Data/Step8_RootMotion.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping.md -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Intro.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Intro.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step0_BP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step0_BP.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step0_SM.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step0_SM.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step0_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step0_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step1_BP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step1_BP.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step1_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step1_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step2_BP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step2_BP.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step2_BP_Fix.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step2_BP_Fix.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step2_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step2_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step2_Viewport_Fix.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step2_Viewport_Fix.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_BP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_BP.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_BP_Fix.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_BP_Fix.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_BP_Fix2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_BP_Fix2.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_SM.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_SM.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_Viewport_BrokenRot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_Viewport_BrokenRot.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step3_Viewport_FixedRot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step3_Viewport_FixedRot.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step4_BP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step4_BP.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step4_Viewport.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step4_Viewport.PNG -------------------------------------------------------------------------------- /Tutorials/SkeletonRemapping_Data/Step5_Manny.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/Tutorials/SkeletonRemapping_Data/Step5_Manny.PNG -------------------------------------------------------------------------------- /VRM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rdeioris/glTFRuntime-docs/HEAD/VRM.md --------------------------------------------------------------------------------