| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 165 online users. » 0 Member(s) | 160 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
4559-1 Cargo Railway Trai...
Forum: Official Models
Last Post: Clayton
1 hour ago
» Replies: 0
» Views: 21
|
Pokemon
Forum: Official Models
Last Post: Florent Faramond
2026-04-15, 19:50
» Replies: 18
» Views: 2,850
|
Wheels needed for Set 772...
Forum: Part Requests
Last Post: Philippe Hurbain
2026-04-15, 17:17
» Replies: 9
» Views: 1,012
|
Ideas 2026
Forum: Official Models
Last Post: Philippe Hurbain
2026-04-15, 10:01
» Replies: 1
» Views: 289
|
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
2026-04-15, 3:06
» Replies: 2
» Views: 1,004
|
Some Parts id like for MO...
Forum: Part Requests
Last Post: Chris Böhnke
2026-04-15, 0:26
» Replies: 3
» Views: 541
|
5687pb01 Dragonborn Palad...
Forum: Part Requests
Last Post: Hylian Waffle
2026-04-14, 1:27
» Replies: 4
» Views: 520
|
Request for new primitive...
Forum: Parts Authoring
Last Post: Mark Kennedy
2026-04-13, 20:10
» Replies: 24
» Views: 2,772
|
Black Widow “SDCC”
Forum: Part Requests
Last Post: Massimo Maso
2026-04-13, 17:30
» Replies: 1
» Views: 268
|
Chere can I find LDD part...
Forum: Part Requests
Last Post: Rene Rechthaler
2026-04-13, 15:40
» Replies: 1
» Views: 204
|
|
|
| Need Help Adding A Few Parts To LeoCAD |
|
Posted by: ZaneWC - 2025-02-11, 1:44 - Forum: Help
- No Replies
|
 |
Hey y'all. I need help. I'm trying to add parts 3386, 5091, and 5092 to LeoCAD, but I just can't seem to figure it out. I downloaded all of them off the main site, both the dat. and the ZIP files, but no matter what I do, they don't appear when I search them while designing. What can I do?
|
|
|
| Automatic generation of higher resolution meshes |
|
Posted by: Christoph Kubisch - 2025-02-09, 15:58 - Forum: General LDraw.org Discussion
- Replies (1)
|
 |
Hello,
a bit of a rambling post 
curious if other people have attempted to improve the quality of the ldraw meshes through mesh processing.
Several meshes suffer from these:
* non-manifold edges & vertices (triangle edges share more than one neighbor)
* self-intersection
* disjoint surfaces. Sometimes triangles/quads are not sharing the same positions along edges, when they should. Often when triangle segments were stitched together to appear to be curved.
* t-junctions (because there is no proper ngon support)
As the tools back in the day weren't exactly great and hardware was limited by other means, it's understandable that the basic definition of the content today feels a bit dated. One alternative is to "properly" create the models through CAD or subdivision-surfaces as true solids.
Which some people have done see https://grabcad.com/dk/models
However that doesn't play nice with the ldraw ecosystem and accessibility. Mecabricks exported parts are not allowed to be redistributed, which also doesn't make them a solution.
It seems the typical approach in some ldraw apps and importers is to detect a few primitives and replace them with higher resolutions (cylinders, discs, etc.). However that may not always work well with adjoint surfaces that share spatial edges, but are not a primitive. Furthermore it doesn't cover other smooth surfaces.
Fixing things up in blender or other 3d tools after something has been converted to 3d meshes, seems like some key information is lost. Furthermore, 3d packages generalized solutions may not be the best fit to address the mesh problems.
My thinking is that one nice thing about ldraw is that it's fairly low-resolution, meaning on todays hardware one can brute force certain things to clean up the meshes. And tessellation algorithms can make use of the "edges" etc. to detect the intent. Some fixes could be done on the .ldr directly, like certain vertices snapped to other positions etc.
Compared to past
* there are robust open-source (no GPL etc.) mesh processing (booleans etc.), polygon triangulation... algorithms out there today
* due to 3d printing in general also more research in mesh cleanup for solids
* rendering hardware is a lot more capable
* much more CPU cores for processing... (and this has to happen only once).
so my question: has this been attempted before? how do others see the future of ldraw's mesh quality for rendering (maybe what I am describing isn't perceived as that desirable)? Is there interest among the programmers of importers/exporters/tools in the ldraw community to go in such a direction?
There seem to have been some threads on "modernizing" the spec and such, but they seem like decades ago, so I guess we can assume things stay as is and so the kind of automated processing is the only realistic option?
|
|
|
| Exporting images |
|
Posted by: Puk Jennekens - 2025-02-08, 10:22 - Forum: Help Wanted
- Replies (5)
|
 |
Hello there,
I'm currently working on a new project and I'm quite new to all of this LEGO data. I was wondering if there is some way to download the LDraw's database of files and export them to .png's of .jpeg's. The thing here is, I would like to be able to link all parts to my rebrickable data.
Does anyone have any experience in this process?
|
|
|
|