UNPKG

@shapediver/sdk.sdtf-v1

Version:
21 lines 718 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SdtfReadableAsset = void 0; const SdtfBaseReadableComponent_1 = require("./SdtfBaseReadableComponent"); class SdtfReadableAsset extends SdtfBaseReadableComponent_1.SdtfBaseReadableComponent { constructor(fileInfo) { super(); this.fileInfo = fileInfo; this.accessors = []; this.attributes = []; this.buffers = []; this.bufferViews = []; this.chunks = []; this.items = []; this.nodes = []; this.typeHints = []; this.additionalProperties = {}; } } exports.SdtfReadableAsset = SdtfReadableAsset; //# sourceMappingURL=SdtfReadableAsset.js.map