U3D
From Just Solve the File Format Problem
(Difference between revisions)
(Added categories) |
Ross-spencer (Talk | contribs) (Link to sample files) |
||
| (One intermediate revision by one user not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|u3d}} | |extensions={{ext|u3d}} | ||
|released=2005 | |released=2005 | ||
| + | |pronom={{PRONOM|fmt/702}} | ||
|wikidata={{wikidata|Q974182}} | |wikidata={{wikidata|Q974182}} | ||
}} | }} | ||
| Line 18: | Line 19: | ||
** [https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-363%203rd%20edition.pdf 3rd edition of standard] | ** [https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-363%203rd%20edition.pdf 3rd edition of standard] | ||
** [https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-363%204th%20Edition.pdf 4th edition of standard] | ** [https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-363%204th%20Edition.pdf 4th edition of standard] | ||
| + | |||
| + | == Sample files == | ||
| + | |||
| + | * [https://github.com/ClinicalGraphics/u3d/tree/master/Samples/TestScenes github.com/ClinicalGraphics/u3d] sample files on GitHub. | ||
== Links == | == Links == | ||
Revision as of 14:04, 12 April 2023
U3D (Universal 3D) is a standardized format for storing compressed 3D graphical data. It was developed by a consortium of companies including Intel, Adobe, and Boeing, and issued as an ECMA standard (ECMA-363). It is supported for embedding in PDF files.
Contents |
Identification
U3D files start with bytes 55 33 44, or "U3D" in ASCII.
Specs
Sample files
- github.com/ClinicalGraphics/u3d sample files on GitHub.