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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,894
» Latest member: Marcelo Filipe
» Forum threads: 6,502
» Forum posts: 53,770

Full Statistics

Online Users
There are currently 115 online users.
» 1 Member(s) | 109 Guest(s)
Applebot, Baidu, Bing, Google, Yandex, Jeff Jones

Latest Threads
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 21:23
» Replies: 6
» Views: 4,085
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
Yesterday, 5:19
» Replies: 8
» Views: 3,130
LDraw.org 2026-05 Parts U...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2026-05-31, 20:11
» Replies: 0
» Views: 165
Most Common Parts - 16 im...
Forum: Part Requests
Last Post: tom alphin
2026-05-30, 15:05
» Replies: 4
» Views: 527
Current LEGO Colour Palet...
Forum: Parts Authoring
Last Post: Chris Böhnke
2026-05-29, 21:24
» Replies: 2
» Views: 372
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Manfred Schaefer
2026-05-29, 12:14
» Replies: 18
» Views: 1,469
Hello! Parts 30258pb006,...
Forum: Part Requests
Last Post: Matthew
2026-05-27, 23:02
» Replies: 6
» Views: 622
Successor to LL918 using ...
Forum: MOCs (My Own Creations)
Last Post: Willy Tschager
2026-05-27, 13:05
» Replies: 1
» Views: 320
at rt
Forum: MOCs (My Own Creations)
Last Post: Jeff Jones
2026-05-27, 8:47
» Replies: 3
» Views: 426
One week to go.
Forum: Parts Tracker Discussion
Last Post: Magnus Forsberg
2026-05-25, 16:00
» Replies: 0
» Views: 318

 
  ldc.camera.setThirdPerson API
Posted by: David Manley - 2021-08-31, 9:20 - Forum: LDraw Editors and Viewers - Replies (2)

(Probably for Roland but if someone else has worked this out, please chip in).

Context:
I'm trying to write a (Lua) animation script which will rotate the 3rd person view camera around the Y axis starting at the current view, rather than the start point used in the sample script. From the sample scripts, I can see the purpose of the first two arguments (helped by the description in LD4Studio documentation) but I'm struggling to understand the purpose next 3 angle (?) related arguments. The sample script in the function OnCameraFrame ...

Code:
function onCameraFrame()

  --Rotate a 3rd person camera around the center of the model.
  local ani=ldc.animation.getCurrent()
  local angle=ani:getFrameTime()/ani:getLength()*360

  local cam=ldc.camera()
  cam:setThirdPerson(camPos, camDist, angle+45, 25, 0)
  cam:apply(0)
end
 
... is applying an appropriate angle change to the third parameter. From playing around a bit, it seems that parameters three, four and five are related to a x, y, z coordinate. But even though the code applies the angle delta to the X value (I think), the camera appears to rotate around the Y axis. And that confuses me as I would have though that to rotate the camera around the Y axis would have required the angle delta to be applied to the y coordinate.

I'd appreciate it if someone could clear up my misunderstanding.

Regards,

David

Print this item

Thumbs Up 30389c
Posted by: Thom Kok - 2021-08-30, 11:53 - Forum: Part Requests - Replies (2)

Hey guys I am trying to build a robot of the lego set 4099, but stud.io is missing 30389c. I saw that 30389b and 30389a do exist on ldraw, but I really want to be as accurate as possible with this build. Could anyone make 30389c for me and add it to the ldraw parts tracker? I would use this part in stud.io.

Print this item

  [SOLVED!] coordinate-handedness confusion
Posted by: KristyB - 2021-08-28, 12:31 - Forum: Rendering Techniques - Replies (14)

What coordinate system do lDraw parts ACTUALLY use? The documentation *says* "Right handed with -y up", but shows a picture of a left-handed -y up coordinate axis.

Further - how would I go about translating the matrix to a left-handed +y-up format? I am trying to read ldr files inside of UE4, and the typical method of flopping the y/z coords and negating x/y/z is not working.

Print this item

  New 32 Bit stripped-down AIOI ready for testing
Posted by: Willy Tschager - 2021-08-26, 14:33 - Forum: All Other Programs. - No Replies

Hi,

upgrading the AIOI to 64 Bit required a stripped-down 32 Bit installer for the remnant 32 Bit progs such as MLCad, MPDCenter or LSynth. Here it is:

http://www.holly-wood.it/tmp/LDraw_AIOI_...bit_v1.exe

* The installer comes without the parts library but reads your Windows environment variable (set with the 64 Bit AIOI) and checks for the library.
* If no library can be found it asks for the path and preforms another check.
* If still no library can be found it will exit the installer.
* Sets all paths as usual
* No catalogue or showcase at the end

I would grateful if you could test it. I'm most interested in the initial check for the LDraw Parts Library. Just rename "3004.dat" to something else. Please note that some dialogues haven't been translated yet.

w.

Print this item

  Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat
Posted by: KristyB - 2021-08-22, 12:45 - Forum: LDraw File Processing and Conversion - Replies (10)

I'm trying to build a library of game-ready parts for use in video games, and would like a library of low-poly bricks to fall back on for bricks I have not yet converted by hand. I've dug around and tried a few methods so far, but all have failed to work.

