GlbData.MergeImages

GlbData.MergeImages method

Transfers all the !:GlbImage.LogicalImages content into BufferView instances

public void MergeImages()

Remarks

Images can be stored in three different ways: - As satellite files. - Embedded as MIME64 into the JSON document - Referenced with BufferView This call ensures all images will be internalized as BufferView instances. This action cannot be reversed.

See Also