| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,418
» Latest member: slvn
» Forum threads: 6,245
» Forum posts: 52,217
Full Statistics
|
| Online Users |
There are currently 190 online users. » 0 Member(s) | 186 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
The colour of textures in...
Forum: Parts Authoring
Last Post: Orion Pobursky
4 hours ago
» Replies: 2
» Views: 80
|
Keywords and invalid 0 li...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
Yesterday, 22:17
» Replies: 6
» Views: 142
|
Minifigure Head MINI HEAD...
Forum: Part Requests
Last Post: Bailey Meyer
Yesterday, 20:37
» Replies: 5
» Views: 365
|
Friends 2025
Forum: Official Models
Last Post: Philippe Hurbain
2025-11-02, 19:24
» Replies: 1
» Views: 276
|
Technic 1990
Forum: Official Models
Last Post: Takeshi Takahashi
2025-11-02, 15:05
» Replies: 14
» Views: 18,360
|
Sorting by date
Forum: Website Suggestions/Requests/Discussion
Last Post: Peter Blomberg
2025-11-01, 10:22
» Replies: 5
» Views: 475
|
Parts request , spider we...
Forum: Part Requests
Last Post: Peter Grass
2025-10-31, 11:23
» Replies: 1
» Views: 204
|
Part 4070 differences in ...
Forum: Parts Authoring
Last Post: Peter Grass
2025-10-31, 10:58
» Replies: 7
» Views: 622
|
Empty file with MLCad
Forum: Parts Authoring
Last Post: Orion Pobursky
2025-10-30, 0:20
» Replies: 2
» Views: 289
|
Duplo parts not yet in LD...
Forum: Part Requests
Last Post: Peter Grass
2025-10-29, 9:46
» Replies: 16
» Views: 2,307
|
|
|
| LGEO/LDBoxer folder structure |
|
Posted by: Michael Horvath - 2019-07-09, 13:55 - Forum: LDraw File Processing and Conversion
- No Replies
|
 |
Currently, all LGEO parts (except Anton Raves and Darats STL parts) are stored in "lgeo/lg". So there's no need to worry about sub-parts or primitives located inside sub-directories. However, when one is utilizing the LDBoxer library, boxed parts are stored in the "ldraw/parts/b", "ldraw/parts/s" and "ldraw/parts/s/b" directories. Here are some examples from one of my models:
Code: 1 0 -170 -224 -90 0 0 1 0 1 0 -1 0 0 b\a2339.dat
1 0 170 -224 -90 0 0 -1 0 1 0 1 0 0 b\a2339.dat
1 0 -190 -128 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 -190 -104 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 -190 -80 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 -190 -56 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 190 -128 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 190 -104 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 190 -80 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 190 -56 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 190 -200 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 -190 -200 100 0 0 -1 0 1 0 1 0 0 b\a3004.dat
1 0 -190 -224 100 0 0 -1 0 1 0 1 0 0 b\a3010.dat
1 0 190 -224 100 0 0 -1 0 1 0 1 0 0 b\a3010.dat
Each of these boxed parts is located in the "ldraw/parts/b" directory.
What would be the best way to deal with these sub-directories within files like "lg_elements.lst" and "LGEO.xml"? I'm not sure what the best solution is, especially given the number of programs that rely on "lg_elements.lst" and/or "LGEO.xml" to behave in a certain way, and would likely need to be reprogrammed as a result. Does anyone have any suggestions? Thanks.
|
|
|
|