| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 230 online users. » 0 Member(s) | 226 Guest(s) Baidu, Bing, Google, Yandex
|
| Latest Threads |
Adding Minifig Categories
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
6 hours ago
» Replies: 5
» Views: 202
|
marbled dark green dark o...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 14:33
» Replies: 0
» Views: 77
|
texmap test
Forum: Parts Authoring
Last Post: Travis Cobbs
2026-06-16, 19:25
» Replies: 4
» Views: 181
|
Part request 6616.dat
Forum: Part Requests
Last Post: Alfred Schmitz
2026-06-15, 5:40
» Replies: 2
» Views: 255
|
LDraw mispelled in All-in...
Forum: All Other Programs.
Last Post: Willy Tschager
2026-06-13, 9:54
» Replies: 1
» Views: 278
|
Harry Potter Parts Reques...
Forum: Part Requests
Last Post: James Simpson
2026-06-10, 10:04
» Replies: 2
» Views: 445
|
LDraw.org Downtime and Fo...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
2026-06-10, 2:26
» Replies: 0
» Views: 390
|
Request for part 106597pb...
Forum: Part Requests
Last Post: Hageta
2026-06-09, 19:39
» Replies: 2
» Views: 398
|
train magnet sizes
Forum: Parts Authoring
Last Post: Willy Tschager
2026-06-09, 14:21
» Replies: 14
» Views: 12,757
|
Big Figs
Forum: Part Requests
Last Post: James Simpson
2026-06-09, 10:29
» Replies: 2
» Views: 493
|
|
|
| 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?
|
|
|
|