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...") |
m (Added magic) |
||
Line 7: | Line 7: | ||
}} | }} | ||
'''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 == |
Revision as of 21:00, 8 February 2020
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 55 33 44
, or "U3D
" in ASCII.