Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 355 online users. » 1 Member(s) | 352 Guest(s) Bing, Google
|
Latest Threads |
Part Request: LEGO LION
Forum: Part Requests
Last Post: 3CFigs
Yesterday, 23:59
» Replies: 2
» Views: 157
|
Part request Duplo Item N...
Forum: Part Requests
Last Post: Lawford
Yesterday, 16:17
» Replies: 5
» Views: 219
|
Most Common Parts that re...
Forum: Part Requests
Last Post: Gerald Lasser
2025-01-10, 20:55
» Replies: 11
» Views: 588
|
6278pb01 - Mario Kart Whe...
Forum: Part Requests
Last Post: Javier Orquera
2025-01-10, 17:16
» Replies: 3
» Views: 181
|
Parts Request: NINJAGO ON...
Forum: Part Requests
Last Post: 3CFigs
2025-01-09, 22:57
» Replies: 4
» Views: 367
|
[LDPatternCreator] Releas...
Forum: Parts Author Tools
Last Post: Nils Schmidt
2025-01-09, 21:41
» Replies: 2
» Views: 1,058
|
New parts from Lego Instr...
Forum: Parts Authoring
Last Post: Jeff Jones
2025-01-09, 18:57
» Replies: 53
» Views: 22,915
|
Numbering advise for 3209...
Forum: Parts Authoring
Last Post: Rene Rechthaler
2025-01-08, 17:39
» Replies: 5
» Views: 302
|
Town and Trains 1994
Forum: Official Models
Last Post: Takeshi Takahashi
2025-01-08, 14:38
» Replies: 4
» Views: 1,185
|
Parts we are Working on -...
Forum: Part Requests
Last Post: Jens Brühl
2025-01-08, 0:43
» Replies: 145
» Views: 86,625
|
|
|
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?
|
|
|
LPub and multi-part parts |
Posted by: Merlijn Wissink - 2013-04-25, 14:01 - Forum: LDraw File Processing and Conversion
- Replies (3)
|
|
Hi,
I'm relatively new to making instructions with LPub. I did some small models, but nothing more.
I'm now working on a far bigger project for someone else (it's a Technic model with +/- 2200 parts).
But, I discovered a "problem"; multi-part parts (or whatever they're called) like pf-motors. LPub shows all the different parts from the (in this case) xl motor in the parts list and BOM. How can I avoid this? I just want a normal one-piece motor in the parts list and BOM?
I know it's possible, because I've seen it many times in other instructions.
Thanks in advance!
Merlijn / legolijntje
|
|
|
WebGL/Three.js real-time renderer |
Posted by: Athanasios Gaitatzes - 2013-04-20, 20:50 - Forum: Rendering Techniques
- Replies (2)
|
|
I would like to share a browser based renderer that I have been working on and would like the input of people on how to deploy it.
I am most concerned about copyright issues. The way it is setup right now is that you can only view 5-6 files that I have found on the net (and dont have copyright :-)
First download this simple text file http://www.virtuality.gr/AGG/EaZD-Lego/lego.scene that contains the scene description in XML format and http://www.virtuality.gr/AGG/EaZD-Lego/scene.xml which describes the options you can have in a scene file.
Then visit http://www.virtuality.gr/AGG/EaZD-Lego/index.html and drag the lego.scene file in the rectangle, wait a little (my server is not very fast) and you will see the rendering of the model.
I have tested both Firefox 20.0 and Chrome 26.0. Chrome needs the command line option --allow-file-access-from-files before it starts. In my tests I have found Chrome to be about 20% faster than Firexox.
You can uncomment and view any of the models in the scene file. In XML this '<!--' opens a comment and this '-->' closes one.
The reason you can only see these examples is because I also have them on my server. But as you can put your own models in the scene file I would have no idea which model it is since I cannot read from your hard drive.
This is where I am asking for your input. The only way I can think of, is if you drop on my server two files. One the scene description (.scene) and one for the lego file (note that more than one ldr file might be referenced inside the .scene file). But that would also mean that you are giving me your LDraw file creation. If nobody minds that, I can go ahead and implement it. Other design suggestions are welcome.
Anyway I enjoyed implementing parts of the LDraw spec, specially the nerve-racking BFC :-)
PS. Conditional lines are not supported.
|
|
|
|