| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 135 online users. » 1 Member(s) | 129 Guest(s) Applebot, Baidu, Bing, Google, Yandex, linghank
|
| Latest Threads |
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
6 hours ago
» Replies: 6
» Views: 4,055
|
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
Yesterday, 5:19
» Replies: 8
» Views: 3,121
|
LDraw.org 2026-05 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2026-05-31, 20:11
» Replies: 0
» Views: 144
|
Most Common Parts - 16 im...
Forum: Part Requests
Last Post: tom alphin
2026-05-30, 15:05
» Replies: 4
» Views: 506
|
Current LEGO Colour Palet...
Forum: Parts Authoring
Last Post: Chris Böhnke
2026-05-29, 21:24
» Replies: 2
» Views: 360
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Manfred Schaefer
2026-05-29, 12:14
» Replies: 18
» Views: 1,431
|
Hello! Parts 30258pb006,...
Forum: Part Requests
Last Post: Matthew
2026-05-27, 23:02
» Replies: 6
» Views: 607
|
Successor to LL918 using ...
Forum: MOCs (My Own Creations)
Last Post: Willy Tschager
2026-05-27, 13:05
» Replies: 1
» Views: 308
|
at rt
Forum: MOCs (My Own Creations)
Last Post: Jeff Jones
2026-05-27, 8:47
» Replies: 3
» Views: 417
|
One week to go.
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2026-05-25, 16:00
» Replies: 0
» Views: 309
|
|
|
| Incorrect LEGO ID colour in LDConfig.ldr |
|
Posted by: Denis - 2021-01-27, 9:17 - Forum: Official File Specifications/Standards
- Replies (7)
|
 |
Hi there,
Just wanted to let you know that I spotted a possible colour ID mismatch in the LDConfig.ldr file.
In that file, the LEGO colour ID 147 has two different LDraw colour code matches: 62 and 178. In the former case the LEGO colour is named "Metallic Dark Green", which is incorrect. I'm pretty certain that the LEGO ID should be 186 in that case.
|
|
|
| Ring approximation calculation |
|
Posted by: Philippe Hurbain - 2021-01-25, 18:09 - Forum: Parts Authoring
- Replies (1)
|
 |
Following review of this part, Magnus asked for my method to calculate ring approximations... as it maybe helpful for many people, I answer here...
Original pattern used a lot of thing rings to get "precise" dimensions, though this is mostly useless since measurements on prints (and prints themselves!) are pretty approximative.
Code: 1 0 0 12.25 -10 .5 0 0 0 0 .5 0 1 0 4-4rin14.dat
1 0 0 12.25 -10 .25 0 0 0 0 .25 0 1 0 4-4rin30.dat
1 4 0 12.25 -10 .125 0 0 0 0 .125 0 1 0 4-4ring62.dat
1 4 0 12.25 -10 1.125 0 0 0 0 1.125 0 1 0 4-4ring7.dat
1 4 0 12.25 -10 .25 0 0 0 0 .25 0 1 0 4-4rin36.dat
1 0 0 12.25 -10 .125 0 0 0 0 .125 0 1 0 4-4ring74.dat
1 0 0 12.25 -10 .625 0 0 0 0 .625 0 1 0 4-4rin15.dat
1 0 0 12.25 -10 .25 0 0 0 0 .25 0 1 0 4-4rin40.dat
1 16 0 12.25 -10 10.25 0 0 0 0 10.25 0 1 0 4-4ndis.dat
I propose to simplify this code with an approximation:
Code: 1 0 0 12.25 -10 .77778 0 0 0 0 .77778 0 1 0 4-4ring9.dat
1 4 0 12.25 -10 1.55556 0 0 0 0 1.55556 0 1 0 4-4ring5.dat
1 0 0 12.25 -10 1.03704 0 0 0 0 1.03704 0 1 0 4-4ring9.dat
1 16 0 12.25 -10 10.37037 0 0 0 0 10.37037 0 1 0 4-4ndis.dat
The method to get it is simple, and works well if the ring thickness is relatively low compared to its radius. I'll start from inner ring and progress to outer (here I don't want to need changes to the inner delicate pattern!), but you can do it also in the other order.- First ring: inner diameter is 7 (14/2), desired thickness is 0.75. 7/0.75=9.3333. Round to nearest integer, we get a ring9. To fit inner diameter, thickness must be 7/9=0.777777777. Close enough to the 0.75 target.
- Second ring: Inner diameter is 7.77777777 (0.777777777*(9+1)). Previous pattern outer diameter is 37*.25=9.25. Desired thickness is thus 9.25-7.77777777=1.47222222. Second ring will be obtained as int(7.77777777777/1.47222222222) -> ring5. To fit inner diameter, thickness must be 7.77777777/5=1.5555555. A bit further than the 1.47 target, but good enough...
- And third ring: needed thickness is 0.91666666, we get int(9.3333333333/0.9166666666)=10, with a thickness of 0.93333333333
Don't ask me why I proposed a ring9 for outer ring, ring10 is better!
Of course if you calculate from outside to inside, you must compensate for the "+1" between inner and outer radii of LDraw rings...
Formula is int(inner diameter / desired thickness) in the first case, int(outer diameter / desired thickness)-1 for the second.
|
|
|
| Color Space |
|
Posted by: Leonardo Zide - 2021-01-24, 19:57 - Forum: Official File Specifications/Standards
- No Replies
|
 |
