From Surf Wiki (app.surf) — the open knowledge base
LDraw
Software for Lego modelling
Software for Lego modelling
| Field | Value |
|---|---|
| name | LDraw |
| screenshot | LDraw.org.png |
| url | |
| commercial | No |
| registration | Free |
| area_served | Worldwide |
| owner | LDraw.org |
| author | James Jessiman |
| current_status | Online |
LDraw is a system of freeware tools and a 3D graphics file format standard for modeling Lego creations.
History
The LDraw file format and original program were written by James Jessiman, although the file format has since evolved and extended. He also modeled many of the original parts in the parts library, which is under continuous maintenance and extension by the LDraw community.
Following Jessiman's death in 1997, a variety of programs have been written that use the LDraw parts library, and file format. LDraw models are frequently rendered in POV-Ray or Blender, free 3D ray tracers.
LDraw.org
In 2003, LDraw.org organization has been established, which main task is set to further develop LDraw file format and extend LDraw parts library. Organization is controlled by members of LDraw.org Steering Committee (LSC for short), elected by users of LDraw.org forum. Core members of LDraw.org are in close ties with James Jessiman's family, which is the owner of the LDraw™ registered trademark.
James Jessiman Memorial Award
Memorial Award
Since 2001, LDraw.org project org's awards notable contributors with the James Jessiman Memorial Award.
Recipient is selected by LDraw.org Steering Committee, and approved after a consultation with Jessiman's family.
Recipients
- 2001 – Steve Bliss
- 2002 – not awarded
- 2003 – Jacob Sparre Andersen
- 2004 – Lars C. Hassing
- 2005 – Michael Lachmann - creator of MLCAD
- 2006 – Orion Pobursky
- 2007 – Kevin Clague
- 2008 – Philippe Hurbain
- 2009 – Tim Courtney
- 2010 – not awarded
- 2011 – Travis Cobbs
- 2012 – Steffen Lohse
- 2013 – Magnus Forsberg
- 2014 – Sergio Reano
- 2015 – Roland Melkert - author of LDCad
- 2016 – Nils Schmidt
- 2017 – Chris Dee
- 2018 – Michael 'Mike' Heidemann
- 2019 – Gerald Lasser
- 2020 – Lasse Deleuran
- 2021 – Leonardo Zide, software engineer at Treyarch, author of LeoCAD (an open-source program for creating virtual Lego models with LDraw).
- 2022 – Takeshi Takahashi
- 2023 – Massimo Maso
- 2024 – Evert-Jan Boer
File format
LDraw file format describes "part" (representation of Lego brick) as a set of geometric primitives ("p") in a form of polygonal triangulated mesh.
LDraw "models" consists of LDraw "parts", same way as Lego models consists of Lego bricks.
LDraw file format is plain text file format, and uses comma-separated syntax definition of values.
Units
LDU (LDraw Units) — is a base distance unit used in the LDraw format, equals to 1/20 of pin step (distance between centers of 2 closest pins on plate), which in turn almost equals to 0.4 millimetre.
| 1 = | LDU | mm | LU | Flat | P | Stud | Brick | in | Comment |
|---|---|---|---|---|---|---|---|---|---|
| LDU | 0.4 | LDraw Unit — base unit | |||||||
| mm | 2 | millimetre = 0.1 cm = 0.01 dm = 0.001 m | |||||||
| LU | 4 | 1.6 | Lego Unit = 1 p («plastic») — thickness of brick wall | ||||||
| Flat | 8 | 3.2 | 2 | plate height without pin — distance between edges of closest pins | |||||
| P | 20 | 8.0 | 5 | 2 | 1 | pin step— distance between centers of two closest pins | |||
| Stud | 20 | 8.0 | 5 | 2 | 1 | 1x1 brick width (real width: P-0.2 mm = 7.8 mm) | |||
| Brick | 24 | 9.6 | 6 | 3 | 1 | 1 | brick height without pin | ||
| in | 64 | 25.4 | 16 | 8 | 3 | 3 | 3 | inch = feet = yard | |
| Notes: dimension `in` and `mm` are approximated (in `mm` — rounded to the first decimaldigit) |
Some editors (like, LeoCAD) displaying dimensions and coordinates using only LDU. For measuring and converting sizes from LDU to other units and vice versa, LDraw users created few parts in a form of ruler, that could be used directly in LDraw editors during visual modeling, that especially useful for scale model making.
Scale
LDraw, the same as Lego, uses 1:42½ (Lego minifigure scale) as a base for scaling real world objects for scale modeling. The precise scale may vary between 1:40 and 1:43.
Specification
The LDraw format can divide a model into steps so that the building instructions can be incorporated into the design, and also allows for steps that rotate the camera and even move parts around in an elementary fashion. It also allows for models to be incorporated in the construction of larger models to make design easier. This also makes the file format space efficient: instead of specifying the polygons of every single stud of a specific brick for example, a shared stud file is included multiple times with transformation applied.
Parts, models, sub-models and polygons are all treated the same and are not specific to Lego models (only the parts library is). The format could be used to store any type of 3D model. Some have created bricks of other building systems for use with LDraw.
The following main three filename extensions are used by LDraw:
- files implementing a part, subpart or primitive use
.dat - a Lego model consisting of 1 or more bricks use
.ldr - multiple
.ldrfiles can be aggregated into files of type.mpd
The file format uses plain text data, and uses the charset UTF-8 without BOM.
Example File: 3003.dat, the implementation of a 2 x 2 brick
0 Brick 2 x 2
0 Name: 3003.dat
0 Author: James Jessiman
0 !LDRAW_ORG Part UPDATE 2002-03
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
0 BFC CERTIFY CCW
0 !HISTORY 2001-10-26 [PTadmin] Official Update 2001-01
0 !HISTORY 2002-05-07 [unknown] BFC Certification
0 !HISTORY 2002-06-11 [PTadmin] Official Update 2002-03
0 !HISTORY 2007-05-07 [PTadmin] Header formatted for Contributor Agreement
0 !HISTORY 2008-07-01 [PTadmin] Official Update 2008-01
1 16 0 4 0 1 0 0 0 -5 0 0 0 1 stud4.dat
0 BFC INVERTNEXT
1 16 0 24 0 16 0 0 0 -20 0 0 0 16 box5.dat
4 16 20 24 20 16 24 16 -16 24 16 -20 24 20
4 16 -20 24 20 -16 24 16 -16 24 -16 -20 24 -20
4 16 -20 24 -20 -16 24 -16 16 24 -16 20 24 -20
4 16 20 24 -20 16 24 -16 16 24 16 20 24 20
1 16 0 24 0 20 0 0 0 -24 0 0 0 20 box5.dat
1 16 10 0 10 1 0 0 0 1 0 0 0 1 stud.dat
1 16 -10 0 10 1 0 0 0 1 0 0 0 1 stud.dat
1 16 10 0 -10 1 0 0 0 1 0 0 0 1 stud.dat
1 16 -10 0 -10 1 0 0 0 1 0 0 0 1 stud.dat
The above code defines the basic 2×2 brick. It consists of a five-sided box (box5.dat, outside) and an inverted five-sided box (inside), the connection between those two, consisting of four quads (the four lines starting with 4), the four studs on top of it (stud.dat) and the long hollow stud in the inside (stud4.dat).
All lines in an LDraw file are either empty or start with a command number, where 0 means no command (though over time, some lines starting with 0 followed by specific text in capitals also got a meaning as meta commands). The command 1 for example includes a subfile. It specifies the file's path and a transformation matrix that should be applied to it, as well as its color (where 16 means "use the color that was used when including the current file"). Command 4 specifies a four-sided polygon. There are also commands that define 2D lines. Such lines give the parts a clear contour even in non-shaded orthographic renderings.
Example File: pyramid.ldr, a Lego model of a pyramid
The following code specifies a simple pyramid model with three layers made of 2 x 4 bricks (brick # 3001) with changing color and a 2 x 2 brick on top.
0 Example Pyramid for Demonstration of LDRAW Library
0 Name: pyramid.ldr
0 Author: James Jessiman
1 1 -40 -24 60 1 0 0 0 1 0 0 0 1 3001.dat
1 1 40 -24 60 1 0 0 0 1 0 0 0 1 3001.dat
1 1 60 -24 0 0 0 1 0 1 0 -1 0 0 3001.dat
1 1 40 -24 -60 1 0 0 0 1 0 0 0 1 3001.dat
1 1 -40 -24 -60 1 0 0 0 1 0 0 0 1 3001.dat
1 1 -60 -24 0 0 0 1 0 1 0 -1 0 0 3001.dat
0 STEP
1 4 -20 -48 40 1 0 0 0 1 0 0 0 1 3001.dat
1 4 40 -48 20 0 0 1 0 1 0 -1 0 0 3001.dat
1 4 20 -48 -40 1 0 0 0 1 0 0 0 1 3001.dat
1 4 -40 -48 -20 0 0 1 0 1 0 -1 0 0 3001.dat
0 STEP
1 14 0 -72 20 1 0 0 0 1 0 0 0 1 3001.dat
1 14 0 -72 -20 1 0 0 0 1 0 0 0 1 3001.dat
0 STEP
1 0 0 -96 0 1 0 0 0 1 0 0 0 1 3003.dat
0 STEP
Software
Editors
- BlockCAD
- BrickSmith
- LDCad
- Lego Digital Designer
- LeoCAD
- MLCAD
Tools
- LDView
- LPub3D
Other examples
File:Lego CAD Racecar.JPG|A racecar created with LDraw File:Ldraw datsville 01.png|A small town built using the LDraw system of tools and rendered in POV-Ray. The model contains about 250,000 parts. File:LeoCAD Screenshot with edge lines Flyer from LEGO Masters DK S01E07.png|A flying mechanism that was built in Lego Masters Denmark rebuilt in LeoCAD File:Flyer from LEGO Masters DK S01E07 4K rendering.png|4K rendering of the flying mechanism generated via POV-Ray render option inside LeoCAD File:Leocad_Shuttle_Screenshot.png|LeoCAD screenshot of a shuttle model inspired from Endless Sky File:Spaceship 1.jpg|A spaceship built in LDCad File:Bricksmith.png|Car viewed using Bricksmith File:BlockCAD filetypes.png| Supporting LDraw filetype in BlockCAD
References
Bibliography
References
- "LDraw.org - File Format 1.0.2". LDraw.org.
- "LDraw.org - CATEGORY and KEYWORDS Language Extension".
- "LDraw.org - Colour Definition Language Extension".
- "LDraw.org - Language Extension for Back Face Culling (BFC)".
- "LDraw.org - MPD Language Extension".
- "LDraw.org - Official Model Repository (OMR) Specification Version 1.0.3".
- "LDraw.org - Language Extension for Texture Mapping".
- "LDraw.org - Localisation Guideline".
- OrionP. (8 November 2003). "James Jessiman Memorial". LDraw.org.
- "James Jessiman Memorial Award". LDraw.org.
- "LDraw.org - James Jessiman Memorial".
- http://mlcad.lm-software.com
- https://www.melkert.net/LDCad
- "Meet Leonardo Zide".
- "Scalable Ambient Obscurance".
- McGuire, Morgan. (2012-06-25). "Scalable ambient obscurance". Eurographics Association.
- "LDraw.org - LDraw File Format Specification".
- "LDraw measuring tools".
- "LEGO Unit Converter".
- (2019-12-18). "The LEGO Brick".
- Alphin, Tom. "LEGO figures in Scale models".
- "Holly-Wood.it > LDraw > Helper parts".
- https://www.blockcad.net/
- Giorgio Musilli. (2014). "I software autore per la didattica: Percorsi creativi nella scuola primaria". Ledizioni.
- (August 2003). "Três programas para as crianças". Revista do CD-ROM – Informática prática e descomplicada.
- Haylock, Derek. (2013). "Understanding mathematics for young children : a guide for teachers of children 3-8". SAGE.
- https://tcobbs.github.io/ldview/
- https://trevorsandy.github.io/lpub3d/
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about LDraw — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report