LdrDat2Obj: Processes 1,466 dats out of the 14,038 in ldraw's parts directory, and then exits silently with no error or log. the last brick it appears to process is 22385p050.dat It processes the parts in an order I can't decipher, so skipping this last brick and moving on isn't possible.

LdrDat2Obj2: no apparent batch process

Toby Nelson/TobyLobster's blender importer: seems to work well, but only allows one .dat to import at a time - that's not workable with 14,000 parts.

Matthew Morrison's blender importer: Crashes every time I try to import a .dat file. I posted more details about the crash in his thread: https://forums.ldraw.org/thread-24153.html

LDView: no apparent batch process

Stud.IO: no way I can see to create a file that contains each brick once.

If I could get the ldraw parts into any conventional 3D model format I would be able to batch convert the results into something game engines can use, including obj, fbx, stl, dae, and -probably- usd.

Print this item

  Remove Group (Submodel)
Posted by: Johann Eisner - 2021-08-22, 8:38 - Forum: LDraw File Processing and Conversion - Replies (5)

HI guys

My problem:
I add a submodel in a model, which I want to remove (much) later.
Buffer Exchange therefore falls flat.
In former (MLCad and Lpub) times, this was very simple.
I created a group in MLCad (0 MLCAD BTG...) and removed it later with "0 LPUB REMOVE GROUP" ...).
It seems that this does not work in LPUB3D (2.4.3) anymore.
Does anyone have an idea?


Johann

Print this item

  From Willy: Define a standard for helper parts
Posted by: Travis Cobbs - 2021-08-18, 23:53 - Forum: Parts Authoring - Replies (51)

The following was posted by Willy Tschager in the Standards Board forum. In my opinion, that was not the right place for it, so I am starting a thread here.

(2021-08-13, 11:18)Willy Tschager Wrote: Guys,

in response to this post:

https://forums.ldraw.org/thread-24732.html

the majority of the SteerCo is in favour to add helper parts to the library but before a final vote we would like you to define a standard for these parts such as:

Naming convention
Category
Edges Yes/No on 2D helpers
Edges Yes/No on 3D helpers

The general idea would be to add these to the main library as the separate Alias and Physical parts library hasn't worked very well. In addition these parts shouldn't go through the PT for certification but be usable in all editors. Any input from your side is welcome.

Some example of helpers can be found here:

http://www.holly-wood.it/ldraw/helper-en.html

w.

Print this item

  [LDView][LDCad] Bug rendering 49098.dat
Posted by: Bertrand Lequy - 2021-08-17, 11:57 - Forum: LDraw Editors and Viewers - Replies (9)

Hi, I was creating instructions with LPub3D when I encountered this bug.

The torus subpart of https://www.ldraw.org/parts/official-par...rtid=49098 isn't rendered.

I investigate a bit and notice there's no consistency in this bug. Even here on LDraw.org.
Coming next are screenshots of this part as viewed by several softwares :

in the part tracker :
- this one is a 200% view of the PT's thumbnails (maybe generated with LDView ?)
[Image: 49098_website_preview.png]

- this one is from the PT's 3D viewer, part is complete, yay !
[Image: 49098_website_viewer.png]
- in LDView, note that the tree info module shows the primitive and knows that the quads should be rendered (red highlight) :
[Image: 49098_ldview.png]
- in MLCad (the old man knows how do deal with parts) :
[Image: 49098_mlcad.png]
- LDCad  (BFC is working here) :
[Image: 49098_ldcad.png]

- LPub3D 200% PLI display unsing LDView (since LDView doesn't render the part correctly, it's obvious this one isn't correct) :
[Image: 49098_lpub3d_ldview.png]
- LPub3D with the native rendering engine (works fine) :
[Image: 49098_lpub3d_native.png]

- Last but not least, I inlined the torus primitive and "ta-da !" :
[Image: 49098_ldview_inlined.png]
LDView finaly rendered the file nicely.

I can't remember when, but it's a bypass I allready used this year and that we discussed here. I used (maybe badly) the search option of the forum and didn't find the thread.

EDIT : The problem still exists in LPub3D

Print this item

Bug Thousands separator/decimal point confusion
Posted by: Owen Dive - 2021-08-15, 5:00 - Forum: LDraw Editors and Viewers - Replies (4)

Greetings.

I've just stumbled across what I think is a small bug in LDCad. Since there's a 1.7 version in the works, now's as good a time as any to have found it!

For parts that are far away from the origin (more than 1000LDU), if I open the Reference/selection properties box to put in new coordinates, the numbers/s are displayed with commas as thousands separators. But when I hit Accept to dismiss that box, that comma gets interpreted as a decimal point, and my part moves much closer to the origin - from x=1020 (say) to x=1.02.
Have I described that well enough? Feel free to ask any clarifying questions.

I'm using LDCad 1.6d (LNX64). I don't think I've done anything special with my system localisation settings.

Apologies if this is a known bug, I couldn't find anything on the website or the release notes.

Thanks again for a great product.

Owen.

Print this item

  2431pb534
Posted by: Knud Ahrnell Albrechtsen - 2021-08-14, 15:08 - Forum: Part Requests - Replies (2)

Hi

Can anyone please make this part for me?

2431pb534
As soon as possible please Smile

Print this item