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 537 online users. » 1 Member(s) | 532 Guest(s) Applebot, Bing, Google, Yandex, Christopher Pittman
|
|
|
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.
|
|
|
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?
|
|
|
|