U3D
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|u3d}} |released=2005 |wikidata={{wikidata|Q974182}} }} '''U3D''' (Universal 3D) is a standa...") |
(→Sample files) |
||
(4 intermediate revisions by 4 users 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}} | ||
}} | }} | ||
'''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. | '''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. | ||
+ | |||
+ | == Identification == | ||
+ | |||
+ | U3D files start with bytes {{magic|55 33 44}}, or "{{magic|U3D}}" in [[ASCII]]. | ||
== Specs == | == Specs == | ||
Line 14: | 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 == | ||
* [[Wikipedia:Universal 3D|Wikipedia article]] | * [[Wikipedia:Universal 3D|Wikipedia article]] | ||
* [https://sourceforge.net/projects/u3d/ Sourceforge page] | * [https://sourceforge.net/projects/u3d/ Sourceforge page] | ||
+ | |||
+ | [[Category:Adobe]] | ||
+ | [[Category:Hewlett-Packard]] | ||
+ | [[Category:Intel]] |
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