public class GltfCreatorV1
extends java.lang.Object
version 1.0 glTF from a
GltfModel.| Modifier and Type | Method and Description |
|---|---|
GlTF |
create()
|
static GlTF |
create(GltfModel gltfModel)
|
static Accessor |
createAccessor(AccessorModel accessorModel,
java.lang.String bufferViewId)
Create the
Accessor for the given AccessorModel |
static Buffer |
createBuffer(BufferModel bufferModel)
Create the
Buffer for the given BufferModel |
static BufferView |
createBufferView(BufferViewModel bufferViewModel,
java.lang.String bufferId)
Create the
BufferView for the given BufferViewModel |
public static Accessor createAccessor(AccessorModel accessorModel, java.lang.String bufferViewId)
Accessor for the given AccessorModelaccessorModel - The AccessorModelbufferViewId - The ID of the BufferViewModel
that the AccessorModel refers toAccessorpublic static Buffer createBuffer(BufferModel bufferModel)
Buffer for the given BufferModelbufferModel - The BufferModelBufferpublic static BufferView createBufferView(BufferViewModel bufferViewModel, java.lang.String bufferId)
BufferView for the given BufferViewModelbufferViewModel - The BufferViewModelbufferId - The ID of the BufferModel that the
BufferViewModel refers toBufferViewCopyright © 2022. All Rights Reserved.