[Therion] point:passage-height
Martin Sluka
martinsluka at mac.com
Mon Jan 14 14:57:42 CET 2013
On Jan 14, 2013, at 2:36 PM, Martin Sluka <martinsluka at mac.com> wrote:
> It looks the xs s and m scale are not enough differenced
The definition is in file thpoint.cxx from line 959
if (postprocess) {
this->point->export_mp(out);
double scl = 1.0;
switch (this->scale) {
case TT_2DOBJ_SCALE_L:
scl = 1.414;
break;
case TT_2DOBJ_SCALE_XL:
scl = 2.0;
break;
case TT_2DOBJ_SCALE_S:
scl = 0.707;
break;
case TT_2DOBJ_SCALE_XS:
scl = 0.5;
break;
So the scales are: 2.0, 1.414, 1.0, 0.707, 0.5
Try to change them and compile therion. without any guaranty ;)
m.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.speleo.sk/pipermail/therion/attachments/20130114/03e5547e/attachment.htm>
More information about the Therion
mailing list