Unreal Engine – glTFRuntime v5.0

9 Credits

Format:Unreal Engine

Use credits that never expire to get things at a low cost,including high-quality 3d models,cut out 2d people and plants,scanned PBR textures and material…etc

 

3DSFREE Download Advantages :

  • All files Clean without viruses.
  • Maximum download speed for all files.
  • Fast after sales support (within 12 hours)
  • Instant Download Links
No Credits ? Quick Buy Here!
 Buy 9 Credits  (9$)
 Buy 21 Credits  (19$) 
 Buy 70 Credits  (59$) 
 Buy 150 Credits  (119$) 
 Buy 320 Credits  (239$) 
 Buy 700 Credits  (499$) 

Description

This plugin extends Unreal Engine capabilities by adding runtime Assets loading (Static and Skeletal Meshes, Curve and Skeletal-based Animations, Materials, Textures) from standard glTF Files.

Assets can be loaded from filesystem, HTTP servers, or built from JSON strings.

The main goal is to allow project graphics modding, but can be used in any scenario requiring you to load/view/manipulate assets after the game has been packaged.

GLTF 2.0 (Embedded and Binary) is supported.

In addition to Runtime, Assets can be loaded in Editor too for simplifying testing and fixing.

Functions (both Blueprint and C++) for modifying Assets structures (like bone hierarchy) are included.

The Project is fully open source (MIT License), but it is available in the Epic Marketplace too, allowing users to sponsor the project by buying ready-to-use packages.

Join the Discord Server for support: https://discord.gg/DzS7MHy

The glTF Runtime Logo has been designed by Silvia Sicks (https://silviasicks.wordpress.com/)

The glTF Sample Models shown in screenshots are under the following licenses:

DamagedHelmet: theblueturtle_ Creative Commons Attribution-NonCommercial license

BoxAnimated, CesiumMilkTruck, CesiumMan: Donated by Cesium, CC Attribution 4.0 International License

AlphaBlendModeTest: Copyright 2018 Analytical Graphics, Inc. CC-BY 4.0

BrainStem: Created by Keith Hunter, owned by Smith Micro Software, Inc, Poser Pro EULA

Collada Duck: SCEA Shared Source License, Version 1.0

Technical Details

Features:

  • Parses glTF 2.0 (Embedded and Binary) files and exposes their scene/nodes structures
  • Low-Level API for extracting informations from GLTF files (and any JSON file)
  • Loads Static Meshes as well as Materials and Textures
  • Loads Skeletal Meshes with various setups (included reusing skeletons)
  • Loads Animations as simple Curves or standard Skeletal ones
  • Collisions management (for both Static and SkeletalMeshes)
  • Includes a ready-to-use Actor able to load and view glTF scenes (included animations)
  • Allows to build/modify/retarget Skeletons with various strategies
  • Loads Cameras (included animations)
  • Allows to change the pivot of StaticMeshes to the top/center/bottom of the bounding box
  • MorphTargets
  • Support for gzip compressed assets and zip archives
  • KHR_materials_pbrSpecularGlossiness
  • Audio support
  • Vertex Colors
  • VRM Extensions
  • Various meshes merge/split features
  • Public C++ API for extending the plugin: extensions already available for Draco (https://github.com/rdeioris/glTFRuntimeDraco) and many others

Code Modules:

  •  glTFRuntime [Runtime]
  •  glTFRuntimeEditor [Editor]

Number of Blueprints: 3

Number of C++ Classes: 8

Network Replicated: No

Supported Development Platforms: Windows, Mac, Linux

Supported Target Build Platforms: Windows, Mac, Linux, Android, iOS, Hololens2, Linux Arm64

Documentation: https://github.com/rdeioris/glTFRuntime-docs/blob/master/README.md