GlbData.SaveGLTF

SaveGLTF(string, WriteSettings)

Writes this GlbImage to a file in GLTF format.

public void SaveGLTF(string filePath, WriteSettings settings = null)
ParameterTypeDescription
filePathStringA valid file path to write to.
settingsWriteSettingsOptional settings.

Remarks

Satellite files like buffers and images are also saved with the file name formatted as “FILE_{Index}.EXT”.

See Also


SaveGLTF(Stream, Stream, string, WriteSettings)

public void SaveGLTF(Stream stream, Stream binStream, string name, WriteSettings settings = null)

See Also