Skip to content

Commit 28cbbd6

Browse files
Update zip archive specification
Adds precise definition for ZIP archive format
1 parent 414b47b commit 28cbbd6

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

gdtf-spec.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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
137141
structure. There are two folders defined: "./wheels" and "./models". The
138142
folder "./models" has subfolders for a better structural overview:
139143
- ./models/3ds

0 commit comments

Comments
 (0)