File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,9 +131,13 @@ selfcontained binary file format of a glTF scene or model.
131131
132132## File Format Definition
133133
134- To describe the device type, a zip file with the extension
135- "* .gdtf" is used. The archive shall contain a description XML file and
136- resource files. Some of the resource files are located in a folder
134+ To describe the device type, a ZIP archive compliant with PKWARE ZIP File Format Specification version 6.3.3,
135+ using the file extension "* .gdtf", shall be used.
136+ The archive shall contain a description XML file and associated resource files.
137+ Only the STORE (no compression, method 0) and DEFLATE (method 8) compression methods shall be used.
138+ No other compression methods are permitted.
139+ The archive shall not use encryption, password protection, or digital signature features.
140+ Some of the resource files are located in a folder
137141structure. There are two folders defined: "./wheels" and "./models". The
138142folder "./models" has subfolders for a better structural overview:
139143- ./models/3ds
You can’t perform that action at this time.
0 commit comments