U3D
From Just Solve the File Format Problem
(Difference between revisions)
(Updated PRONOM) |
(→Sample files) |
||
(One intermediate revision by one user not shown) | |||
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. | ||
+ | * {{DexvertSamples|image/universal3D}} | ||
== Links == | == Links == |
Latest revision as of 20:14, 14 March 2024
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 |
[edit] Identification
U3D files start with bytes 55 33 44
, or "U3D
" in ASCII.
[edit] Specs
[edit] Sample files
- github.com/ClinicalGraphics/u3d sample files on GitHub.
- dexvert samples — image/universal3D