Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,900
» Latest member: Shoji Ruta
» Forum threads: 6,503
» Forum posts: 53,773

Full Statistics

Online Users
There are currently 196 online users.
» 1 Member(s) | 191 Guest(s)
Applebot, Baidu, Bing, Google

Latest Threads
Request for Piece 50625 (...
Forum: Part Requests
Last Post: Jeff Jones
4 hours ago
» Replies: 1
» Views: 66
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
Today, 3:29
» Replies: 9
» Views: 3,174
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
2026-06-01, 21:23
» Replies: 6
» Views: 4,156
LDraw.org 2026-05 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2026-05-31, 20:11
» Replies: 0
» Views: 223
Most Common Parts - 16 im...
Forum: Part Requests
Last Post: tom alphin
2026-05-30, 15:05
» Replies: 4
» Views: 616
Current LEGO Colour Palet...
Forum: Parts Authoring
Last Post: Chris Böhnke
2026-05-29, 21:24
» Replies: 2
» Views: 445
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Manfred Schaefer
2026-05-29, 12:14
» Replies: 18
» Views: 1,586
Hello! Parts 30258pb006,...
Forum: Part Requests
Last Post: Matthew
2026-05-27, 23:02
» Replies: 6
» Views: 688
Successor to LL918 using ...
Forum: MOCs (My Own Creations)
Last Post: Willy Tschager
2026-05-27, 13:05
» Replies: 1
» Views: 362
at rt
Forum: MOCs (My Own Creations)
Last Post: Jeff Jones
2026-05-27, 8:47
» Replies: 3
» Views: 465

 
  Friends 2014
Posted by: Takeshi Takahashi - 2023-04-15, 9:59 - Forum: Official Models - Replies (19)

Friends sets released in 2014

The missing parts are listed here:
https://forums.ldraw.org/thread-24146.html

Print this item

  Unanswered forum threads shown as unread
Posted by: Max Murtazin - 2023-04-14, 20:25 - Forum: Website Suggestions/Requests/Discussion - No Replies

Been stuck with a problem for a couple of days - the new unanswered forum posts from some recent time started to appear to me as unread for some reason. Unless I use "mark all threads tread" function, threads stay marked as unread until I'll answer those no matter how many times I check them

Print this item

  Creator 2019
Posted by: Florent Faramond - 2023-04-13, 19:32 - Forum: Official Models - No Replies

10266-1 NASA Apollo 11 Lunar Lander

   


.mpd   10266-1 - NASA Apollo 11 Lunar Lander.mpd (Size: 295.69 KB / Downloads: 19)

OMR compliant
Done with LDCad 1.7a2
Rendered with Studio 2.0
Known errors: None

Print this item

  Converting .dat files to .obj using LeoCAD
Posted by: Luke - 2023-04-12, 15:37 - Forum: LDraw File Processing and Conversion - No Replies

Hi, 

I am trying to convert bricks to .obj format. LeoCAD has this export option, however, for some parts it raises an error "Nothing to export".  
E.g. when I load part 4073 from .dat file, it can be exported just fine, but not part 3023. I get the same error when I try to render it. 

What are the reasons for such inconsistent behaviour and is there a way to fix it?

Print this item

Thumbs Up Part request: 76925
Posted by: Evert-Jan Boer - 2023-04-12, 12:56 - Forum: Part Requests - Replies (2)

Requesting part 76925 (Hair piece), if possible.
I cannot find it on digital bricks, would there be any other source to get the mesh from?
Probably not from the LEGO instructions app as it has to available as 3D build?

Print this item

  Error 500 on submit
Posted by: Evert-Jan Boer - 2023-04-11, 7:46 - Forum: Website Suggestions/Requests/Discussion - Replies (5)

I am getting error 500 when trying to submit new parts, in both Edge and Firefox. Already deleted cookies and tried private mode, but no effect. Was able to update some existing parts yesterday, is something wrong on my side or server side?

Print this item

  Brickheadz 2023
Posted by: Vincent Messenet - 2023-04-11, 6:26 - Forum: Official Models - Replies (1)

Brickheadz / 40619 - EVE & WALL-E
   

OMR Compliant
Errors: None
Use unofficial parts



Attached Files
.mpd   40619 - EVE & WALL-E.mpd (Size: 54.48 KB / Downloads: 8)
Print this item

  Problems with handling sharp edges
Posted by: Max Murtazin - 2023-04-10, 18:40 - Forum: Rendering Techniques - Replies (10)

So, continuing with my LDraw to xml converter grind, looks like I have managed to solve pretty much everything but one thing - handling sharp edges

I have tried multiple ways, but nothing seems to work. Generally, it seems I should not interpolating normals between faces that share sharp edge, but then arises problem of faces that share only 1 vertex. How this case should be approached?

Print this item

  Problem with transformation matrices on some parts
Posted by: Florentin - 2023-04-08, 9:07 - Forum: LDraw File Processing and Conversion - Replies (9)

Howdy!
I hope I am on the correct forum with this post Tongue
 
So I am trying to program a 3d viewer for my files for my website. And I got most stuff working, but now I noticed that when loading some parts, such as 4733 (Brick, Modified 1 x 1 with Studs on 4 Sides), two of the studs are oriented the wrong way (as you can see in the picture i uploaded): they are flipped on their axes, the other studs aren't though.
And so I looked into the ldr file of the part 4733 itself where the studs themselves are being rotated (line 116-120) and I noticed that the studs that are wrongly rotated on my viewer are the 2nd and 5th entry (line 117 and 120) there. And I looked at their transformation matrices and they seem kinda wrong.
So I looked into those matrices more and it kinda looks like the axis that those matrices flip (which is what the "-" does), should be on the other axis, so the entry in line 117 should actually be "1 16 10 10 0 0 1 0 -1 0 0 0 0 1 stud2a.dat" and in line 120 it should be "1 16 0 10 10 1 0 0 0 0 -1 0 1 0 stud2a.dat".
The matrices look like the creator of the ldr part switched up the matrix multiplication, like the flipping of the two axes and the invertion of the axis, cause if you take those matrices apart and switch them around (you flip the part where the "-" is as explained above) you end up with the correct transformation matrix.

Is it normal that those matrices are just wrong? Or do I not completely understand the ldraw standard in a way that you can't just take the vertices and transform them using those matrices?

Thanks for your help!

(I also have some problems with some of the "4-4ndis.dat" transformations in this and a few other parts, though I haven't looked into that yet, you can kinda see it on the attached picture though that the scaling in the y direction is wrong, might just be an error in my code who knows, I'll look into that )
(If I haven't explained some stuff properly feel free to ask!)
(If you want to look at the code I wrote for this: link, but it's not optimised yet and I've commented some stuff out since I work directly in the deployment branch Tongue and the zip library makes my automatic deployment fail xD)



Attached Files
.png   viewerldr.png (Size: 9.87 KB / Downloads: 83)
Print this item

Thumbs Up Part request: 26288c01 - bb0874
Posted by: Vito Tarantini - 2023-04-07, 9:15 - Forum: Part Requests - Replies (4)

Hi everyone!
I would like these two pieces to be made:

https://www.bricklink.com/v2/catalog/cat...01#T=C&C=7

https://www.bricklink.com/v2/catalog/cat...D#T=C&C=86

Thanks everyone in advance!

Print this item