public class GltfModelCreatorV1
extends java.lang.Object
DefaultGltfModel with
the model instances that are created from a GltfAssetV1| Modifier and Type | Method and Description |
|---|---|
static GltfModelV1 |
create(GltfAssetV1 gltfAsset)
Create the
GltfModel for the given GltfAssetV1 |
static void |
initTechniqueModel(DefaultTechniqueModel techniqueModel,
Technique technique,
java.util.function.Function<? super java.lang.String,? extends NodeModel> nodeLookup)
Initialize the given
TechniqueModel with the values that are
obtained from the given Technique |
public static GltfModelV1 create(GltfAssetV1 gltfAsset)
GltfModel for the given GltfAssetV1gltfAsset - The GltfAssetV1GltfModelpublic static void initTechniqueModel(DefaultTechniqueModel techniqueModel, Technique technique, java.util.function.Function<? super java.lang.String,? extends NodeModel> nodeLookup)
TechniqueModel with the values that are
obtained from the given TechniquetechniqueModel - The TechniqueModeltechnique - The TechniquenodeLookup - The function for looking up the NodeModel
for a given node ID. This may be null, but if its is
null and there is a non-null node ID
in the technique parameters, then an error message will be
printed.Copyright © 2024. All Rights Reserved.