Search found 9 matches

Go to advanced search

by hkopp
19 May 2011, 19:38
Forum: General Discussion
Topic: License of Scripts
Replies: 1
Views: 8250

License of Scripts

Hallo,
i have written a script for polymake, callable via polymake --script <scriptfile>

Now I am unsure, if I have to put my script under the GPL, since polymake is GPL-licensed. Is my script a derived work?
I am no attorney, so I would be very grateful for help.

Best regards
Henning
by hkopp
10 Mar 2011, 17:53
Forum: Helpdesk
Topic: PointThickness and PointBorderThickness in jreality
Replies: 7
Views: 8717

Re: PointThickness and PointBorderThickness in jreality

Now it says (Stripping trailing CRs from patch.) patching file branches/cones-final/apps/common/perllib/JReality.pm Hunk #1 FAILED at 134. Hunk #2 FAILED at 285. 2 out of 2 hunks FAILED -- saving rejects to file branches/cones-final/apps/common/perllib/JReality.pm.rej Is there anything more I can do...
by hkopp
08 Mar 2011, 11:46
Forum: Helpdesk
Topic: PointThickness and PointBorderThickness in jreality
Replies: 7
Views: 8717

Re: PointThickness and PointBorderThickness in jreality

I did
cd /usr/local/share/polymake
sudo patch -p0 <DOWNLOAD_DIRECTORY/JReality-thickness.patch
but my Computer doesn't respond.
Where is my problem?

Best regards
hkopp
by hkopp
03 Mar 2011, 18:50
Forum: Helpdesk
Topic: PointThickness and PointBorderThickness in jreality
Replies: 7
Views: 8717

Re: PointThickness and PointBorderThickness in jreality

Thank you, but how can I apply the patch?

And sorry for the stuff with PointBorderThickness. It doesn't make any sense in this context. In fact I was searching for the Parameter EdgeThickness.

Thank you very much
hkopp
by hkopp
01 Mar 2011, 00:25
Forum: Helpdesk
Topic: PointThickness and PointBorderThickness in jreality
Replies: 7
Views: 8717

PointThickness and PointBorderThickness in jreality

Hallo, It's me again with a visualization issue ;-) $t=new Polytope<Rational>(POINTS=>[[1,0,0,0],[1,1,0,0],[1,0,1,0]]); $t->VISUAL(PointThickness=>'0.1'); $t->VISUAL(PointThickness=>'1.5'); $t->VISUAL(PointThickness=>'1.9'); All these commands give me the same thickness of the points, whereas $t->VI...
by hkopp
22 Feb 2011, 13:47
Forum: Helpdesk
Topic: Transparency in jreality
Replies: 5
Views: 9982

Re: Transparency in jreality

sorry, I meant transparent.
So 0.1 is to me more opaque than just 0.

Best regards
hkopp
by hkopp
22 Feb 2011, 12:55
Forum: Helpdesk
Topic: Bounding box
Replies: 1
Views: 4039

Bounding box

Hallo, I have a question to the bounding boxes: $t=new Polytope<Rational>(POINTS=>([[0,0,0,1],[0,0,0,-1],[0,1,1,0],[0,-1,-1,0],[1,-1,-1,0]])); $v=new Polytope<Rational>(POINTS=>([[0,0,0,1],[0,0,0,-1],[0,1,1,0],[0,-1,-1,0],[1,0,0,0]])); compose($v->VISUAL(FacetColor=>'blue'), $t->VISUAL); Then $t and...
by hkopp
22 Feb 2011, 12:46
Forum: Helpdesk
Topic: Transparency in jreality
Replies: 5
Views: 9982

Re: Transparency in jreality

Thank you roerig, now it seems to function for the range 0 < x <= 1. But for tranparency=0, it is still now opaque.

Best regards
hkopp
by hkopp
04 Feb 2011, 13:34
Forum: Helpdesk
Topic: Transparency in jreality
Replies: 5
Views: 9982

Transparency in jreality

Hallo, I'm trying to get jreality to draw my stuff transparent, but it doesn't seem to work. As i have understood, The FacetColor is a float between 0 and 1, where 0 is opague and 1 is translucent. Here is the link to the section in the documentation: http://wwwopt.mathematik.tu-darmstadt.de/polymak...

Go to advanced search