TDDD
From Just Solve the File Format Problem
(Difference between revisions)
(Added software. This script says it works with both Turbo Silver AND also Imagine version) |
|||
(7 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}}, others | + | |extensions={{ext|cel}}, {{ext|tdd}}, others |
|released=~1986 | |released=~1986 | ||
}} | }} | ||
Line 10: | Line 10: | ||
The second was a modified and extended version used by the Impulse Imagine program. Refer to [[Imagine Object File]] for this version. | 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 == | == Identifiers == | ||
Line 21: | Line 25: | ||
== Specifications == | == 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 == | == Sample files == | ||
* [http://www.imaginefa.com/tl_history_files/ADF/TURBO_SILVER_V3.ADF TURBO_SILVER_V3.ADF] → Objects/RoboHand.turbo | * [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://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 == | == Links == |
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