| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,815
» Latest member: Kaufman
» Forum threads: 6,472
» Forum posts: 53,623
Full Statistics
|
| Online Users |
There are currently 168 online users. » 0 Member(s) | 163 Guest(s) Applebot, Baidu, Bing, Google, Yandex
|
| Latest Threads |
Requesting parts and prin...
Forum: Part Requests
Last Post: Hageta
2026-04-24, 16:54
» Replies: 4
» Views: 252
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2026-04-23, 20:22
» Replies: 10
» Views: 335
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2026-04-23, 17:55
» Replies: 10
» Views: 500
|
Chere can I find LDD part...
Forum: Part Requests
Last Post: Gerald Lasser
2026-04-23, 15:17
» Replies: 2
» Views: 427
|
Architecture Theme
Forum: Official Models
Last Post: N. W. Perry
2026-04-23, 14:41
» Replies: 189
» Views: 607,391
|
Alien tourist parts reque...
Forum: Part Requests
Last Post: Jackob
2026-04-22, 15:21
» Replies: 0
» Views: 139
|
Brickheadz
Forum: Official Models
Last Post: Chris Böhnke
2026-04-22, 14:28
» Replies: 107
» Views: 167,204
|
Set 42228 (Tyres and Hubc...
Forum: Part Requests
Last Post: Javier Orquera
2026-04-21, 20:30
» Replies: 5
» Views: 401
|
[LDPatternCreator] Releas...
Forum: Parts Author Tools
Last Post: Nils Schmidt
2026-04-20, 17:27
» Replies: 0
» Views: 206
|
[LDPatternCreator] Releas...
Forum: Parts Author Tools
Last Post: Nils Schmidt
2026-04-20, 17:11
» Replies: 1
» Views: 298
|
|
|
| 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
|
|
|
| Naming scheme for primitives - update |
|
Posted by: Michael Heidemann - 2014-08-11, 17:15 - Forum: Parts Authoring
- Replies (18)
|
 |
It seems that there is a need for updating the naming scheme that Primgen2 uses for the primitives.
Here my suggestion:
x, y, z are values that will be substituted by primgen2 for the dimension of the part.
cylinder: x-ycyli.dat : always use cyli
disc: x-ydisc.dat : always use disc
ndisc: x-yndis.dat : always use ndis
chord: x-ychrd.dat : always use chrd
cone: x-yconz.dat : always use con
ring:x-yringz.dat : always use ring
circle: x-yedge.dat : always use edge
The length of the filename is not important anymore because I think we will not reach 25 characters.
If this should be common used, I am going to change Primgen2 quickly.
|
|
|
|