[Therion-cs] řezy mapou

2013-09-02 Thread Jiří Fichtner
Ahoj,
učím se s therionem, podařilo se mi udělat mapu, rozvinutej profil, ale 
netuším jak udělat řez případně, jak postupně definovat profil jeskyně 
abych
z toho mohl generovat 3D?

BTW: nemáte někdo přeloženej therion book do CZ nebo SK?

díky za odpovědi
-- 
s pozdravem
Jiří Fichtner
- další část ---
HTML příloha byla odstraněna...
URL: 
<http://mailman.speleo.sk/pipermail/therion-cs/attachments/20130902/90d85d3c/attachment.html>


[Therion] samples processing failing

2013-09-02 Thread Olly Betts
t; The build is now 'acceptably noisy but would benefit for a bit more tidyup.

The attached patch fixes all the rest which I see with GCC 4.7.2.

I'm slightly dubious about this part - the patch shouldn't change the
current behaviour, but that's a lot of code which doesn't actually do
anything so I wonder if it's really doing what was intended:

--- therion-5.3.11/extern/poly2tri/common/shapes.cc Thu Jan 19 21:42:59 2012
+++ therion-5.3.11/extern/poly2tri/common/shapes.cc Mon Sep  2 13:05:42 2013
@@ -86,11 +86,6 @@
 Point* Triangle::OppositePoint(Triangle& t, Point& p)
 {
   Point *cw = t.PointCW(p);
-  double x = cw->x;
-  double y = cw->y;
-  x = p.x;
-  y = p.y;
-  Point* ham = PointCW(*cw);
   return PointCW(*cw);
 }

Cheers,
Olly
-- next part --
A non-text attachment was scrubbed...
Name: therion-5.3.11-warning-fixes.patch
Type: text/x-diff
Size: 15648 bytes
Desc: not available
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20130902/c37310f1/attachment.patch>