public class GltfUtils
extends java.lang.Object
GlTF instances| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getVersion(GlTF gltf)
|
public static java.lang.String getVersion(GlTF gltf)
Asset in
the given GlTF. If it does not have an Asset, or
the version string in the asset is null, then
this method will return the string "1.0.0".gltf - The GlTFCopyright © 2022. All Rights Reserved.