I couldn't find this on the spec so I thought I'd ask here and maybe it could be updated to make it clear.
Are the colors listed in LDConfig.ldr in linear or sRGB color space? What about alpha?
Does the same apply to the PNGs in the TEXMAP extension?
|
|
|
| i need someone to help me make this robot arm work |
|
Posted by: Mcdichael - 2021-01-18, 20:23 - Forum: Help
- Replies (3)
|
 |
there's this robot arm made by Magnus Forsberg that refuses to import correctly into stud.io's part designer program correctly, whenever I import it, it says "Parts Not Found: s/62691s01.dat", and it only loads the front and the little arm connector piece, I tried fixing it myself but it's so frustrating, so i decided to give in and ask the Ldraw forums for help, also make sure to tell me if this happened to anyone else and if it happens on any other Lego building program, I want to make a cyborg army but it's not the same without the robot arm that has, like, a weapon or stud or something connected on it.
also here's the link to the part I'm having trouble with: https://www.ldraw.org/parts/official-par...rtid=62691
oh and btw, i got the version of the arm off these torsos, https://www.ldraw.org/cgi-bin/ptdetail.c.../63208.dat and https://www.ldraw.org/cgi-bin/ptdetail.c...208p01.dat, but it ended up unable to be colored, as only the stud connector could be colored, and i have no idea how to make the whole thing able to be colored in Stud.io.
|
|
|
Parts 72490c01, 72490a, & 72490b |
|
Posted by: Matthew - 2021-01-18, 19:39 - Forum: Part Requests
- Replies (8)
|
 |
Hello, I was just trying to build a Lego Blimp/Zeppelin for Lego Ideas in Stud.io, but sadly none of the parts for the actual envelope of the blimp/zeppelin seem to exist. I did get the gondola completed as I intended, but sadly without the actual balloon, (or envelope as it's know to those who know airships), I can't make the upload. I tried asking the folks at Bricklink to help with making the envelope, but sadly they couldn't seem to find a 3d model of said balloon. So, anybody here think they can help with that? Please? It'd be really appreciated if somebody here could, especially if you could make all three parts, the blimp container assembly (72490c01), the blimp container body (72490a), and the blimp container tail (72490b) both with and without their stickers, (especially since I plan on using a plain blimp container body with the tail fin stickers on the blimp container tail on my Lego Ideas project, so having the two ends separate and the complete assembly with and without stickers would be very helpful). So, yeah, just thought I'd ask. Rockatoa, Brickticks out!
|
|
|
|