Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Town and Trains 1994
Forum: Official Models
Last Post: Chris Böhnke
11 minutes ago
» Replies: 11
» Views: 2,009
|
Reviewers, Get Your Revie...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
11 minutes ago
» Replies: 0
» Views: 4
|
Parts request + questions...
Forum: Part Requests
Last Post: Chris Böhnke
43 minutes ago
» Replies: 2
» Views: 16
|
2024/2025/2026 LDraw.org ...
Forum: LDraw.org Announcements
Last Post: Orion Pobursky
3 hours ago
» Replies: 12
» Views: 105
|
bi mesh request
Forum: Part Requests
Last Post: Jeff Jones
6 hours ago
» Replies: 0
» Views: 50
|
Crystal Skull from Indian...
Forum: Part Requests
Last Post: Jeff Jones
Today, 10:12
» Replies: 4
» Views: 156
|
Torso shortcut naming
Forum: Parts Tracker Discussion
Last Post: Chris Böhnke
Today, 3:20
» Replies: 15
» Views: 1,392
|
funny looking minfiig hea...
Forum: Part Requests
Last Post: Chris Böhnke
Today, 2:30
» Replies: 1
» Views: 111
|
Tiles 1 X 8 from latest A...
Forum: Part Requests
Last Post: N. W. Perry
Yesterday, 16:18
» Replies: 69
» Views: 47,113
|
The Lego and Batman Movie...
Forum: Part Requests
Last Post: Jeff Jones
Yesterday, 15:50
» Replies: 12
» Views: 7,398
|
|
|
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.
|
|
|
2015/2016 LDraw.org Standards Board (LSB) - Call for Volunteers |
Posted by: Willy Tschager - 2015-03-14, 8:40 - Forum: LDraw.org Announcements
- Replies (8)
|
|
This is the official call for volunteers on the LDraw.org Standards Board (LSB).
The LSB is responsible for maintaining semi-regular internal discussions on pending file format issues, the overall progress of the LDraw file format and new or proposed developments made by different LDraw-based software authors. They adopt new official standards by voting on them, and publish documentation on LDraw.org following such a decision. The LSC has documented and will document past, current and future LDraw File Formats.
With revision 1.5 of the LSC Charter the number of seats is restricted to 4 since one seat is reserved for a current LDraw Library Administrator.
Most urging issues are:
- LDraw File Format 2.0 (Discussions here and here)
- Standard for a connection database (Discussion here)
- Define TEXMAP resolution and naming conventions (Discussion here)
To ensure only competent, dedicated, and active contributors are eligible to become members of the LSB, they shall have met one or more of the following requirements for nomination:
- Authored at least two LDraw parts subsequently released in an Official LDraw.org Parts Update
- Served as a reviewer on the Parts Tracker through at least 2 official parts updates, and posted at least 5 reviews in at least two updates since their initial participation
- Released a still available software program that is compliant with either the LDraw 1.0.0 spec or another spec published by the LSB
- Petition for nomination as an LSB candidate approved by 2 current LSB members
- Petition for nomination as an LSB candidate made to the LSB by at least 5 others eligible to be LSB candidates
This Call will close at 11:59 PM GMT on 31 March 2015. The LDraw Steering Committee will appoint the new LSB members in the following days.
Willy Tschager
On behalf of the LDraw.org Steering Committee
|
|
|
|