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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,444
» Latest member: Connor Watson
» Forum threads: 6,260
» Forum posts: 52,320

Full Statistics

Online Users
There are currently 330 online users.
» 0 Member(s) | 326 Guest(s)
Baidu, Bing, Google, Yandex

Latest Threads
47847 dual mold
Forum: Parts Authoring
Last Post: Chris Böhnke
7 hours ago
» Replies: 5
» Views: 376
parts tracker filter my v...
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
8 hours ago
» Replies: 10
» Views: 492
Part Request 99254
Forum: Part Requests
Last Post: Al Lib
Yesterday, 15:55
» Replies: 2
» Views: 172
The bottom of part 14769 ...
Forum: Parts Authoring
Last Post: Rene Rechthaler
Yesterday, 13:53
» Replies: 3
» Views: 655
LPub3D re-render everythi...
Forum: LDraw Editors and Viewers
Last Post: mihao
2025-11-14, 21:38
» Replies: 1
» Views: 195
LDConfig.ldr problem with...
Forum: Official File Specifications/Standards
Last Post: Sylvain Sauvage
2025-11-14, 19:17
» Replies: 21
» Views: 1,111
Looking for Experienced L...
Forum: Help
Last Post: Peter Blomberg
2025-11-14, 16:43
» Replies: 12
» Views: 392
Newest version of part 65...
Forum: Parts Authoring
Last Post: Orion Pobursky
2025-11-14, 6:30
» Replies: 3
» Views: 211
Here is part 7511 for 103...
Forum: Part Requests
Last Post: Peter Grass
2025-11-13, 15:45
» Replies: 0
» Views: 168
Parts tracker activity lo...
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
2025-11-13, 6:18
» Replies: 0
» Views: 116

 
  XML to LDR
Posted by: Arthur Sigg - 2013-03-06, 17:21 - Forum: LDraw File Processing and Conversion - Replies (15)

Hi at all,

Does anyone know if it possible to convert a XML file generated by pictobrick to a LDR file ?
pictobrick's XML shows the bricks (plates) in any row as a sequence of parts, row for row.
Such a conversion must be easy but browsing around for hours I couldn't finding such a tool.

Thanks for any help,

Arthur Sigg

Print this item

Thumbs Up Monorail Switches
Posted by: Max Martin Richter - 2013-03-05, 21:04 - Forum: Part Requests - Replies (2)

Hej guys,
I got a request from the German LUG 1000steine.de that some members would like to have the switches 2890 and 2889 as LDraw parts. As I don't have the part and the part is to complex for a photo based worked, I hope that here is someone who wants to accept this challenge. Thanks

/Max

Print this item

  Level of Detail for Parts
Posted by: Ben Supnik - 2013-03-04, 2:54 - Forum: Parts Authoring - Replies (11)

Hi Y'all,

I hit a bottleneck in my performance optimization work with BrickSmith: LDraw parts have no concept of "level of detail."

If I open Datsville, I'm staring at 125,000,000 vertices. They aren't all necessary when drawing the entire model in an 800 x 600 window, but there isn't any meta-data to help me drop some of them.

This is half of the level-of-detail problem: for very low-resolution rendering of huge models, the parts are too detailed, burning GPU power. The flip side of this is that close up, the studs look like prisms and not cylinders because of the low vertex count.

This got me thinking: if parts (or sub-parts) had a level-of-detail scheme (with multiple versions of the parts for different resolutions) we could have our cake and eat it: for wide views a stud could be a cube or some other super-crude, super-cheap structure. At high res we could crank the vertex count, eliminating the need for viewers to do ad-hoc sub-part substitution.

Here's the question I have: how could/should a renderer decide _which_ level of detail to draw? I can think of a few heuristics:

- The levels of detail are arbitrary; the client program picks one based on current performance and context. In other words, when you say "export PNG" the highest level is always used. During rendering, the program steps down LOD one notch any time the framerate drops below 10 fps and cranks it up one notch any time it exceeds 30 fps.

- Levels of detail are based on scale. In other words, each level of detail specifies a range of pixels that an LDU covers. If the rendering scale is such that an LDU is less than "X" pixels, we go to the next LOD.

- (If LODs are based on scale, then we have to ask whether the cut-over points should be arbitrary or specified in the spec or library standards. There's a big technical win for programs if there aren't a million different cut-over points.)

Are the LODs advisory or required in their cut-over points (for programs that understand LOD)? Thoughts?

My hope with LOD is that with a little bit of work on a very small number of sub-parts, we could make a big difference. For examlpe, just by creating an octagon low-LOD stud, we could cut 90,112 vertices from every 32x32 baseplate - there are only 3 sub-parts that would need modification in this case. I think the strong factoring of the part library could be a big win here.

