| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 181 online users. » 0 Member(s) | 177 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Bionicle Tahu Cosplayer f...
Forum: Part Requests
Last Post: Magnus Forsberg
7 hours ago
» Replies: 8
» Views: 291
|
Parts Request- Marvel 202...
Forum: Part Requests
Last Post: Philippe Hurbain
Yesterday, 7:33
» Replies: 12
» Views: 3,312
|
Town 1981
Forum: Official Models
Last Post: Takeshi Takahashi
2026-05-04, 14:15
» Replies: 9
» Views: 13,155
|
Pokemon
Forum: Official Models
Last Post: Florent Faramond
2026-05-03, 18:32
» Replies: 19
» Views: 4,882
|
2026 - New Parts -> Raw M...
Forum: Part Requests
Last Post: Gerald Lasser
2026-05-01, 14:54
» Replies: 5
» Views: 3,311
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2026-04-30, 17:19
» Replies: 3
» Views: 369
|
LDraw.org Official Parts ...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2026-04-29, 20:27
» Replies: 5
» Views: 622
|
Parts Tracker Submit Vali...
Forum: Parts Tracker Discussion
Last Post: Orion Pobursky
2026-04-28, 21:05
» Replies: 0
» Views: 177
|
3DToLD 1.6.2 Quality Sett...
Forum: LDraw File Processing and Conversion
Last Post: Hageta
2026-04-28, 9:47
» Replies: 0
» Views: 328
|
The Wizard of Oz Minifigu...
Forum: Part Requests
Last Post: Zoltán Tibor
2026-04-28, 6:59
» Replies: 0
» Views: 252
|
|
|
| Lpub/Bricksmith - Changing Orientations in Steps |
|
Posted by: Mark Anderson - 2014-08-10, 16:57 - Forum: General LDraw.org Discussion
- Replies (1)
|
 |
I need a little help creating a set of instructions for a MOC I'm working on.
I'm using Bricksmith (3.0) on my Mac (10.9.4) and then bringing that into Lpub (4.0.0.10). I need to rotate the model in the instructions to show how to attach some pieces. Is there a way to do this in either Bricksmith or Lpub I'm not aware of?
Thanks!!
Mark
|
|
|
| TEXMAP extension thoughts and findings. |
|
Posted by: Roland Melkert - 2014-08-07, 23:27 - Forum: Parts Authoring
- Replies (33)
|
 |
I've been working on the cylindrical implementation and I noticed some minor confusing things about the current TEXMAP spec.
The planar projection uses top/left orientation while the cylindrical one uses center bottom. This isn't a real big problem but the text states the v coordinate should be based on the distance to the base plane. This will cause the picture to be up side down.
So unless I misunderstood something (else) I think it should be the distance to the cylinder top plane.
Using that correction this:
Code: 0 Cyl texmap test minifig head
0 UNOFFICIAL PART
0 BFC CERTIFY CCW
1 16 0 0 0 1 0 0 0 1 0 0 0 1 s\3626bs02.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 -13 0 0 0 13 0 0 0 -13 1-8cyli.dat
1 16 0 4 0 13 0 0 0 13 0 0 0 13 2-4cyli.dat
1 16 0 4 0 0 0 8 0 -6.4 0 8 0 0 t04o6250.dat
1 16 0 4 0 -8 0 0 0 -6.4 0 0 0 8 t04o6250.dat
1 16 0 17 0 0 0 -8 0 6.4 0 8 0 0 t04o6250.dat
1 16 0 17 0 8 0 0 0 6.4 0 0 0 8 t04o6250.dat
1 16 0 4 0 0 0 -8 0 -6.4 0 -8 0 0 t04o6250.dat
1 16 0 4 0 8 0 0 0 -6.4 0 0 0 -8 t04o6250.dat
1 16 0 17 0 0 0 8 0 6.4 0 -8 0 0 t04o6250.dat
1 16 0 17 0 -8 0 0 0 6.4 0 0 0 -8 t04o6250.dat
0 !TEXMAP START CYLINDRICAL 0 17 0 0 4 0 0 17 -13 90 smile.png
0 !: 1 16 0 17 0 13 0 0 0 -13 0 0 0 -13 s\minifighead-hlp.dat
0 !TEXMAP FALLBACK
1 16 0 17 0 13 0 0 0 -13 0 0 0 -13 s\minifighead-hlp.dat
0 !TEXMAP END
will render like:
If people agree, we need to correct the spec text.
Second the spec doesn't mention what to do with over scan and or fully enclosed objects.
For example (using Nils' checker png ).
Code: 0 !TEXMAP START CYLINDRICAL 0 0 0 0 -200 0 0 0 -200 180 checker.png
0 !: 1 15 0 -200 0 200 0 0 0 200 0 0 0 -200 4-4cyli.dat
0 !TEXMAP FALLBACK
1 15 0 -200 0 200 0 0 0 200 0 0 0 -200 4-4cyli.dat
0 !TEXMAP END
gives (over scan):
and
Code: 0 !TEXMAP START CYLINDRICAL 0 0 0 0 -200 0 0 0 -200 360 checker.png
0 !: 1 15 0 -200 0 200 0 0 0 200 0 0 0 -200 4-4cyli.dat
0 !TEXMAP FALLBACK
1 15 0 -200 0 200 0 0 0 200 0 0 0 -200 4-4cyli.dat
0 !TEXMAP END
gives (enclosed)
Both having the -180 == 180 problem
But again i'm not claiming my implementation is currently 100% correct.
Thoughts?
|
|
|
| LPub - How to add divider after step? |
|
Posted by: Stefan Edlinger - 2014-08-03, 15:28 - Forum: LDraw File Processing and Conversion
- Replies (2)
|
 |
Hi all, I created a Lego model using Bricksmith on my iMac, now imported it to LPub and I have a lot of steps in there which I want to have on one page... but he just does a list of it, listing step by step in a row on the page even if there is no room. Now according to the instructions of LPub I should right click the step I want to divide and choose "Add Divider after step" so it creates a new column with it.
But I do not have this option... it does not show up, even when the next step is outside of the page and I right click on the building picture as described in the instructions, there is no "Add Divider after step" showing up.
Help anyone please?
|
|
|
| Forum software |
|
Posted by: Orion Pobursky - 2014-07-25, 22:11 - Forum: Website Suggestions/Requests/Discussion
- Replies (3)
|
 |
After working on backend projects for a few months now, I've become unsatisfied with the current forum software (Phorum). The tempting system is all kinds of stupid and plugins are a pain to write. I am now looking for a suitable alternative. Rest assured that I will not be switching the system over unless I can do it seamlessly with all data intact. Any suggestions regarding what other major sites use is welcome however I will not choose software that does not support threaded view (so no phpBB) or is not open source.
|
|
|
|