3DMF
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |subcat=3D and CAD/CAM Models |mimetypes={{mimetype|x-world/x-3dmf}} |extensions={{ext|qd3}}, {{ext|3dmf}}, {{ext|3dm}} }} '''3DMF''' (QuickDraw 3D Metafile) is t...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|mimetypes={{mimetype|x-world/x-3dmf}} | |mimetypes={{mimetype|x-world/x-3dmf}} | ||
|extensions={{ext|qd3}}, {{ext|3dmf}}, {{ext|3dm}} | |extensions={{ext|qd3}}, {{ext|3dmf}}, {{ext|3dm}} | ||
+ | |pronom={{PRONOM|fmt/1049}}, {{PRONOM|fmt/1050}}, {{PRONOM|fmt/1203}} | ||
}} | }} | ||
'''3DMF''' (QuickDraw 3D Metafile) is the 3d scene interchange format for Apple’s QuickDraw 3D API. 3DMF files may be either plain-text or binary. An SDK was made available for both Apple’s Mac OS and Microsoft Windows 95. | '''3DMF''' (QuickDraw 3D Metafile) is the 3d scene interchange format for Apple’s QuickDraw 3D API. 3DMF files may be either plain-text or binary. An SDK was made available for both Apple’s Mac OS and Microsoft Windows 95. | ||
Line 18: | Line 19: | ||
* [http://www.topoi.ch/Geo3D.html Geo3D 3DMF viewer] | * [http://www.topoi.ch/Geo3D.html Geo3D 3DMF viewer] | ||
* [http://codenautics.com/meshwork/opengl.html 3DMF_OpenGL] - source code for loading a 3DMF file and displaying it with OpenGL | * [http://codenautics.com/meshwork/opengl.html 3DMF_OpenGL] - source code for loading a 3DMF file and displaying it with OpenGL | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|poly/quickDraw3D}} | ||
==Links== | ==Links== | ||
* [[Wikipedia:QuickDraw 3D|Wikipedia page]] on QuickDraw 3D | * [[Wikipedia:QuickDraw 3D|Wikipedia page]] on QuickDraw 3D | ||
− | * [http://paulbourke.net/dataformats/qd3dformat/ | + | * [http://paulbourke.net/dataformats/qd3dformat/ Geometric representation using QuickDraw 3D meta files] |
* [http://www.mactech.com/articles/develop/issue_22/quickdraw.html QuickDraw 3D: A New Dimension for Macintosh Graphics] | * [http://www.mactech.com/articles/develop/issue_22/quickdraw.html QuickDraw 3D: A New Dimension for Macintosh Graphics] | ||
* [http://books.google.com/books?id=Z7JQAAAAMAAJ 3D graphics programming with QuickDraw 3D] | * [http://books.google.com/books?id=Z7JQAAAAMAAJ 3D graphics programming with QuickDraw 3D] | ||
+ | * [http://www.topoi.ch/download.html#files_3dmf Stefan Huber's 3DMF Links] | ||
+ | |||
+ | [[Category:Apple]] |
Latest revision as of 04:07, 28 December 2023
3DMF (QuickDraw 3D Metafile) is the 3d scene interchange format for Apple’s QuickDraw 3D API. 3DMF files may be either plain-text or binary. An SDK was made available for both Apple’s Mac OS and Microsoft Windows 95.
Contents |
[edit] Specifications
[edit] Example Files
[edit] Software
- Quesa 3D graphics library - supports binary and source-level compatibility with Apple’s QuickDraw 3D API.
- AlphaOmega 3DMF Viewer
- Geo3D 3DMF viewer
- 3DMF_OpenGL - source code for loading a 3DMF file and displaying it with OpenGL