LDR: Difference between revisions

From LDraw.org Wiki
Jump to navigation Jump to search
m (Added MIME type)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
|type      = Document file format
|type      = Document file format
}}
}}
'''LDR''' is the default file format used by the [[LDraw]] system, with the exception of [[DAT]] files which are now only used for LDraw parts.


LDR files can be combined into an [[MPD]] file.
'''LDR''' is the default file format used by the [[LDraw]] system.
It usually will contain a [[model]] built from [[official part|official]] or [[unofficial part]]s.
 
One or more LDR files can be combined into an [[MPD]] file.
 
Different than models, parts use the [[DAT]] file extension instead by convention.
 
== External Links ==


==External links==
* {{ldraw|article/218.html|File Format 1.0.2}}
* {{ldraw|article/218.html|File Format 1.0.2}}
{{stub}}

Latest revision as of 22:47, 21 April 2018

LDR file
Filename extension .ldr
Internet media type application/x-ldraw
Developed by James Jessiman
Type of format Document file format
File format infobox

LDR is the default file format used by the LDraw system. It usually will contain a model built from official or unofficial parts.

One or more LDR files can be combined into an MPD file.

Different than models, parts use the DAT file extension instead by convention.

External Links