| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 230 online users. » 1 Member(s) | 223 Guest(s) Applebot, Baidu, Bing, Google, Internet Archive, Yandex
|
| Latest Threads |
Animal minifigure heads l...
Forum: Part Requests
Last Post: Timothy Hall
1 hour ago
» Replies: 18
» Views: 16,893
|
Discussion - proposal to ...
Forum: Official File Specifications/Standards
Last Post: Roland Melkert
5 hours ago
» Replies: 53
» Views: 6,113
|
Parts request 7656, 7658 ...
Forum: Part Requests
Last Post: Alfred Schmitz
11 hours ago
» Replies: 2
» Views: 427
|
New Community System Soon...
Forum: All Other Programs.
Last Post: Demetree Kallergis
Yesterday, 14:04
» Replies: 8
» Views: 311
|
4.5L technic axle and new...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 13:29
» Replies: 7
» Views: 870
|
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
Yesterday, 10:50
» Replies: 2
» Views: 1,371
|
ModelScope XR - VR model ...
Forum: LDraw Editors and Viewers
Last Post: Carlos Antelo
Yesterday, 2:17
» Replies: 1
» Views: 136
|
SF90 XX tires 5810 to go ...
Forum: Part Requests
Last Post: Magnus Forsberg
2026-02-26, 20:48
» Replies: 3
» Views: 404
|
A bit of help needed for ...
Forum: Parts Authoring
Last Post: Gerald Lasser
2026-02-26, 18:47
» Replies: 3
» Views: 167
|
[LDPE] 1.9.01 Released ('...
Forum: Parts Author Tools
Last Post: Nils Schmidt
2026-02-26, 18:20
» Replies: 2
» Views: 242
|
|
|
| Drawing conditional lines |
|
Posted by: Santeri Piippo - 2013-05-08, 19:24 - Forum: Parts Authoring
- Replies (13)
|
 |
I'm using OpenGL for LDForge's renderer and I'm about stumped on to decide when to draw conditional lines. Actually rendering the part is no problem but how does a GL renderer take the control points into account?
For compiling objects glGenLists/glNewList/... is used and glCallList for drawing them. While it's not the most optimized approach, it works for something as simple as a single part.. at least for the simple ones. I've been considering using VBOs though.
|
|
|
| Added Parts Different Colour than Older Ones |
|
Posted by: MMH - 2013-05-08, 14:34 - Forum: Rendering Techniques
- Replies (6)
|
 |
Hi there,
I'm currently trying to make a set of instructions for some Lego models I have created in MLCad. I would like to format them so that parts that were added in a previous step are differentiated from the new parts (preferably by making the older parts lighter while the newer ones are in full colour). Is there a way to do this in LPub or MLCad, or is there a better software solution to fit my needs?
Thanks for your time!
|
|
|
| 12887pb01 - Powdered Wig |
|
Posted by: Godfrey LaRocque - 2013-05-05, 19:08 - Forum: Part Requests
- Replies (1)
|
 |
Hi! I'm new here, so I hope it's not too rude of me to request a part. I need the powdered wig from CMF Series 10's Revolutionary Soldier for a set of instructions I'm working on - could anyone help? Thanks!
-G
|
|
|
| Compatibility issue in MPD submodel file names between MLCad and Bricksmith |
|
Posted by: Philippe Hurbain - 2013-04-29, 12:04 - Forum: LDraw Editors and Viewers
- Replies (6)
|
 |
A friend who uses Bricksmith sent me a mpd, that I returned him after some changes using MLCad. After that, Bricksmith complained that "submodels are not available". A check of MPD before and after my changes, showed that there was a capitalization issue.
Here is the header of one submodel:
Code: 0 FILE righttrack.ldr
0 Right track assembly
0 Name: RightTrack.ldr
Bricksmith refers to this submodel as
Code: 1 495 -480 104 59 -1 0 0 0 1 0 0 0 -1 RightTrack.ldr
but it seems that MLCad uses only file field as reference, and silently changes this line to
Code: 1 495 -480 104 59 -1 0 0 0 1 0 0 0 -1 righttrack.ldr
...and now Bricksmith is lost!
Any solution?
|
|
|
|