Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,971
» Latest member: Rustem
» Forum threads: 5,973
» Forum posts: 50,575
Full Statistics
|
Online Users |
There are currently 402 online users. » 0 Member(s) | 399 Guest(s) Applebot, Bing, Google
|
|
|
Alternative state NXT connectors |
Posted by: Roland Melkert - 2014-08-30, 18:48 - Forum: Part Requests
- Replies (8)
|
 |
Not sure this is a request or just an observation.
But I noticed when you using the NXT plugs they look wrong when they are in their sockets.
In real life both the clip on the plug and the copper wires inside the socket will bend when accepting each other.
So maybe we need two versions of both?
|
|
|
Line type 1 and 0 FILE filename/part name upper/lowercase specification |
Posted by: Mario Pascucci - 2014-08-29, 13:07 - Forum: Parts Authoring
- Replies (9)
|
 |
Hi (again) all, people.
I'm still working on a simple Java renderer for LDraw models, and now I'm a little confused about part/filename/subfile/"0 FILE" MPD extension/etc. for case sensitivity.
- In "File Format 1.0.2" there are no statements about case-sensitivity for file names or line type "1". Only in "Direct color" ("hex values must be uppercase") and "File Type" (case insensitive).
- In "File Format Restrictions for the Official Library" under "LDraw Files/File Name" it states "While both upper and lower case letters are permitted in filenames, filenames are case-insensitive. Currently, all official parts are issued with upper-case only names." But in "complete.zip" official library all part/subpart/primitive names are lower-case!
- Zip files are case sensitive (and so are developer libraries to access Zip files), and when extract files in a case-sensitive file system use original-case filenames. Search file names in ZIP file is case sensitive, so it is important to know how a part/subpart/primitive file is named in official library: 3070b.DAT, 3070B.dat or 3070B.DAT are different.
- Looking at "MPD Language Extension", filename case isn't specified. But in a forum message (here) it is clearly stated that "And MPD file lookup probably shouldn't be case-sensitive, because no other filename lookups in LDraw files are case-sensitive".
So, my questions:
- Can I assume that in MPD-type file all internal references to sub-file can be case insensitive?
- Can I assume that part/subpart/primitives file names in Official library are all lowercase?
- LDR-type file with external reference to sub-file needs to be case-sensitive, because now almost all filesystem are case-sensitive. So, can I consider external referenze to sub-file are case-sensitive?
Thank you for your great work on LDraw libraries!
Mario
PS: when my Java viewer is ready I'll share it with you.
|
|
|
An unknown color ID referred by some official parts |
Posted by: Mario Pascucci - 2014-08-19, 15:06 - Forum: Parts Authoring
- Replies (4)
|
 |
Hi all.
This is my first message, and I apologize in advance if this isn't the right section.
I'm experimenting on rendering LDraw parts and models in Java, and in an LDR model I found a part in latest official part library (2014-01) that use this color id: 391.
I can't find it in LDConfig.ldr, and I haven't found any reference to this color code.
So, part uses this color:
973psk.dat (for sub-part s/973pskb.dat) in row 19
I found a sub-part that uses this color, too:
s/3068s101.dat in rows 39, 51, 52
Thank you for your work on LDraw part library.
Mario
|
|
|
|