| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 138 online users. » 0 Member(s) | 133 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
113308 and 113309 (Guardi...
Forum: Part Requests
Last Post: Hageta
4 hours ago
» Replies: 1
» Views: 71
|
Part 6333p01 not function...
Forum: Help
Last Post: Hylian Waffle
5 hours ago
» Replies: 2
» Views: 69
|
Adding Minifig Categories
Forum: Official File Specifications/Standards
Last Post: Orion Pobursky
6 hours ago
» Replies: 14
» Views: 916
|
Can't seem to submit Avat...
Forum: General LDraw.org Discussion
Last Post: Hylian Waffle
7 hours ago
» Replies: 0
» Views: 49
|
30305c01 Rock Monster (Ro...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 11:54
» Replies: 20
» Views: 19,213
|
Friends 2014
Forum: Official Models
Last Post: HowToBrick
2026-06-20, 12:40
» Replies: 20
» Views: 31,105
|
Successor to LL897 using ...
Forum: MOCs (My Own Creations)
Last Post: Daniel A. Nagy
2026-06-19, 21:41
» Replies: 0
» Views: 149
|
Successor to LL918 using ...
Forum: MOCs (My Own Creations)
Last Post: Daniel A. Nagy
2026-06-19, 21:29
» Replies: 4
» Views: 1,047
|
a ton of parts for a proj...
Forum: Part Requests
Last Post: Jeff Jones
2026-06-19, 15:38
» Replies: 0
» Views: 153
|
Teenage Mutant Ninja Turt...
Forum: Official Models
Last Post: Chris Böhnke
2026-06-19, 2:15
» Replies: 10
» Views: 4,138
|
|
|
| How to author parts myself |
|
Posted by: Neil - 2015-03-21, 13:39 - Forum: Part Requests
- Replies (2)
|
 |
Greetings all,
Could anyone provide me with guidance as to how I can author parts myself? The parts I need are not in LDD, I don't have LDraw experience, and I don't have a 3D scanner.
Thank you,
LegoSW
|
|
|
| Whislist for the MLCad minifig generator |
|
Posted by: Willy Tschager - 2015-03-18, 12:50 - Forum: LDraw Editors and Viewers
- No Replies
|
 |
Hi,
as you might know I have added parts to the MLCad.ini file that drives the MLCad minifig generator in MLCad, LeoCAD or Bricksmith, which do not come with a "Minifig" statement such as 75° slopes or bars. I'd like to add some more of those, so please forward your wishes which parts you wanna see in the generator.
w.
|
|
|
| [MLCad 3.40] MLCad.ini vs. MLCad.grp vs. MLCAD.CFG |
|
Posted by: Steffen - 2015-03-17, 22:13 - Forum: LDraw Editors and Viewers
- Replies (11)
|
 |
This question is about MLCad 3.40.
I know that MLCad settings are stored in 2 files mainly, which sit in its program folder:
- MLCad.ini - contains its main application settings, including folders to look in for parts, settings for its built-in LSYNTH support, settings for the Minifig generator etc.
- MLCad.grp - contains the configuration of its parts tree which allows to group parts together into groups by their name
However, MLCad creates a binary file named MLCAD.cfg in my LDRAW folder additionally
when I run it. It re-creates the file when I delete it.
Does anyone know what this file contains, what its purpose is?
|
|
|
| Design in CAD and then order to your door |
|
Posted by: Matt Aitken - 2015-03-17, 19:58 - Forum: All Other Programs.
- No Replies
|
 |
Hi, I’m Matt and I’m a big fan of LDraw and, of course, LEGO. I've been building LEGO in all forms since I could talk – I actually was playing LEGO before I could talk… I’d love to tell you about a related product I’m building that I think you might be interested in.
Form is an app you use to invent amazing things and order them to your door. Using a combination of simple parts (beams, axles, joints, gears) and intelligent parts (processors, batteries, motors, sensors) you can create sophisticated toys, robots or machines. In fact, you can design almost anything you can think of. Or you can browse what other people have made and build their creations instead.
First, design your invention and then hit order. Once your creation arrives, follow the step-by-step instructions to put it together. Whatever you’ve designed – whether it's the ultimate remote control car, quadcopter or roller coaster – you can control it and view all the live sensor data using our app.
If you love your invention you can share it with the community. All shared designs are free to build, you just need the required parts. If another builder doesn’t have all the parts to build your invention, then they can order any extras they need. Each time someone orders parts to build your invention, you are rewarded with money, or credits for more parts.
We’re building a user base of those who are interested in the product and are keen to help us develop it further. We’re making steps everyday and will be sharing our progress with those who join our newsletter – including early previews of all the parts. I’d love to get your input and for you to be amongst the first to find out more.
Sign up here http://www.buildwithform.com
Thanks,
Matt
[email protected]
|
|
|
| Using JSON as HL library export |
|
Posted by: Roland Melkert - 2015-03-15, 23:14 - Forum: Official File Specifications/Standards
- Replies (6)
|
 |
I've been playing with a simple JSON export in LDCad 1.5 alpha to see if its worth the effort in regards to the introducing a second HL library topic.
It resulted in this extremely light weight welGL renderer. This is far from a full featured LDraw renderer but it demonstrates the ease of doing so when using a new HL LDraw library format.
The JSON structure is readable in the test's javascript source. For now the format only includes polygons (excluding textures).
The test also raised some questions we need to awnser if we ever want to setup some official JSON LDraw format, My main concerns / discussion points I would like to throw into the group are:
How to split the geometry data
In the example I basically dumped the LDCad OpenGL vertex data into a single array (made out of continues pos/nor pairs). Alternative could be to first list all unique positions, normals and tex coords individually and also setup separate index arrays for them per mesh. The enduser software can then construct any kind of buffer they need. Optionally ignoring normals and / or texture coordinates etc.
Webgl (one of the main end users of the format) has no QUAD support, should we therefore drop quads in the fileformat to?
For now I converted the quad indices to triangle indices while keeping them separated. That way you can transform them back when needed.
How to handle non BFC parts
Non bfc parts are handled with dual lighting inside LDCad so these export tests will cause problems for non bfc parts. So how do we handle non bfc parts in the JSON files? Ether by duplicating all data or by setting some flag so the enduser handles it with a different shader or by drawing everything twice (CW and CCW) or something.
|
|
|
|