Cheers
Ben

Print this item

  File with all program that are LDraw relevant
Posted by: Michael Heidemann - 2013-03-03, 18:49 - Forum: All Other Programs. - Replies (12)

Hi,
I often faced the problem to get the locations of other LDraw related applications like LDView, MLCad or LDDP, just to name the most popular in the past.

It would be great if we could have one file that stores all these informations.

This information file, lets call it maybe "LDrawTools.xml" should be stored in the LDraw base folder. So if I got the information from the enviroment variable %LDRAWDIR% I also know where all the other apps are located by reading just this single file.

Any new application should add its own entry in this file once it is started the first time.

What do you think?

Suggestion for the structure of the "LDrawTools.xml":

Code:
<LDrawApps>
    <Apps>
        <App>
            <Name>
                MLCad
            </Name>
            <Location>
                c:\Programm\MLCAD\mlcad.exe
            </Location>
        </App>
        <App>
            <Name>
                LDDP
            </Name>
            <Location>
                c:\Programm\LDDP\LDDP.exe
            </Location>
        </App>
        <App>
            <Name>
                LDView
            </Name>
            <Location>
                c:\Programm\LDView\LDview.exe
            </Location>
        </App>    
    </App>
</LDrawApps>

Print this item

  LETGUI 1.7.1.0
Posted by: Michael Heidemann - 2013-03-02, 23:10 - Forum: Parts Author Tools - No Replies

I just released a new version of LETGUI.

Now also version 1.1 of Selector is supported.

Please leave your comments for this version in this thread. Thanks.

cu
mikeheide

LETGUI website

Print this item

  LDCalc 0.1.0.5
Posted by: Michael Heidemann - 2013-03-01, 22:59 - Forum: Parts Author Tools - Replies (26)

I just rediscovered LDCalc.

[Image: lineintersection.png]
[Image: triangle.png]
[Image: converter.png]

Now also this little tool has a place on my website.

Print this item

  SEOC
Posted by: Jaco van der Molen - 2013-03-01, 13:23 - Forum: Off-Topic - Replies (5)

Hi all,

Is the abrieviation SEOC the accepted one for "Someone Else's Own Creation"?
Or should it be SEC = Someone Else's Creation?
Thoughts?

Jaco

Print this item

  2013/2014 LDraw.org Steering Committee announced
Posted by: Willy Tschager - 2013-03-01, 7:59 - Forum: LDraw.org Announcements - No Replies

Since we had only 5 confirmed nominees, no election is necessary.

Therefore, the 2013/2014 LDraw.org Steering Committee [1] is:

Chris Dee
Michael Heidemann
Orion Pobursky
Max Martin Richter
Willy Tschager

[1] Try not to confuse the LDraw.org Steering Committee (SteerCo) with the LDraw Standards Committee (LSC). The Steering Committee sets the course for the LDraw Organization while the Standards Committee deals with the LDraw File Format.

Congratulations to the new and a huge thank you to the outgoing members!

Willy Tschager
On behalf of the LDraw.org Steering Committee

Print this item

Thumbs Up Yoda Minifigure Torso
Posted by: Reuben Pearse - 2013-02-26, 6:39 - Forum: Part Requests - Replies (2)

Hi all,

I'm trying to put together a Yoda Minifigure. I've found the parts for his head and the short legs, but I can't seem to find his torso. On Peeron, the piece I'm looking for is called "Minifig Torso with Pockets, Belt and ID" - (973px158). See this link

Anyone working on this part, or know where I can find it?

Cheers

Reuben
=====================================
Download 3D Lego models and other resources from:
http://www.pearse.co.uk/lego
=====================================

Print this item

  need help on color identification
Posted by: Christian Neumann - 2013-02-24, 17:07 - Forum: Parts Authoring - No Replies

After creating the Hips And Legs with Scale Armor Pattern, it turned out that there are at least two versions of the hips & legs pattern with different colors.
While one difference (the brown belt) is easy to see, i have a problem with identifying the color of the very dark red colored hanging cloth: [Image: ident1.jpg]

On the same pattern, i'm not sure which color to choose for the dark armor scales. The brighter ones are "Metallic Silver" (code 80), and i took "Speckle Dark Bluish Gray" (code 76) for all the dark ones. Because the pattern of the Rohan Soldier uses the same colors, i want to be clear which colors i have to use:
[Image: ident2.jpg]

I tried "Flat Silver" (code 179), but then the contrast between the scales seems to low.

Any suggestions?

Print this item