TDDD
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 }} '''Form TDDD''' (3D Data Description) is a 3D modeling format used in Impulse's Turbo Silver program. [[Im...") |
(Added software. This script says it works with both Turbo Silver AND also Imagine version) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
+ | |extensions={{ext|cel}}, {{ext|tdd}}, others | ||
+ | |released=~1986 | ||
}} | }} | ||
− | ''' | + | '''TDDD''' (3D Data Description), or '''FORM TDDD''', is an [[IFF]]-based 3D modeling and animation format. |
− | == | + | There are two major versions of it. The first (the topic of this article) was used by Impulse's Turbo Silver program. |
+ | |||
+ | The second was a modified and extended version used by the Impulse Imagine program. Refer to [[Imagine Object File]] for this version. | ||
+ | |||
+ | == See also == | ||
+ | * [[TTDDD]] | ||
+ | * [[Imagine Object File]] | ||
+ | |||
+ | == Identifiers == | ||
+ | The Turbo Silver manual indicates that it uses file extensions '''.cel''', '''.stl''', and '''.ani''' (for cells, stills, and animation), but it's not obvious which of them are TDDD format. '''.cel''', at least, probably is. | ||
+ | |||
+ | == Identification == | ||
+ | Files begin with <code>'F' 'O' 'R' 'M' ?? ?? ?? ?? 'T' 'D' 'D' 'D'</code>. | ||
+ | |||
+ | This does not distinguish it from [[Imagine Object File]] format. | ||
+ | |||
+ | == Specifications == | ||
* [http://www.textfiles.com/programming/FORMATS/tsilver.pro Turbo Silver 3.0 format] | * [http://www.textfiles.com/programming/FORMATS/tsilver.pro Turbo Silver 3.0 format] | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/wizardgsz/Imagine-T3D-Importer Blender TDDD Importer Script] | ||
+ | |||
+ | == Sample files == | ||
+ | * [http://www.imaginefa.com/tl_history_files/ADF/TURBO_SILVER_V3.ADF TURBO_SILVER_V3.ADF] → Objects/RoboHand.turbo | ||
+ | ** [http://aminet.net/gfx/3d/Silver.lzh Silver.lzh] → Objects/RoboHand.turbo | ||
+ | * http://examples.oreilly.com/gff/CDROM/GFF/VENDSPEC/TTDDD/T3D_DOC/ → *.TDD | ||
+ | * {{DexvertSamples|poly/iffTDDD}} | ||
+ | |||
+ | == Links == | ||
+ | * {{EGFF|tddd|TDDD File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | ||
+ | * [[Wikipedia:TurboSilver|Wikipedia: TurboSilver]] | ||
+ | * [http://www.imaginefa.com/tl_history_files/Turbo_Silver_3_0_manual.pdf Turbo Silver 3.0 User Manual] | ||
+ | ** [https://archive.org/details/Turbo_Silver_3.0_1988_Impulse Internet Archive copy] | ||
+ | |||
+ | [[Category:Amiga]] | ||
+ | [[Category:IFF based file formats]] |
Latest revision as of 18:21, 8 March 2024
TDDD (3D Data Description), or FORM TDDD, is an IFF-based 3D modeling and animation format.
There are two major versions of it. The first (the topic of this article) was used by Impulse's Turbo Silver program.
The second was a modified and extended version used by the Impulse Imagine program. Refer to Imagine Object File for this version.
Contents |
[edit] See also
[edit] Identifiers
The Turbo Silver manual indicates that it uses file extensions .cel, .stl, and .ani (for cells, stills, and animation), but it's not obvious which of them are TDDD format. .cel, at least, probably is.
[edit] Identification
Files begin with 'F' 'O' 'R' 'M' ?? ?? ?? ?? 'T' 'D' 'D' 'D'
.
This does not distinguish it from Imagine Object File format.
[edit] Specifications
[edit] Software
[edit] Sample files
- TURBO_SILVER_V3.ADF → Objects/RoboHand.turbo
- Silver.lzh → Objects/RoboHand.turbo
- http://examples.oreilly.com/gff/CDROM/GFF/VENDSPEC/TTDDD/T3D_DOC/ → *.TDD
- dexvert samples — poly/iffTDDD