Properties
Protected accessorHashes
accessorHashes: Map<string, number> = ...
Protected activeSvfMaterials
activeSvfMaterials: number[]
Protected baseDir
baseDir: string
Protected bufferSize
bufferSize: number
Protected bufferStream
bufferStream: null | WriteStream
Protected bufferViewCache
bufferViewCache: Map<string, BufferView> = ...
Protected bufferViewHashes
bufferViewHashes: Map<string, number> = ...
Protected manifest
manifest: GlTf
Protected meshHashes
meshHashes: Map<string, number> = ...
Protected options
options: Required<IWriterOptions>
Protected pendingTasks
pendingTasks: Promise<void>[] = []
Protected stats
stats: IWriterStats = ...
Utility class for serializing parsed 3D content to local file system as glTF (2.0).