On 29/02/12 17:06, Gijs de Rooy wrote:
> Whatever you do to fix it, please note that there is more than one
> windturbine model ;)
> E.g. this one I created recently:
> http://scenemodels.flightgear.org/modeledit.php?id=2418
>
> IIRC it has the same animation setup, just different numbers.

It seems there was some weirdness in the db:

landcover=> select count(*),ob_heading from fgs_objects where 
ob_model=33 group by ob_heading;
  count | ob_heading
-------+------------
      1 |     200.00
      2 |     210.00
      1 |     230.00
      1 |     240.00
    789 |     180.00
  24262 |       0.00
(6 rows)

So I've updated it, and we now have:

landcover=> select count(*),ob_heading from fgs_objects where 
ob_model=33 group by ob_heading;
  count | ob_heading
-------+------------
  25056 |       0.00
(1 row)

I'll do the same for model 2418 - then once everything is consistent we 
can see if any changes need to be made (they certainly used to work 
properly).

-- 
Jon Stockill
li...@stockill.net

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to