U3D
From Just Solve the File Format Problem
(Difference between revisions)
(Updated PRONOM) |
Ross-spencer (Talk | contribs) (Link to sample files) |
||
Line 19: | 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.