Floating Point Exception

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Floating Point Exception

Post by saint »

Hello all!

After a while of tinkering with a custom ship, I get floating point exceptions when fore or aft shield is depleted. Any idea about the possible cause ?
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Post by Kaks »

Hello saint, I'm afraid I've got no idea what might cause that floating point error, but if you post a copy of your work in progress OXP we might be able to help! :)

There's a lot of experienced OXP makers on the board, and given a chance of testing it, I'm sure one or two should be able to spot something that you might have missed (maybe some invalid value on the plist that isn't sufficiently tested for inside Oolite itself)...

Cheers,

Kaks.
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Post by saint »

O.K. Waiting for instructions to post the OXP.

BTW, I play on an iMac with Linux at home and on an intel Linux laptop at... ahem somewere else.

It seems I have no floating point exceptions under Linux PPC, but the autopilot goes berserk and gets into an endless periodic shaking of the ship...
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8515
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

saint wrote:
O.K. Waiting for instructions to post the OXP.

BTW, I play on an iMac with Linux at home and on an intel Linux laptop at... ahem somewere else.

It seems I have no floating point exceptions under Linux PPC, but the autopilot goes berserk and gets into an endless periodic shaking of the ship...
Simplest way to post your oxp is to take the raw text of each of the files from your OXP paste each one individually between the "Code" tabs: i.e.

Code: Select all

Some code
The next questions people will ask is what version of Oolite are you using and the content of both your latest.log and stderr.txt files.
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Post by Kaks »

Or - probably less mouse clicks / typing - you could zip the lot, and upload it to box.net: it's fairly easy to set up a free account with them....
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Post by saint »

Do you want them here or at the bug reporting address ? I ask it because it's a long file (about 1046 lines long).
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Post by saint »

O.K. I publish them here. BTW, the original TIE was in the public domain (see StarWars.oxp in the Expansion Pack section), mine is under GNU-GPL v3 (yesss, I hate software patents).

And now, the data:

demoships.plist

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<string>rainbow-tie-fighter-player</string>
</array>
</plist>
shipdata.plist (this is a player only ship. Does it hurt ?)

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
	<key>rainbow-tie-fighter-player</key>
	<dict>
	  <key>aft_eject_position</key>
	  <string>0.0 0.0 -1.0</string>
	  <key>cargo_type</key>
	  <string>CARGO_NOT_CARGO</string>
	  <key>energy_recharge_rate</key>
	  <real>7.5</real>
	  <key>exhaust</key>
	  <array>
		<string>-2.0 0.0 0.5 1.0 1.0 5.0</string>
		<string>2.0 0.0 0.5 1.0 1.0 5.0</string>
	  </array>
	  <key>laser_color</key>
	  <string>blueColor</string>
	  <key>max_cargo</key>
	  <string>0</string>
	  <key>max_energy</key>
	  <real>500</real>
	  <key>max_flight_pitch</key>
	  <real>2.0</real>
	  <key>max_flight_roll</key>
	  <real>2.0</real>
	  <key>max_flight_speed</key>
	  <real>500</real>
	  <key>max_missiles</key>
	  <integer>4</integer>
	  <key>missile_launch_position</key>
	  <string>0.0 -11.0 -17.0</string>
	  <key>model</key>
	  <string>rainbow-tie-fighter.dat</string>
	  <key>name</key>
	  <string>Rainbow-Tie-Fighter</string>
	  <key>roles</key>
	  <string>player</string>
	  <key>thrust</key>
	  <real>50</real>
	  <key>view_position_aft</key>
	  <string>0.0 0.0 -5.0</string>
	  <key>view_position_forward</key>
	  <string>0.0 0.0 0.0</string>
	  <key>view_position_port</key>
	  <string>-0.0 0.0 5.0</string>
	  <key>view_position_starboard</key>
	  <string>0.0 0.0 5.0</string>
	  <key>weapon_position_aft</key>
	  <string>0.0 -1.0 -53.0</string>
	  <key>weapon_position_forward</key>
	  <string>0.0 -5.0 29.0</string>
	  <key>weapon_position_port</key>
	  <string>-32.5 0.0 -7.0</string>
	  <key>weapon_position_starboard</key>
	  <string>32.5 0.0 -7.0</string>
	  <key>custom_views</key>
      <array>
        <dict>
          <key>view_description</key>
          <string>Rear View</string>
          <key>view_position</key>
          <string>0.0 -25.0 -125.0</string>
          <key>view_orientation</key>
          <string>1.0 0.0 0.0 0.0</string>
          <key>weapon_facing</key>
          <string>AFT</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Rear Right View</string>
          <key>view_position</key>
          <string>70 -16.3 -70</string>
          <key>view_orientation</key>
          <string>0.9239 0.0 0.3829 0.0</string>
          <key>weapon_facing</key>
          <string>AFT</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Right View</string>
          <key>view_position</key>
          <string>100.0 -20.0 0.0</string>
          <key>view_orientation</key>
          <string>0.7071 0.0 0.7071 0.0</string>
          <key>weapon_facing</key>
          <string>STARBOARD</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Front Right View</string>
          <key>view_position</key>
          <string>70 -20.0 70</string>
          <key>view_orientation</key>
          <string>0.3829 0.0 0.9239 0.0</string>
          <key>weapon_facing</key>
          <string>STARBOARD</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Front View</string>
          <key>view_position</key>
          <string>0.0 -25.0 125.0</string>
          <key>view_orientation</key>
          <string>0.0 0.0 1.0 0.0</string>
          <key>weapon_facing</key>
          <string>FORWARD</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Front Left View</string>
          <key>view_position</key>
          <string>-70 -20.0 70</string>
          <key>view_orientation</key>
          <string>0.3829 0.0 -0.9239 0.0</string>
          <key>weapon_facing</key>
          <string>PORT</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Left View</string>
          <key>view_position</key>
          <string>-100.0 -20.0 0.0</string>
          <key>view_orientation</key>
          <string>0.7071 0.0 -0.7071 0.0</string>
          <key>weapon_facing</key>
          <string>PORT</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Rear Left View</string>
          <key>view_position</key>
          <string>-70 -16.3 -70</string>
          <key>view_orientation</key>
          <string>0.9239 0.0 -0.3829 0.0</string>
          <key>weapon_facing</key>
          <string>AFT</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Top View</string>
          <key>view_position</key>
          <string>0.0 100.0 -16.3</string>
          <key>view_orientation</key>
          <string>-0.7071 0.7071 0.0 0.0</string>
          <key>weapon_facing</key>
          <string>FORWARD</string>
        </dict>
        <dict>
          <key>view_description</key>
          <string>Bottom View</string>
          <key>view_position</key>
          <string>0.0 -100.0 -16.3</string>
          <key>view_orientation</key>
          <string>0.0 0.0 0.7071 0.7071</string>
          <key>weapon_facing</key>
          <string>AFT</string>
        </dict>
      </array>
	</dict>
  </dict>
</plist>
shipyard.plist

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>rainbow-tie-fighter-player</key>
	<dict>
		<key>chance</key>
		<real>0</real>
		<key>optional_equipment</key>
		<array>
			<string>EQ_ECM</string>
			<string>EQ_FUEL_SCOOPS</string>
			<string>EQ_ENERGY_BOMB</string>
			<string>EQ_ENERGY_UNIT</string>
			<string>EQ_NAVAL_ENERGY_UNIT</string>
			<string>EQ_DOCK_COMP</string>
			<string>EQ_WEAPON_PULSE_LASER</string>
			<string>EQ_WEAPON_BEAM_LASER</string>
			<string>EQ_WEAPON_MINING_LASER</string>
			<string>EQ_WEAPON_MILITARY_LASER</string>
			<string>EQ_FUEL_INJECTION</string>
			<string>EQ_SCANNER_SHOW_MISSILE_TARGET</string>
			<string>EQ_MULTI_TARGET</string>
			<string>EQ_GAL_DRIVE</string>
			<string>EQ_ADVANCED_COMPASS</string>
			<string>EQ_SHIELD_BOOSTER</string>
			<string>EQ_NAVAL_SHIELD_BOOSTER</string>
		</array>
		<key>price</key>
		<integer>800000</integer>
		<key>standard_equipment</key>
		<dict>
			<key>extras</key>
			<array>
                <string>EQ_FUEL_SCOOPS</string>
			</array>
			<key>forward_weapon_type</key>			<string>EQ_WEAPON_MILITARY_LASER</string>
			<key>missiles</key>
			<integer>8</integer>
		</dict>
		<key>techlevel</key>
		<integer>1</integer>
		<key>weapon_facings</key>
		<integer>20</integer>
	</dict>
</dict>
</plist>
the model, rainbow-tie-fighter.dat

Code: Select all

// output from Obj2DatTex.py Wavefront text file conversion script
// (c) 2005 By Giles Williams
// 
// original file: "/Users/siggy/Desktop/TIE-Fighter.obj"
// 
// model size: 12.694 x 14.234 x 12.595
// 
// textures used: ['Rainbow-rechts_auv.png']
// 
NVERTS 150
NFACES 284

VERTEX
6.32171288, -7.06010579, 3.31768172
6.28875368, 3.9721665e-2, 6.35626911
6.29016682, 7.10630764, 3.09823471
6.32453917, 7.07306617, -3.19838707
6.35749838, -2.6761285e-2, -6.23697446
6.35608523, -7.09334727, -2.97894006
6.17053177, -7.05660048, 3.31674146
6.13757256, 4.3226972e-2, 6.35532885
6.13898571, 7.10981295, 3.09729445
6.17335806, 7.07657148, -3.19932733
6.20631727, -2.3255977e-2, -6.23791472
6.20490412, -7.08984196, -2.97988032
6.34058599, -0.63787996, 5.9177194e-2
6.33804764, -0.29160927, -0.54419601
6.33297096, 0.40093213, -0.54419601
6.33043262, 0.74720282, 5.9177194e-2
6.33297096, 0.40093213, 0.66255039
6.33804764, -0.29160927, 0.66255039
-6.32662567, -0.73073714, 5.9177194e-2
-6.32916402, -0.38446644, -0.54419601
-6.33424070, 0.30807495, -0.54419601
-6.33677904, 0.65434565, 5.9177194e-2
-6.33424070, 0.30807495, 0.66255039
-6.32916402, -0.38446644, 0.66255039
-6.05689419, -7.10901252, 3.27561491
-6.05229909, -9.9938343e-3, 6.35591198
-6.06980965, 7.10517189, 3.13913543
-6.09191531, 7.12131894, -3.15793819
-6.09651042, 2.2300253e-2, -6.23823525
-6.07899986, -7.09286547, -3.02145870
-6.28361285, -7.10485325, 3.27629257
-6.27901775, -5.8345657e-3, 6.35658964
-6.29652831, 7.10933116, 3.13981309
-6.31863398, 7.12547821, -3.15726053
-6.32322908, 2.6459522e-2, -6.23755759
-6.30571852, -7.08870621, -3.02078104
1.14881566, 2.77348636, 5.3616955e-18
1.06136728, 2.77348636, 0.43963272
0.81233535, 2.77348636, 0.81233535
0.43963272, 2.77348636, 1.06136728
1.5807918e-16, 2.77348636, 1.14881566
-0.43963272, 2.77348636, 1.06136728
-0.81233535, 2.77348636, 0.81233535
-1.06136728, 2.77348636, 0.43963272
-1.14881566, 2.77348636, 1.4604639e-16
-1.06136728, 2.77348636, -0.43963272
-0.81233535, 2.77348636, -0.81233535
-0.43963272, 2.77348636, -1.06136728
-1.2329021e-16, 2.77348636, -1.14881566
0.43963272, 2.77348636, -1.06136728
0.81233535, 2.77348636, -0.81233535
1.06136728, 2.77348636, -0.43963272
2.12273456, 2.12273456, 5.3616955e-18
1.96115101, 2.12273456, 0.81233535
1.50100000, 2.12273456, 1.50100000
0.81233535, 2.12273456, 1.96115101
2.1771255e-16, 2.12273456, 2.12273456
-0.81233535, 2.12273456, 1.96115101
-1.50100000, 2.12273456, 1.50100000
-1.96115101, 2.12273456, 0.81233535
-2.12273456, 2.12273456, 2.6531312e-16
-1.96115101, 2.12273456, -0.81233535
-1.50100000, 2.12273456, -1.50100000
-0.81233535, 2.12273456, -1.96115101
-3.0219030e-16, 2.12273456, -2.12273456
0.81233535, 2.12273456, -1.96115101
1.50100000, 2.12273456, -1.50100000
1.96115101, 2.12273456, -0.81233535
2.77348636, 1.14881566, 5.3616955e-18
2.56236728, 1.14881566, 1.06136728
1.96115101, 1.14881566, 1.96115101
1.06136728, 1.14881566, 2.56236728
2.5755829e-16, 1.14881566, 2.77348636
-1.06136728, 1.14881566, 2.56236728
-1.96115101, 1.14881566, 1.96115101
-2.56236728, 1.14881566, 1.06136728
-2.77348636, 1.14881566, 3.4500460e-16
-2.56236728, 1.14881566, -1.06136728
-1.96115101, 1.14881566, -1.96115101
-1.06136728, 1.14881566, -2.56236728
-4.2172752e-16, 1.14881566, -2.77348636
1.06136728, 1.14881566, -2.56236728
1.96115101, 1.14881566, -1.96115101
2.56236728, 1.14881566, -1.06136728
3.00200000, 2.5010347e-16, 5.3616955e-18
2.77348636, 2.5010347e-16, 1.14881566
2.12273456, 2.5010347e-16, 2.12273456
1.14881566, 2.5010347e-16, 2.77348636
2.7155025e-16, 2.5010347e-16, 3.00200000
-1.14881566, 2.5010347e-16, 2.77348636
-2.12273456, 2.5010347e-16, 2.12273456
-2.77348636, 2.5010347e-16, 1.14881566
-3.00200000, 2.5010347e-16, 3.7298852e-16
-2.77348636, 2.5010347e-16, -1.14881566
-2.12273456, 2.5010347e-16, -2.12273456
-1.14881566, 2.5010347e-16, -2.77348636
-4.6370341e-16, 2.5010347e-16, -3.00200000
1.14881566, 2.5010347e-16, -2.77348636
2.12273456, 2.5010347e-16, -2.12273456
2.77348636, 2.5010347e-16, -1.14881566
2.77348636, -1.14881566, 5.3616955e-18
2.56236728, -1.14881566, 1.06136728
1.96115101, -1.14881566, 1.96115101
1.06136728, -1.14881566, 2.56236728
2.5755829e-16, -1.14881566, 2.77348636
-1.06136728, -1.14881566, 2.56236728
-1.96115101, -1.14881566, 1.96115101
-2.56236728, -1.14881566, 1.06136728
-2.77348636, -1.14881566, 3.4500460e-16
-2.56236728, -1.14881566, -1.06136728
-1.96115101, -1.14881566, -1.96115101
-1.06136728, -1.14881566, -2.56236728
-4.2172752e-16, -1.14881566, -2.77348636
1.06136728, -1.14881566, -2.56236728
1.96115101, -1.14881566, -1.96115101
2.56236728, -1.14881566, -1.06136728
2.12273456, -2.12273456, 5.3616955e-18
1.96115101, -2.12273456, 0.81233535
1.50100000, -2.12273456, 1.50100000
0.81233535, -2.12273456, 1.96115101
2.1771255e-16, -2.12273456, 2.12273456
-0.81233535, -2.12273456, 1.96115101
-1.50100000, -2.12273456, 1.50100000
-1.96115101, -2.12273456, 0.81233535
-2.12273456, -2.12273456, 2.6531312e-16
-1.96115101, -2.12273456, -0.81233535
-1.50100000, -2.12273456, -1.50100000
-0.81233535, -2.12273456, -1.96115101
-3.0219030e-16, -2.12273456, -2.12273456
0.81233535, -2.12273456, -1.96115101
1.50100000, -2.12273456, -1.50100000
1.96115101, -2.12273456, -0.81233535
1.14881566, -2.77348636, 5.3616955e-18
1.06136728, -2.77348636, 0.43963272
0.81233535, -2.77348636, 0.81233535
0.43963272, -2.77348636, 1.06136728
1.5807918e-16, -2.77348636, 1.14881566
-0.43963272, -2.77348636, 1.06136728
-0.81233535, -2.77348636, 0.81233535
-1.06136728, -2.77348636, 0.43963272
-1.14881566, -2.77348636, 1.4604639e-16
-1.06136728, -2.77348636, -0.43963272
-0.81233535, -2.77348636, -0.81233535
-0.43963272, -2.77348636, -1.06136728
-1.2329021e-16, -2.77348636, -1.14881566
0.43963272, -2.77348636, -1.06136728
0.81233535, -2.77348636, -0.81233535
1.06136728, -2.77348636, -0.43963272
8.7736835e-17, 3.00200000, 5.3616955e-18
8.7736835e-17, -3.00200000, 5.3616955e-18

FACES
127,127,127,	0.999982,0.002311,0.005447,	3,	0,5,4
127,127,127,	0.999982,0.002311,0.005447,	3,	0,4,3
127,127,127,	0.999982,0.002311,0.005447,	3,	0,3,2
127,127,127,	0.999982,0.002311,0.005447,	3,	0,2,1
127,127,127,	-0.023212,-0.999717,0.005151,	3,	0,6,11
127,127,127,	-0.023212,-0.999717,0.005151,	3,	0,11,5
127,127,127,	-0.014840,-0.393475,0.919215,	3,	1,7,6
127,127,127,	-0.014840,-0.393475,0.919215,	3,	1,6,0
127,127,127,	0.004060,0.418687,0.908122,	3,	2,8,7
127,127,127,	0.004060,0.418687,0.908122,	3,	2,7,1
127,127,127,	0.023212,0.999717,-0.005151,	3,	3,9,8
127,127,127,	0.023212,0.999717,-0.005151,	3,	3,8,2
127,127,127,	0.014840,0.393475,-0.919215,	3,	4,10,9
127,127,127,	0.014840,0.393475,-0.919215,	3,	4,9,3
127,127,127,	-0.004060,-0.418687,-0.908122,	3,	5,11,10
127,127,127,	-0.004060,-0.418687,-0.908122,	3,	5,10,4
127,127,127,	-0.999982,-0.002311,-0.005447,	3,	7,8,9
127,127,127,	-0.999982,-0.002311,-0.005447,	3,	7,9,10
127,127,127,	-0.999982,-0.002311,-0.005447,	3,	7,10,11
127,127,127,	-0.999982,-0.002311,-0.005447,	3,	7,11,6
127,127,127,	0.006358,-0.867292,-0.497758,	3,	12,18,19
127,127,127,	0.006358,-0.867292,-0.497758,	3,	12,19,13
127,127,127,	0.999973,0.007330,0.000000,	3,	13,14,15
127,127,127,	0.999973,0.007330,-0.000000,	3,	13,15,16
127,127,127,	0.999973,0.007330,0.000000,	3,	13,16,17
127,127,127,	0.999973,0.007330,-0.000000,	3,	13,17,12
127,127,127,	-0.000000,0.000000,-1.000000,	3,	13,19,20
127,127,127,	0.000000,0.000000,-1.000000,	3,	13,20,14
127,127,127,	-0.006358,0.867292,-0.497758,	3,	14,20,21
127,127,127,	-0.006358,0.867292,-0.497758,	3,	14,21,15
127,127,127,	-0.006358,0.867292,0.497758,	3,	15,21,22
127,127,127,	-0.006358,0.867292,0.497758,	3,	15,22,16
127,127,127,	0.000000,0.000000,1.000000,	3,	16,22,23
127,127,127,	-0.000000,0.000000,1.000000,	3,	16,23,17
127,127,127,	0.006358,-0.867292,0.497758,	3,	17,23,18
127,127,127,	0.006358,-0.867292,0.497758,	3,	17,18,12
127,127,127,	-0.999973,-0.007330,-0.000000,	3,	18,23,22
127,127,127,	-0.999973,-0.007330,-0.000000,	3,	18,22,21
127,127,127,	-0.999973,-0.007330,0.000000,	3,	18,21,20
127,127,127,	-0.999973,-0.007330,0.000000,	3,	18,20,19
127,127,127,	0.999993,0.000875,-0.003508,	3,	24,29,28
127,127,127,	0.999993,0.000875,-0.003508,	3,	24,28,27
127,127,127,	0.999993,0.000875,-0.003508,	3,	24,27,26
127,127,127,	0.999993,0.000875,-0.003508,	3,	24,26,25
127,127,127,	-0.018350,-0.999829,-0.002499,	3,	24,30,35
127,127,127,	-0.018350,-0.999829,-0.002499,	3,	24,35,29
127,127,127,	-0.004560,-0.398042,0.917356,	3,	25,31,30
127,127,127,	-0.004560,-0.398042,0.917356,	3,	25,30,24
127,127,127,	0.010281,0.411956,0.911146,	3,	26,32,31
127,127,127,	0.010281,0.411956,0.911146,	3,	26,31,25
127,127,127,	0.018350,0.999829,0.002499,	3,	27,33,32
127,127,127,	0.018350,0.999829,0.002499,	3,	27,32,26
127,127,127,	0.004560,0.398042,-0.917356,	3,	28,34,33
127,127,127,	0.004560,0.398042,-0.917356,	3,	28,33,27
127,127,127,	-0.010281,-0.411956,-0.911146,	3,	29,35,34
127,127,127,	-0.010281,-0.411956,-0.911146,	3,	29,34,28
127,127,127,	-0.999993,-0.000875,0.003508,	3,	31,32,33
127,127,127,	-0.999993,-0.000875,0.003508,	3,	31,33,34
127,127,127,	-0.999993,-0.000875,0.003508,	3,	31,34,35
127,127,127,	-0.999993,-0.000875,0.003508,	3,	31,35,30
127,127,127,	0.552209,0.826439,-0.109841,	3,	36,52,67
127,127,127,	0.552209,0.826439,-0.109841,	3,	36,67,51
127,127,127,	0.194944,0.980048,0.038777,	3,	36,148,37
127,127,127,	0.552209,0.826439,0.109841,	3,	37,53,52
127,127,127,	0.552209,0.826439,0.109841,	3,	37,52,36
127,127,127,	0.165265,0.980048,0.110427,	3,	37,148,38
127,127,127,	0.468140,0.826439,0.312801,	3,	38,54,53
127,127,127,	0.468140,0.826439,0.312801,	3,	38,53,37
127,127,127,	0.110427,0.980048,0.165265,	3,	38,148,39
127,127,127,	0.312801,0.826439,0.468140,	3,	39,55,54
127,127,127,	0.312801,0.826439,0.468140,	3,	39,54,38
127,127,127,	0.038777,0.980048,0.194944,	3,	39,148,40
127,127,127,	0.109841,0.826439,0.552209,	3,	40,56,55
127,127,127,	0.109841,0.826439,0.552209,	3,	40,55,39
127,127,127,	-0.038777,0.980048,0.194944,	3,	40,148,41
127,127,127,	-0.109841,0.826439,0.552209,	3,	41,57,56
127,127,127,	-0.109841,0.826439,0.552209,	3,	41,56,40
127,127,127,	-0.110427,0.980048,0.165265,	3,	41,148,42
127,127,127,	-0.312801,0.826439,0.468140,	3,	42,58,57
127,127,127,	-0.312801,0.826439,0.468140,	3,	42,57,41
127,127,127,	-0.165265,0.980048,0.110427,	3,	42,148,43
127,127,127,	-0.468140,0.826439,0.312801,	3,	43,59,58
127,127,127,	-0.468140,0.826439,0.312801,	3,	43,58,42
127,127,127,	-0.194944,0.980048,0.038777,	3,	43,148,44
127,127,127,	-0.552209,0.826439,0.109841,	3,	44,60,59
127,127,127,	-0.552209,0.826439,0.109841,	3,	44,59,43
127,127,127,	-0.194944,0.980048,-0.038777,	3,	44,148,45
127,127,127,	-0.552209,0.826439,-0.109841,	3,	45,61,60
127,127,127,	-0.552209,0.826439,-0.109841,	3,	45,60,44
127,127,127,	-0.165265,0.980048,-0.110427,	3,	45,148,46
127,127,127,	-0.468140,0.826439,-0.312801,	3,	46,62,61
127,127,127,	-0.468140,0.826439,-0.312801,	3,	46,61,45
127,127,127,	-0.110427,0.980048,-0.165265,	3,	46,148,47
127,127,127,	-0.312801,0.826439,-0.468140,	3,	47,63,62
127,127,127,	-0.312801,0.826439,-0.468140,	3,	47,62,46
127,127,127,	-0.038777,0.980048,-0.194944,	3,	47,148,48
127,127,127,	-0.109841,0.826439,-0.552209,	3,	48,64,63
127,127,127,	-0.109841,0.826439,-0.552209,	3,	48,63,47
127,127,127,	0.038777,0.980048,-0.194944,	3,	48,148,49
127,127,127,	0.109841,0.826439,-0.552209,	3,	49,65,64
127,127,127,	0.109841,0.826439,-0.552209,	3,	49,64,48
127,127,127,	0.110427,0.980048,-0.165265,	3,	49,148,50
127,127,127,	0.312801,0.826439,-0.468140,	3,	50,66,65
127,127,127,	0.312801,0.826439,-0.468140,	3,	50,65,49
127,127,127,	0.165265,0.980048,-0.110427,	3,	50,148,51
127,127,127,	0.468140,0.826439,-0.312801,	3,	51,67,66
127,127,127,	0.468140,0.826439,-0.312801,	3,	51,66,50
127,127,127,	0.194944,0.980048,-0.038777,	3,	51,148,36
127,127,127,	0.820326,0.548124,-0.163173,	3,	52,68,83
127,127,127,	0.820326,0.548124,-0.163173,	3,	52,83,67
127,127,127,	0.820326,0.548124,0.163173,	3,	53,69,68
127,127,127,	0.820326,0.548124,0.163173,	3,	53,68,52
127,127,127,	0.695439,0.548124,0.464677,	3,	54,70,69
127,127,127,	0.695439,0.548124,0.464677,	3,	54,69,53
127,127,127,	0.464677,0.548124,0.695439,	3,	55,71,70
127,127,127,	0.464677,0.548124,0.695439,	3,	55,70,54
127,127,127,	0.163173,0.548124,0.820326,	3,	56,72,71
127,127,127,	0.163173,0.548124,0.820326,	3,	56,71,55
127,127,127,	-0.163173,0.548124,0.820326,	3,	57,73,72
127,127,127,	-0.163173,0.548124,0.820326,	3,	57,72,56
127,127,127,	-0.464677,0.548124,0.695439,	3,	58,74,73
127,127,127,	-0.464677,0.548124,0.695439,	3,	58,73,57
127,127,127,	-0.695439,0.548124,0.464677,	3,	59,75,74
127,127,127,	-0.695439,0.548124,0.464677,	3,	59,74,58
127,127,127,	-0.820326,0.548124,0.163173,	3,	60,76,75
127,127,127,	-0.820326,0.548124,0.163173,	3,	60,75,59
127,127,127,	-0.820326,0.548124,-0.163173,	3,	61,77,76
127,127,127,	-0.820326,0.548124,-0.163173,	3,	61,76,60
127,127,127,	-0.695439,0.548124,-0.464677,	3,	62,78,77
127,127,127,	-0.695439,0.548124,-0.464677,	3,	62,77,61
127,127,127,	-0.464677,0.548124,-0.695439,	3,	63,79,78
127,127,127,	-0.464677,0.548124,-0.695439,	3,	63,78,62
127,127,127,	-0.163173,0.548124,-0.820326,	3,	64,80,79
127,127,127,	-0.163173,0.548124,-0.820326,	3,	64,79,63
127,127,127,	0.163173,0.548124,-0.820326,	3,	65,81,80
127,127,127,	0.163173,0.548124,-0.820326,	3,	65,80,64
127,127,127,	0.464677,0.548124,-0.695439,	3,	66,82,81
127,127,127,	0.464677,0.548124,-0.695439,	3,	66,81,65
127,127,127,	0.695439,0.548124,-0.464677,	3,	67,83,82
127,127,127,	0.695439,0.548124,-0.464677,	3,	67,82,66
127,127,127,	0.962637,0.191480,-0.191480,	3,	68,84,99
127,127,127,	0.962637,0.191480,-0.191480,	3,	68,99,83
127,127,127,	0.962637,0.191480,0.191480,	3,	69,85,84
127,127,127,	0.962637,0.191480,0.191480,	3,	69,84,68
127,127,127,	0.816084,0.191480,0.545290,	3,	70,86,85
127,127,127,	0.816084,0.191480,0.545290,	3,	70,85,69
127,127,127,	0.545290,0.191480,0.816084,	3,	71,87,86
127,127,127,	0.545290,0.191480,0.816084,	3,	71,86,70
127,127,127,	0.191480,0.191480,0.962637,	3,	72,88,87
127,127,127,	0.191480,0.191480,0.962637,	3,	72,87,71
127,127,127,	-0.191480,0.191480,0.962637,	3,	73,89,88
127,127,127,	-0.191480,0.191480,0.962637,	3,	73,88,72
127,127,127,	-0.545290,0.191480,0.816084,	3,	74,90,89
127,127,127,	-0.545290,0.191480,0.816084,	3,	74,89,73
127,127,127,	-0.816084,0.191480,0.545290,	3,	75,91,90
127,127,127,	-0.816084,0.191480,0.545290,	3,	75,90,74
127,127,127,	-0.962637,0.191480,0.191480,	3,	76,92,91
127,127,127,	-0.962637,0.191480,0.191480,	3,	76,91,75
127,127,127,	-0.962637,0.191480,-0.191480,	3,	77,93,92
127,127,127,	-0.962637,0.191480,-0.191480,	3,	77,92,76
127,127,127,	-0.816084,0.191480,-0.545290,	3,	78,94,93
127,127,127,	-0.816084,0.191480,-0.545290,	3,	78,93,77
127,127,127,	-0.545290,0.191480,-0.816084,	3,	79,95,94
127,127,127,	-0.545290,0.191480,-0.816084,	3,	79,94,78
127,127,127,	-0.191480,0.191480,-0.962637,	3,	80,96,95
127,127,127,	-0.191480,0.191480,-0.962637,	3,	80,95,79
127,127,127,	0.191480,0.191480,-0.962637,	3,	81,97,96
127,127,127,	0.191480,0.191480,-0.962637,	3,	81,96,80
127,127,127,	0.545290,0.191480,-0.816084,	3,	82,98,97
127,127,127,	0.545290,0.191480,-0.816084,	3,	82,97,81
127,127,127,	0.816084,0.191480,-0.545290,	3,	83,99,98
127,127,127,	0.816084,0.191480,-0.545290,	3,	83,98,82
127,127,127,	0.962637,-0.191480,-0.191480,	3,	84,100,115
127,127,127,	0.962637,-0.191480,-0.191480,	3,	84,115,99
127,127,127,	0.962637,-0.191480,0.191480,	3,	85,101,100
127,127,127,	0.962637,-0.191480,0.191480,	3,	85,100,84
127,127,127,	0.816084,-0.191480,0.545290,	3,	86,102,101
127,127,127,	0.816084,-0.191480,0.545290,	3,	86,101,85
127,127,127,	0.545290,-0.191480,0.816084,	3,	87,103,102
127,127,127,	0.545290,-0.191480,0.816084,	3,	87,102,86
127,127,127,	0.191480,-0.191480,0.962637,	3,	88,104,103
127,127,127,	0.191480,-0.191480,0.962637,	3,	88,103,87
127,127,127,	-0.191480,-0.191480,0.962637,	3,	89,105,104
127,127,127,	-0.191480,-0.191480,0.962637,	3,	89,104,88
127,127,127,	-0.545290,-0.191480,0.816084,	3,	90,106,105
127,127,127,	-0.545290,-0.191480,0.816084,	3,	90,105,89
127,127,127,	-0.816084,-0.191480,0.545290,	3,	91,107,106
127,127,127,	-0.816084,-0.191480,0.545290,	3,	91,106,90
127,127,127,	-0.962637,-0.191480,0.191480,	3,	92,108,107
127,127,127,	-0.962637,-0.191480,0.191480,	3,	92,107,91
127,127,127,	-0.962637,-0.191480,-0.191480,	3,	93,109,108
127,127,127,	-0.962637,-0.191480,-0.191480,	3,	93,108,92
127,127,127,	-0.816084,-0.191480,-0.545290,	3,	94,110,109
127,127,127,	-0.816084,-0.191480,-0.545290,	3,	94,109,93
127,127,127,	-0.545290,-0.191480,-0.816084,	3,	95,111,110
127,127,127,	-0.545290,-0.191480,-0.816084,	3,	95,110,94
127,127,127,	-0.191480,-0.191480,-0.962637,	3,	96,112,111
127,127,127,	-0.191480,-0.191480,-0.962637,	3,	96,111,95
127,127,127,	0.191480,-0.191480,-0.962637,	3,	97,113,112
127,127,127,	0.191480,-0.191480,-0.962637,	3,	97,112,96
127,127,127,	0.545290,-0.191480,-0.816084,	3,	98,114,113
127,127,127,	0.545290,-0.191480,-0.816084,	3,	98,113,97
127,127,127,	0.816084,-0.191480,-0.545290,	3,	99,115,114
127,127,127,	0.816084,-0.191480,-0.545290,	3,	99,114,98
127,127,127,	0.820326,-0.548124,-0.163173,	3,	100,116,131
127,127,127,	0.820326,-0.548124,-0.163173,	3,	100,131,115
127,127,127,	0.820326,-0.548124,0.163173,	3,	101,117,116
127,127,127,	0.820326,-0.548124,0.163173,	3,	101,116,100
127,127,127,	0.695439,-0.548124,0.464677,	3,	102,118,117
127,127,127,	0.695439,-0.548124,0.464677,	3,	102,117,101
127,127,127,	0.464677,-0.548124,0.695439,	3,	103,119,118
127,127,127,	0.464677,-0.548124,0.695439,	3,	103,118,102
127,127,127,	0.163173,-0.548124,0.820326,	3,	104,120,119
127,127,127,	0.163173,-0.548124,0.820326,	3,	104,119,103
127,127,127,	-0.163173,-0.548124,0.820326,	3,	105,121,120
127,127,127,	-0.163173,-0.548124,0.820326,	3,	105,120,104
127,127,127,	-0.464677,-0.548124,0.695439,	3,	106,122,121
127,127,127,	-0.464677,-0.548124,0.695439,	3,	106,121,105
127,127,127,	-0.695439,-0.548124,0.464677,	3,	107,123,122
127,127,127,	-0.695439,-0.548124,0.464677,	3,	107,122,106
127,127,127,	-0.820326,-0.548124,0.163173,	3,	108,124,123
127,127,127,	-0.820326,-0.548124,0.163173,	3,	108,123,107
127,127,127,	-0.820326,-0.548124,-0.163173,	3,	109,125,124
127,127,127,	-0.820326,-0.548124,-0.163173,	3,	109,124,108
127,127,127,	-0.695439,-0.548124,-0.464677,	3,	110,126,125
127,127,127,	-0.695439,-0.548124,-0.464677,	3,	110,125,109
127,127,127,	-0.464677,-0.548124,-0.695439,	3,	111,127,126
127,127,127,	-0.464677,-0.548124,-0.695439,	3,	111,126,110
127,127,127,	-0.163173,-0.548124,-0.820326,	3,	112,128,127
127,127,127,	-0.163173,-0.548124,-0.820326,	3,	112,127,111
127,127,127,	0.163173,-0.548124,-0.820326,	3,	113,129,128
127,127,127,	0.163173,-0.548124,-0.820326,	3,	113,128,112
127,127,127,	0.464677,-0.548124,-0.695439,	3,	114,130,129
127,127,127,	0.464677,-0.548124,-0.695439,	3,	114,129,113
127,127,127,	0.695439,-0.548124,-0.464677,	3,	115,131,130
127,127,127,	0.695439,-0.548124,-0.464677,	3,	115,130,114
127,127,127,	0.552209,-0.826439,-0.109841,	3,	116,132,147
127,127,127,	0.552209,-0.826439,-0.109841,	3,	116,147,131
127,127,127,	0.552209,-0.826439,0.109841,	3,	117,133,132
127,127,127,	0.552209,-0.826439,0.109841,	3,	117,132,116
127,127,127,	0.468140,-0.826439,0.312801,	3,	118,134,133
127,127,127,	0.468140,-0.826439,0.312801,	3,	118,133,117
127,127,127,	0.312801,-0.826439,0.468140,	3,	119,135,134
127,127,127,	0.312801,-0.826439,0.468140,	3,	119,134,118
127,127,127,	0.109841,-0.826439,0.552209,	3,	120,136,135
127,127,127,	0.109841,-0.826439,0.552209,	3,	120,135,119
127,127,127,	-0.109841,-0.826439,0.552209,	3,	121,137,136
127,127,127,	-0.109841,-0.826439,0.552209,	3,	121,136,120
127,127,127,	-0.312801,-0.826439,0.468140,	3,	122,138,137
127,127,127,	-0.312801,-0.826439,0.468140,	3,	122,137,121
127,127,127,	-0.468140,-0.826439,0.312801,	3,	123,139,138
127,127,127,	-0.468140,-0.826439,0.312801,	3,	123,138,122
127,127,127,	-0.552209,-0.826439,0.109841,	3,	124,140,139
127,127,127,	-0.552209,-0.826439,0.109841,	3,	124,139,123
127,127,127,	-0.552209,-0.826439,-0.109841,	3,	125,141,140
127,127,127,	-0.552209,-0.826439,-0.109841,	3,	125,140,124
127,127,127,	-0.468140,-0.826439,-0.312801,	3,	126,142,141
127,127,127,	-0.468140,-0.826439,-0.312801,	3,	126,141,125
127,127,127,	-0.312801,-0.826439,-0.468140,	3,	127,143,142
127,127,127,	-0.312801,-0.826439,-0.468140,	3,	127,142,126
127,127,127,	-0.109841,-0.826439,-0.552209,	3,	128,144,143
127,127,127,	-0.109841,-0.826439,-0.552209,	3,	128,143,127
127,127,127,	0.109841,-0.826439,-0.552209,	3,	129,145,144
127,127,127,	0.109841,-0.826439,-0.552209,	3,	129,144,128
127,127,127,	0.312801,-0.826439,-0.468140,	3,	130,146,145
127,127,127,	0.312801,-0.826439,-0.468140,	3,	130,145,129
127,127,127,	0.468140,-0.826439,-0.312801,	3,	131,147,146
127,127,127,	0.468140,-0.826439,-0.312801,	3,	131,146,130
127,127,127,	0.194944,-0.980048,-0.038777,	3,	132,149,147
127,127,127,	0.194944,-0.980048,0.038777,	3,	133,149,132
127,127,127,	0.165265,-0.980048,0.110427,	3,	134,149,133
127,127,127,	0.110427,-0.980048,0.165265,	3,	135,149,134
127,127,127,	0.038777,-0.980048,0.194944,	3,	136,149,135
127,127,127,	-0.038777,-0.980048,0.194944,	3,	137,149,136
127,127,127,	-0.110427,-0.980048,0.165265,	3,	138,149,137
127,127,127,	-0.165265,-0.980048,0.110427,	3,	139,149,138
127,127,127,	-0.194944,-0.980048,0.038777,	3,	140,149,139
127,127,127,	-0.194944,-0.980048,-0.038777,	3,	141,149,140
127,127,127,	-0.165265,-0.980048,-0.110427,	3,	142,149,141
127,127,127,	-0.110427,-0.980048,-0.165265,	3,	143,149,142
127,127,127,	-0.038777,-0.980048,-0.194944,	3,	144,149,143
127,127,127,	0.038777,-0.980048,-0.194944,	3,	145,149,144
127,127,127,	0.110427,-0.980048,-0.165265,	3,	146,149,145
127,127,127,	0.165265,-0.980048,-0.110427,	3,	147,149,146

TEXTURES
Rainbow-rechts_auv.png	1.0 1.0	0.086494 0.556425	0.265730 0.557373	0.358471 0.356224
Rainbow-rechts_auv.png	1.0 1.0	0.086494 0.556425	0.358471 0.356224	0.271977 0.154126
Rainbow-rechts_auv.png	1.0 1.0	0.086494 0.556425	0.271977 0.154126	0.092741 0.153178
Rainbow-rechts_auv.png	1.0 1.0	0.086494 0.556425	0.092741 0.153178	0.000000 0.354327
Rainbow-rechts_auv.png	1.0 1.0	0.730288 0.378108	0.734592 0.378082	0.733614 0.198846
Rainbow-rechts_auv.png	1.0 1.0	0.730288 0.378108	0.733614 0.198846	0.729309 0.198873
Rainbow-rechts_auv.png	1.0 1.0	0.018708 0.779378	0.014402 0.779242	0.014677 0.999905
Rainbow-rechts_auv.png	1.0 1.0	0.018708 0.779378	0.014677 0.999905	0.018995 1.000000
Rainbow-rechts_auv.png	1.0 1.0	0.018404 0.558713	0.014115 0.558619	0.014402 0.779242
Rainbow-rechts_auv.png	1.0 1.0	0.018404 0.558713	0.014402 0.779242	0.018708 0.779378
Rainbow-rechts_auv.png	1.0 1.0	0.729309 0.198873	0.725005 0.198846	0.724026 0.378082
Rainbow-rechts_auv.png	1.0 1.0	0.729309 0.198873	0.724026 0.378082	0.728330 0.378108
Rainbow-rechts_auv.png	1.0 1.0	0.019687 0.779379	0.023993 0.779249	0.024686 0.558628
Rainbow-rechts_auv.png	1.0 1.0	0.019687 0.779379	0.024686 0.558628	0.020364 0.558715
Rainbow-rechts_auv.png	1.0 1.0	0.018995 1.000000	0.023279 0.999913	0.023993 0.779249
Rainbow-rechts_auv.png	1.0 1.0	0.018995 1.000000	0.023993 0.779249	0.019687 0.779379
Rainbow-rechts_auv.png	1.0 1.0	0.716942 0.354327	0.624201 0.153178	0.444965 0.154126
Rainbow-rechts_auv.png	1.0 1.0	0.716942 0.354327	0.444965 0.154126	0.358471 0.356224
Rainbow-rechts_auv.png	1.0 1.0	0.716942 0.354327	0.358471 0.356224	0.451212 0.557373
Rainbow-rechts_auv.png	1.0 1.0	0.716942 0.354327	0.451212 0.557373	0.630448 0.556425
Rainbow-rechts_auv.png	1.0 1.0	0.000286 0.133378	0.360829 0.128178	0.360543 0.108377
Rainbow-rechts_auv.png	1.0 1.0	0.000286 0.133378	0.360543 0.108377	0.000000 0.113577
Rainbow-rechts_auv.png	1.0 1.0	0.394931 0.098520	0.394931 0.078807	0.377756 0.068950
Rainbow-rechts_auv.png	1.0 1.0	0.394931 0.098520	0.377756 0.068950	0.360581 0.078807
Rainbow-rechts_auv.png	1.0 1.0	0.394931 0.098520	0.360581 0.078807	0.360581 0.098520
Rainbow-rechts_auv.png	1.0 1.0	0.394931 0.098520	0.360581 0.098520	0.377756 0.108377
Rainbow-rechts_auv.png	1.0 1.0	0.361115 0.128178	0.721686 0.130822	0.721830 0.111109
Rainbow-rechts_auv.png	1.0 1.0	0.361115 0.128178	0.721830 0.111109	0.361259 0.108465
Rainbow-rechts_auv.png	1.0 1.0	0.360581 0.068772	0.000000 0.068772	0.000000 0.088575
Rainbow-rechts_auv.png	1.0 1.0	0.360581 0.068772	0.000000 0.088575	0.360581 0.088575
Rainbow-rechts_auv.png	1.0 1.0	0.360581 0.088575	0.000000 0.088575	0.000000 0.108377
Rainbow-rechts_auv.png	1.0 1.0	0.360581 0.088575	0.000000 0.108377	0.360581 0.108377
Rainbow-rechts_auv.png	1.0 1.0	0.721686 0.130822	0.361115 0.133465	0.361259 0.153178
Rainbow-rechts_auv.png	1.0 1.0	0.721686 0.130822	0.361259 0.153178	0.721830 0.150535
Rainbow-rechts_auv.png	1.0 1.0	0.000571 0.153178	0.361115 0.147978	0.360829 0.128178
Rainbow-rechts_auv.png	1.0 1.0	0.000571 0.153178	0.360829 0.128178	0.000286 0.133378
Rainbow-rechts_auv.png	1.0 1.0	0.412106 0.108377	0.429281 0.098520	0.429281 0.078807
Rainbow-rechts_auv.png	1.0 1.0	0.412106 0.108377	0.429281 0.078807	0.412106 0.068950
Rainbow-rechts_auv.png	1.0 1.0	0.412106 0.108377	0.412106 0.068950	0.394931 0.078807
Rainbow-rechts_auv.png	1.0 1.0	0.412106 0.108377	0.394931 0.078807	0.394931 0.098520
Rainbow-rechts_auv.png	1.0 1.0	0.112367 1.000000	0.291613 0.999540	0.383179 0.797007
Rainbow-rechts_auv.png	1.0 1.0	0.112367 1.000000	0.383179 0.797007	0.295498 0.594934
Rainbow-rechts_auv.png	1.0 1.0	0.112367 1.000000	0.295498 0.594934	0.116251 0.595394
Rainbow-rechts_auv.png	1.0 1.0	0.112367 1.000000	0.116251 0.595394	0.024686 0.797927
Rainbow-rechts_auv.png	1.0 1.0	0.716942 0.557354	0.723397 0.557373	0.724026 0.378127
Rainbow-rechts_auv.png	1.0 1.0	0.716942 0.557354	0.724026 0.378127	0.717571 0.378108
Rainbow-rechts_auv.png	1.0 1.0	0.006582 0.778792	0.000126 0.778583	0.000000 0.999883
Rainbow-rechts_auv.png	1.0 1.0	0.006582 0.778792	0.000000 0.999883	0.006478 1.000000
Rainbow-rechts_auv.png	1.0 1.0	0.006656 0.557489	0.000230 0.557373	0.000126 0.778583
Rainbow-rechts_auv.png	1.0 1.0	0.006656 0.557489	0.000126 0.778583	0.006582 0.778792
Rainbow-rechts_auv.png	1.0 1.0	0.723397 0.198843	0.716942 0.198862	0.717571 0.378108
Rainbow-rechts_auv.png	1.0 1.0	0.723397 0.198843	0.717571 0.378108	0.724026 0.378089
Rainbow-rechts_auv.png	1.0 1.0	0.007157 0.778793	0.013614 0.778598	0.014115 0.557392
Rainbow-rechts_auv.png	1.0 1.0	0.007157 0.778793	0.014115 0.557392	0.007631 0.557492
Rainbow-rechts_auv.png	1.0 1.0	0.006656 1.000000	0.013076 0.999902	0.013614 0.778598
Rainbow-rechts_auv.png	1.0 1.0	0.006656 1.000000	0.013614 0.778598	0.007157 0.778793
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.797927	0.650107 0.595394	0.470860 0.594934
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.797927	0.470860 0.594934	0.383179 0.797007
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.797927	0.383179 0.797007	0.474745 0.999540
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.797927	0.474745 0.999540	0.653992 1.000000
Rainbow-rechts_auv.png	1.0 1.0	0.966024 0.935209	1.000000 0.935171	0.994792 0.910223
Rainbow-rechts_auv.png	1.0 1.0	0.966024 0.935209	0.994792 0.910223	0.963614 0.923263
Rainbow-rechts_auv.png	1.0 1.0	0.966024 0.935209	0.934770 0.935245	0.963641 0.947161
Rainbow-rechts_auv.png	1.0 1.0	0.963641 0.947161	0.994849 0.960130	1.000000 0.935171
Rainbow-rechts_auv.png	1.0 1.0	0.963641 0.947161	1.000000 0.935171	0.966024 0.935209
Rainbow-rechts_auv.png	1.0 1.0	0.963641 0.947161	0.934770 0.935245	0.956862 0.957279
Rainbow-rechts_auv.png	1.0 1.0	0.956862 0.957279	0.980647 0.981122	0.994849 0.960130
Rainbow-rechts_auv.png	1.0 1.0	0.956862 0.957279	0.994849 0.960130	0.963641 0.947161
Rainbow-rechts_auv.png	1.0 1.0	0.956862 0.957279	0.934770 0.935245	0.946737 0.964020
Rainbow-rechts_auv.png	1.0 1.0	0.946737 0.964020	0.959600 0.995085	0.980647 0.981122
Rainbow-rechts_auv.png	1.0 1.0	0.946737 0.964020	0.980647 0.981122	0.956862 0.957279
Rainbow-rechts_auv.png	1.0 1.0	0.946737 0.964020	0.934770 0.935245	0.934805 0.966388
Rainbow-rechts_auv.png	1.0 1.0	0.934805 0.966388	0.934843 1.000000	0.959600 0.995085
Rainbow-rechts_auv.png	1.0 1.0	0.934805 0.966388	0.959600 0.995085	0.946737 0.964020
Rainbow-rechts_auv.png	1.0 1.0	0.934805 0.966388	0.934770 0.935245	0.922868 0.964047
Rainbow-rechts_auv.png	1.0 1.0	0.922868 0.964047	0.910076 0.995141	0.934843 1.000000
Rainbow-rechts_auv.png	1.0 1.0	0.922868 0.964047	0.934843 1.000000	0.934805 0.966388
Rainbow-rechts_auv.png	1.0 1.0	0.922868 0.964047	0.934770 0.935245	0.912728 0.957329
Rainbow-rechts_auv.png	1.0 1.0	0.912728 0.957329	0.888997 0.981225	0.910076 0.995141
Rainbow-rechts_auv.png	1.0 1.0	0.912728 0.957329	0.910076 0.995141	0.922868 0.964047
Rainbow-rechts_auv.png	1.0 1.0	0.912728 0.957329	0.934770 0.935245	0.905926 0.947226
Rainbow-rechts_auv.png	1.0 1.0	0.905926 0.947226	0.874747 0.960266	0.888997 0.981225
Rainbow-rechts_auv.png	1.0 1.0	0.905926 0.947226	0.888997 0.981225	0.912728 0.957329
Rainbow-rechts_auv.png	1.0 1.0	0.905926 0.947226	0.934770 0.935245	0.903516 0.935280
Rainbow-rechts_auv.png	1.0 1.0	0.903516 0.935280	0.869540 0.935318	0.874747 0.960266
Rainbow-rechts_auv.png	1.0 1.0	0.903516 0.935280	0.874747 0.960266	0.905926 0.947226
Rainbow-rechts_auv.png	1.0 1.0	0.903516 0.935280	0.934770 0.935245	0.905899 0.923328
Rainbow-rechts_auv.png	1.0 1.0	0.905899 0.923328	0.874691 0.910359	0.869540 0.935318
Rainbow-rechts_auv.png	1.0 1.0	0.905899 0.923328	0.869540 0.935318	0.903516 0.935280
Rainbow-rechts_auv.png	1.0 1.0	0.905899 0.923328	0.934770 0.935245	0.912678 0.913210
Rainbow-rechts_auv.png	1.0 1.0	0.912678 0.913210	0.888893 0.889368	0.874691 0.910359
Rainbow-rechts_auv.png	1.0 1.0	0.912678 0.913210	0.874691 0.910359	0.905899 0.923328
Rainbow-rechts_auv.png	1.0 1.0	0.912678 0.913210	0.934770 0.935245	0.922803 0.906469
Rainbow-rechts_auv.png	1.0 1.0	0.922803 0.906469	0.909940 0.875404	0.888893 0.889368
Rainbow-rechts_auv.png	1.0 1.0	0.922803 0.906469	0.888893 0.889368	0.912678 0.913210
Rainbow-rechts_auv.png	1.0 1.0	0.922803 0.906469	0.934770 0.935245	0.934735 0.904102
Rainbow-rechts_auv.png	1.0 1.0	0.934735 0.904102	0.934697 0.870489	0.909940 0.875404
Rainbow-rechts_auv.png	1.0 1.0	0.934735 0.904102	0.909940 0.875404	0.922803 0.906469
Rainbow-rechts_auv.png	1.0 1.0	0.934735 0.904102	0.934770 0.935245	0.946672 0.906442
Rainbow-rechts_auv.png	1.0 1.0	0.946672 0.906442	0.959464 0.875348	0.934697 0.870489
Rainbow-rechts_auv.png	1.0 1.0	0.946672 0.906442	0.934697 0.870489	0.934735 0.904102
Rainbow-rechts_auv.png	1.0 1.0	0.946672 0.906442	0.934770 0.935245	0.956812 0.913160
Rainbow-rechts_auv.png	1.0 1.0	0.956812 0.913160	0.980543 0.889264	0.959464 0.875348
Rainbow-rechts_auv.png	1.0 1.0	0.956812 0.913160	0.959464 0.875348	0.946672 0.906442
Rainbow-rechts_auv.png	1.0 1.0	0.956812 0.913160	0.934770 0.935245	0.963614 0.923263
Rainbow-rechts_auv.png	1.0 1.0	0.963614 0.923263	0.994792 0.910223	0.980543 0.889264
Rainbow-rechts_auv.png	1.0 1.0	0.963614 0.923263	0.980543 0.889264	0.956812 0.913160
Rainbow-rechts_auv.png	1.0 1.0	0.963614 0.923263	0.934770 0.935245	0.966024 0.935209
Rainbow-rechts_auv.png	1.0 1.0	0.805299 0.724273	0.805382 0.757791	0.834653 0.756659
Rainbow-rechts_auv.png	1.0 1.0	0.805299 0.724273	0.834653 0.756659	0.830662 0.723048
Rainbow-rechts_auv.png	1.0 1.0	0.779720 0.722856	0.776006 0.756920	0.805382 0.757791
Rainbow-rechts_auv.png	1.0 1.0	0.779720 0.722856	0.805382 0.757791	0.805299 0.724273
Rainbow-rechts_auv.png	1.0 1.0	0.754224 0.718313	0.744689 0.753504	0.776006 0.756920
Rainbow-rechts_auv.png	1.0 1.0	0.754224 0.718313	0.776006 0.756920	0.779720 0.722856
Rainbow-rechts_auv.png	1.0 1.0	0.831163 0.582119	0.834935 0.616255	0.866084 0.612673
Rainbow-rechts_auv.png	1.0 1.0	0.831163 0.582119	0.866084 0.612673	0.856342 0.577928
Rainbow-rechts_auv.png	1.0 1.0	0.805438 0.583716	0.805558 0.617329	0.834935 0.616255
Rainbow-rechts_auv.png	1.0 1.0	0.805438 0.583716	0.834935 0.616255	0.831163 0.582119
Rainbow-rechts_auv.png	1.0 1.0	0.779978 0.582707	0.776263 0.616435	0.805558 0.617329
Rainbow-rechts_auv.png	1.0 1.0	0.779978 0.582707	0.805558 0.617329	0.805438 0.583716
Rainbow-rechts_auv.png	1.0 1.0	0.755065 0.578458	0.745273 0.612823	0.776263 0.616435
Rainbow-rechts_auv.png	1.0 1.0	0.755065 0.578458	0.776263 0.616435	0.779978 0.582707
Rainbow-rechts_auv.png	1.0 1.0	0.831158 0.442383	0.834880 0.476268	0.865931 0.472680
Rainbow-rechts_auv.png	1.0 1.0	0.831158 0.442383	0.865931 0.472680	0.856171 0.438167
Rainbow-rechts_auv.png	1.0 1.0	0.805545 0.443357	0.805550 0.477195	0.834880 0.476268
Rainbow-rechts_auv.png	1.0 1.0	0.805545 0.443357	0.834880 0.476268	0.831158 0.442383
Rainbow-rechts_auv.png	1.0 1.0	0.779933 0.442390	0.776220 0.476276	0.805550 0.477195
Rainbow-rechts_auv.png	1.0 1.0	0.779933 0.442390	0.805550 0.477195	0.805545 0.443357
Rainbow-rechts_auv.png	1.0 1.0	0.754918 0.438181	0.745168 0.472696	0.776220 0.476276
Rainbow-rechts_auv.png	1.0 1.0	0.754918 0.438181	0.776220 0.476276	0.779933 0.442390
Rainbow-rechts_auv.png	1.0 1.0	0.830958 0.863492	0.834948 0.897525	0.866236 0.893855
Rainbow-rechts_auv.png	1.0 1.0	0.830958 0.863492	0.866236 0.893855	0.856417 0.858743
Rainbow-rechts_auv.png	1.0 1.0	0.805392 0.865116	0.805579 0.898633	0.834948 0.897525
Rainbow-rechts_auv.png	1.0 1.0	0.805392 0.865116	0.834948 0.897525	0.830958 0.863492
Rainbow-rechts_auv.png	1.0 1.0	0.780019 0.864096	0.776301 0.897739	0.805579 0.898633
Rainbow-rechts_auv.png	1.0 1.0	0.780019 0.864096	0.805579 0.898633	0.805392 0.865116
Rainbow-rechts_auv.png	1.0 1.0	0.755176 0.859814	0.745348 0.894084	0.776301 0.897739
Rainbow-rechts_auv.png	1.0 1.0	0.755176 0.859814	0.776301 0.897739	0.780019 0.864096
Rainbow-rechts_auv.png	1.0 1.0	0.830662 0.723048	0.834653 0.756659	0.865575 0.752754
Rainbow-rechts_auv.png	1.0 1.0	0.830662 0.723048	0.865575 0.752754	0.855470 0.718565
Rainbow-rechts_auv.png	1.0 1.0	0.805382 0.757791	0.805604 0.788528	0.836250 0.788329
Rainbow-rechts_auv.png	1.0 1.0	0.805382 0.757791	0.836250 0.788329	0.834653 0.756659
Rainbow-rechts_auv.png	1.0 1.0	0.776006 0.756920	0.774958 0.788727	0.805604 0.788528
Rainbow-rechts_auv.png	1.0 1.0	0.776006 0.756920	0.805604 0.788528	0.805382 0.757791
Rainbow-rechts_auv.png	1.0 1.0	0.744689 0.753504	0.741673 0.789061	0.774958 0.788727
Rainbow-rechts_auv.png	1.0 1.0	0.744689 0.753504	0.774958 0.788727	0.776006 0.756920
Rainbow-rechts_auv.png	1.0 1.0	0.834935 0.616255	0.836215 0.648072	0.869471 0.648105
Rainbow-rechts_auv.png	1.0 1.0	0.834935 0.616255	0.869471 0.648105	0.866084 0.612673
Rainbow-rechts_auv.png	1.0 1.0	0.805558 0.617329	0.805572 0.648121	0.836215 0.648072
Rainbow-rechts_auv.png	1.0 1.0	0.805558 0.617329	0.836215 0.648072	0.834935 0.616255
Rainbow-rechts_auv.png	1.0 1.0	0.776263 0.616435	0.774929 0.648169	0.805572 0.648121
Rainbow-rechts_auv.png	1.0 1.0	0.776263 0.616435	0.805572 0.648121	0.805558 0.617329
Rainbow-rechts_auv.png	1.0 1.0	0.745273 0.612823	0.741673 0.648136	0.774929 0.648169
Rainbow-rechts_auv.png	1.0 1.0	0.745273 0.612823	0.774929 0.648169	0.776263 0.616435
Rainbow-rechts_auv.png	1.0 1.0	0.834880 0.476268	0.836190 0.508043	0.869436 0.508039
Rainbow-rechts_auv.png	1.0 1.0	0.834880 0.476268	0.869436 0.508039	0.865931 0.472680
Rainbow-rechts_auv.png	1.0 1.0	0.805550 0.477195	0.805554 0.508047	0.836190 0.508043
Rainbow-rechts_auv.png	1.0 1.0	0.805550 0.477195	0.836190 0.508043	0.834880 0.476268
Rainbow-rechts_auv.png	1.0 1.0	0.776220 0.476276	0.774919 0.508052	0.805554 0.508047
Rainbow-rechts_auv.png	1.0 1.0	0.776220 0.476276	0.805554 0.508047	0.805550 0.477195
Rainbow-rechts_auv.png	1.0 1.0	0.745168 0.472696	0.741673 0.508056	0.774919 0.508052
Rainbow-rechts_auv.png	1.0 1.0	0.745168 0.472696	0.774919 0.508052	0.776220 0.476276
Rainbow-rechts_auv.png	1.0 1.0	0.834948 0.897525	0.836253 0.929322	0.869540 0.929386
Rainbow-rechts_auv.png	1.0 1.0	0.834948 0.897525	0.869540 0.929386	0.866236 0.893855
Rainbow-rechts_auv.png	1.0 1.0	0.805579 0.898633	0.805606 0.929372	0.836253 0.929322
Rainbow-rechts_auv.png	1.0 1.0	0.805579 0.898633	0.836253 0.929322	0.834948 0.897525
Rainbow-rechts_auv.png	1.0 1.0	0.776301 0.897739	0.774960 0.929421	0.805606 0.929372
Rainbow-rechts_auv.png	1.0 1.0	0.776301 0.897739	0.805606 0.929372	0.805579 0.898633
Rainbow-rechts_auv.png	1.0 1.0	0.745348 0.894084	0.741673 0.929357	0.774960 0.929421
Rainbow-rechts_auv.png	1.0 1.0	0.745348 0.894084	0.774960 0.929421	0.776301 0.897739
Rainbow-rechts_auv.png	1.0 1.0	0.834653 0.756659	0.836250 0.788329	0.869535 0.787996
Rainbow-rechts_auv.png	1.0 1.0	0.834653 0.756659	0.869535 0.787996	0.865575 0.752754
Rainbow-rechts_auv.png	1.0 1.0	0.805604 0.788528	0.805826 0.819266	0.835202 0.820136
Rainbow-rechts_auv.png	1.0 1.0	0.805604 0.788528	0.835202 0.820136	0.836250 0.788329
Rainbow-rechts_auv.png	1.0 1.0	0.774958 0.788727	0.776556 0.820397	0.805826 0.819266
Rainbow-rechts_auv.png	1.0 1.0	0.774958 0.788727	0.805826 0.819266	0.805604 0.788528
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.789061	0.745633 0.824303	0.776556 0.820397
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.789061	0.776556 0.820397	0.774958 0.788727
Rainbow-rechts_auv.png	1.0 1.0	0.836215 0.648072	0.834881 0.679806	0.865871 0.683418
Rainbow-rechts_auv.png	1.0 1.0	0.836215 0.648072	0.865871 0.683418	0.869471 0.648105
Rainbow-rechts_auv.png	1.0 1.0	0.805572 0.648121	0.805586 0.678912	0.834881 0.679806
Rainbow-rechts_auv.png	1.0 1.0	0.805572 0.648121	0.834881 0.679806	0.836215 0.648072
Rainbow-rechts_auv.png	1.0 1.0	0.774929 0.648169	0.776209 0.679986	0.805586 0.678912
Rainbow-rechts_auv.png	1.0 1.0	0.774929 0.648169	0.805586 0.678912	0.805572 0.648121
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.648136	0.745060 0.683568	0.776209 0.679986
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.648136	0.776209 0.679986	0.774929 0.648169
Rainbow-rechts_auv.png	1.0 1.0	0.836190 0.508043	0.834889 0.539819	0.865941 0.543399
Rainbow-rechts_auv.png	1.0 1.0	0.836190 0.508043	0.865941 0.543399	0.869436 0.508039
Rainbow-rechts_auv.png	1.0 1.0	0.805554 0.508047	0.805559 0.538900	0.834889 0.539819
Rainbow-rechts_auv.png	1.0 1.0	0.805554 0.508047	0.834889 0.539819	0.836190 0.508043
Rainbow-rechts_auv.png	1.0 1.0	0.774919 0.508052	0.776229 0.539827	0.805559 0.538900
Rainbow-rechts_auv.png	1.0 1.0	0.774919 0.508052	0.805559 0.538900	0.805554 0.508047
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.508056	0.745178 0.543415	0.776229 0.539827
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.508056	0.776229 0.539827	0.774919 0.508052
Rainbow-rechts_auv.png	1.0 1.0	0.836253 0.929322	0.834912 0.961004	0.865865 0.964659
Rainbow-rechts_auv.png	1.0 1.0	0.836253 0.929322	0.865865 0.964659	0.869540 0.929386
Rainbow-rechts_auv.png	1.0 1.0	0.805606 0.929372	0.805633 0.960110	0.834912 0.961004
Rainbow-rechts_auv.png	1.0 1.0	0.805606 0.929372	0.834912 0.961004	0.836253 0.929322
Rainbow-rechts_auv.png	1.0 1.0	0.774960 0.929421	0.776265 0.961218	0.805633 0.960110
Rainbow-rechts_auv.png	1.0 1.0	0.774960 0.929421	0.805633 0.960110	0.805606 0.929372
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.929357	0.744977 0.964888	0.776265 0.961218
Rainbow-rechts_auv.png	1.0 1.0	0.741673 0.929357	0.776265 0.961218	0.774960 0.929421
Rainbow-rechts_auv.png	1.0 1.0	0.836250 0.788329	0.835202 0.820136	0.866519 0.823552
Rainbow-rechts_auv.png	1.0 1.0	0.836250 0.788329	0.866519 0.823552	0.869535 0.787996
Rainbow-rechts_auv.png	1.0 1.0	0.805826 0.819266	0.805909 0.852783	0.831488 0.854201
Rainbow-rechts_auv.png	1.0 1.0	0.805826 0.819266	0.831488 0.854201	0.835202 0.820136
Rainbow-rechts_auv.png	1.0 1.0	0.776556 0.820397	0.780546 0.854009	0.805909 0.852783
Rainbow-rechts_auv.png	1.0 1.0	0.776556 0.820397	0.805909 0.852783	0.805826 0.819266
Rainbow-rechts_auv.png	1.0 1.0	0.745633 0.824303	0.755739 0.858492	0.780546 0.854009
Rainbow-rechts_auv.png	1.0 1.0	0.745633 0.824303	0.780546 0.854009	0.776556 0.820397
Rainbow-rechts_auv.png	1.0 1.0	0.834881 0.679806	0.831166 0.713534	0.856079 0.717783
Rainbow-rechts_auv.png	1.0 1.0	0.834881 0.679806	0.856079 0.717783	0.865871 0.683418
Rainbow-rechts_auv.png	1.0 1.0	0.805586 0.678912	0.805706 0.712525	0.831166 0.713534
Rainbow-rechts_auv.png	1.0 1.0	0.805586 0.678912	0.831166 0.713534	0.834881 0.679806
Rainbow-rechts_auv.png	1.0 1.0	0.776209 0.679986	0.779981 0.714122	0.805706 0.712525
Rainbow-rechts_auv.png	1.0 1.0	0.776209 0.679986	0.805706 0.712525	0.805586 0.678912
Rainbow-rechts_auv.png	1.0 1.0	0.745060 0.683568	0.754802 0.718313	0.779981 0.714122
Rainbow-rechts_auv.png	1.0 1.0	0.745060 0.683568	0.779981 0.714122	0.776209 0.679986
Rainbow-rechts_auv.png	1.0 1.0	0.834889 0.539819	0.831176 0.573705	0.856190 0.577914
Rainbow-rechts_auv.png	1.0 1.0	0.834889 0.539819	0.856190 0.577914	0.865941 0.543399
Rainbow-rechts_auv.png	1.0 1.0	0.805559 0.538900	0.805563 0.572738	0.831176 0.573705
Rainbow-rechts_auv.png	1.0 1.0	0.805559 0.538900	0.831176 0.573705	0.834889 0.539819
Rainbow-rechts_auv.png	1.0 1.0	0.776229 0.539827	0.779951 0.573712	0.805563 0.572738
Rainbow-rechts_auv.png	1.0 1.0	0.776229 0.539827	0.805563 0.572738	0.805559 0.538900
Rainbow-rechts_auv.png	1.0 1.0	0.745178 0.543415	0.754938 0.577928	0.779951 0.573712
Rainbow-rechts_auv.png	1.0 1.0	0.745178 0.543415	0.779951 0.573712	0.776229 0.539827
Rainbow-rechts_auv.png	1.0 1.0	0.834912 0.961004	0.831194 0.994647	0.856037 0.998929
Rainbow-rechts_auv.png	1.0 1.0	0.834912 0.961004	0.856037 0.998929	0.865865 0.964659
Rainbow-rechts_auv.png	1.0 1.0	0.805633 0.960110	0.805821 0.993627	0.831194 0.994647
Rainbow-rechts_auv.png	1.0 1.0	0.805633 0.960110	0.831194 0.994647	0.834912 0.961004
Rainbow-rechts_auv.png	1.0 1.0	0.776265 0.961218	0.780255 0.995251	0.805821 0.993627
Rainbow-rechts_auv.png	1.0 1.0	0.776265 0.961218	0.805821 0.993627	0.805633 0.960110
Rainbow-rechts_auv.png	1.0 1.0	0.744977 0.964888	0.754796 1.000000	0.780255 0.995251
Rainbow-rechts_auv.png	1.0 1.0	0.744977 0.964888	0.780255 0.995251	0.776265 0.961218
Rainbow-rechts_auv.png	1.0 1.0	0.835202 0.820136	0.831488 0.854201	0.856984 0.858743
Rainbow-rechts_auv.png	1.0 1.0	0.835202 0.820136	0.856984 0.858743	0.866519 0.823552
Rainbow-rechts_auv.png	1.0 1.0	0.869540 0.805776	0.903336 0.805698	0.905694 0.793742
Rainbow-rechts_auv.png	1.0 1.0	0.869540 0.805776	0.905694 0.793742	0.874304 0.780740
Rainbow-rechts_auv.png	1.0 1.0	0.874656 0.830598	0.905740 0.817638	0.903336 0.805698
Rainbow-rechts_auv.png	1.0 1.0	0.874656 0.830598	0.903336 0.805698	0.869540 0.805776
Rainbow-rechts_auv.png	1.0 1.0	0.888781 0.851537	0.912526 0.827733	0.905740 0.817638
Rainbow-rechts_auv.png	1.0 1.0	0.888781 0.851537	0.905740 0.817638	0.874656 0.830598
Rainbow-rechts_auv.png	1.0 1.0	0.909788 0.865528	0.922651 0.834475	0.912526 0.827733
Rainbow-rechts_auv.png	1.0 1.0	0.909788 0.865528	0.912526 0.827733	0.888781 0.851537
Rainbow-rechts_auv.png	1.0 1.0	0.934535 0.870489	0.934578 0.836867	0.922651 0.834475
Rainbow-rechts_auv.png	1.0 1.0	0.934535 0.870489	0.922651 0.834475	0.909788 0.865528
Rainbow-rechts_auv.png	1.0 1.0	0.959330 0.865672	0.946514 0.834527	0.934578 0.836867
Rainbow-rechts_auv.png	1.0 1.0	0.959330 0.865672	0.934578 0.836867	0.934535 0.870489
Rainbow-rechts_auv.png	1.0 1.0	0.980499 0.851737	0.956657 0.827785	0.946514 0.834527
Rainbow-rechts_auv.png	1.0 1.0	0.980499 0.851737	0.946514 0.834527	0.959330 0.865672
Rainbow-rechts_auv.png	1.0 1.0	0.994834 0.830665	0.963444 0.817663	0.956657 0.827785
Rainbow-rechts_auv.png	1.0 1.0	0.994834 0.830665	0.956657 0.827785	0.980499 0.851737
Rainbow-rechts_auv.png	1.0 1.0	0.999598 0.805628	0.965802 0.805706	0.963444 0.817663
Rainbow-rechts_auv.png	1.0 1.0	0.999598 0.805628	0.963444 0.817663	0.994834 0.830665
Rainbow-rechts_auv.png	1.0 1.0	0.994482 0.780806	0.963398 0.793766	0.965802 0.805706
Rainbow-rechts_auv.png	1.0 1.0	0.994482 0.780806	0.965802 0.805706	0.999598 0.805628
Rainbow-rechts_auv.png	1.0 1.0	0.980356 0.759867	0.956612 0.783672	0.963398 0.793766
Rainbow-rechts_auv.png	1.0 1.0	0.980356 0.759867	0.963398 0.793766	0.994482 0.780806
Rainbow-rechts_auv.png	1.0 1.0	0.959350 0.745876	0.946487 0.776930	0.956612 0.783672
Rainbow-rechts_auv.png	1.0 1.0	0.959350 0.745876	0.956612 0.783672	0.980356 0.759867
Rainbow-rechts_auv.png	1.0 1.0	0.934602 0.740915	0.934560 0.774538	0.946487 0.776930
Rainbow-rechts_auv.png	1.0 1.0	0.934602 0.740915	0.946487 0.776930	0.959350 0.745876
Rainbow-rechts_auv.png	1.0 1.0	0.909808 0.745733	0.922624 0.776877	0.934560 0.774538
Rainbow-rechts_auv.png	1.0 1.0	0.909808 0.745733	0.934560 0.774538	0.934602 0.740915
Rainbow-rechts_auv.png	1.0 1.0	0.888638 0.759668	0.912481 0.783620	0.922624 0.776877
Rainbow-rechts_auv.png	1.0 1.0	0.888638 0.759668	0.922624 0.776877	0.909808 0.745733
Rainbow-rechts_auv.png	1.0 1.0	0.874304 0.780740	0.905694 0.793742	0.912481 0.783620
Rainbow-rechts_auv.png	1.0 1.0	0.874304 0.780740	0.912481 0.783620	0.888638 0.759668
Rainbow-rechts_auv.png	1.0 1.0	0.903336 0.805698	0.934569 0.805702	0.905694 0.793742
Rainbow-rechts_auv.png	1.0 1.0	0.905740 0.817638	0.934569 0.805702	0.903336 0.805698
Rainbow-rechts_auv.png	1.0 1.0	0.912526 0.827733	0.934569 0.805702	0.905740 0.817638
Rainbow-rechts_auv.png	1.0 1.0	0.922651 0.834475	0.934569 0.805702	0.912526 0.827733
Rainbow-rechts_auv.png	1.0 1.0	0.934578 0.836867	0.934569 0.805702	0.922651 0.834475
Rainbow-rechts_auv.png	1.0 1.0	0.946514 0.834527	0.934569 0.805702	0.934578 0.836867
Rainbow-rechts_auv.png	1.0 1.0	0.956657 0.827785	0.934569 0.805702	0.946514 0.834527
Rainbow-rechts_auv.png	1.0 1.0	0.963444 0.817663	0.934569 0.805702	0.956657 0.827785
Rainbow-rechts_auv.png	1.0 1.0	0.965802 0.805706	0.934569 0.805702	0.963444 0.817663
Rainbow-rechts_auv.png	1.0 1.0	0.963398 0.793766	0.934569 0.805702	0.965802 0.805706
Rainbow-rechts_auv.png	1.0 1.0	0.956612 0.783672	0.934569 0.805702	0.963398 0.793766
Rainbow-rechts_auv.png	1.0 1.0	0.946487 0.776930	0.934569 0.805702	0.956612 0.783672
Rainbow-rechts_auv.png	1.0 1.0	0.934560 0.774538	0.934569 0.805702	0.946487 0.776930
Rainbow-rechts_auv.png	1.0 1.0	0.922624 0.776877	0.934569 0.805702	0.934560 0.774538
Rainbow-rechts_auv.png	1.0 1.0	0.912481 0.783620	0.934569 0.805702	0.922624 0.776877
Rainbow-rechts_auv.png	1.0 1.0	0.905694 0.793742	0.934569 0.805702	0.912481 0.783620

END
I just launched the ship, fried the buoy, a kirin passing by and waited for the Viper to trigger the fault.

stderr

Code: Select all

2009-08-04 13:53:10.064 oolite[29884] Unknown time zone name `rome'.
2009-08-04 13:53:10.064 oolite[29884] Using time zone with absolute offset 0.
2009-08-04 13:53:10.059 oolite[29884] initialising SDL
2009-08-04 13:53:10.151 oolite[29884] init: numSticks=0
2009-08-04 13:53:10.152 oolite[29884] CREATING MODE LIST
2009-08-04 13:53:10.152 oolite[29884] Added res 1024 x 768
2009-08-04 13:53:10.152 oolite[29884] Added res 800 x 600
2009-08-04 13:53:10.152 oolite[29884] Added res 640 x 480
2009-08-04 13:53:10.152 oolite[29884] Found mode {Height = 768; RefreshRate = 0; Width = 1024; }
2009-08-04 13:53:10.229 oolite[29884] drawRect calling initialiseGLWithSize
2009-08-04 13:53:10.230 oolite[29884] Creating a new surface of 894 x 736
2009-08-04 13:53:10.234 oolite[29884] no universe, clearning surface
2009-08-04 13:53:10.250 oolite[29884] ---> searching paths:
("/usr/lib/GNUstep/System/Applications/oolite.app/Contents/Resources", "/usr/lib/GNUstep/System/Applications/AddOns", "/home/saint/Library/Application Support/Oolite/AddOns", "/home/saint/.Oolite/AddOns", "/usr/lib/GNUstep/System/Applications/AddOns/Llama.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/longway.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/neocaduceus.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/b-wing.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/kirin.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/TIE.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/Lave.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/a-wing.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/y-wing.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/Commies.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/tori.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/RedTie.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/X-Wing.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/Interceptor.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/xships.oxp", "/usr/lib/GNUstep/System/Applications/AddOns/lambda.oxp")
2009-08-04 13:53:10.251 oolite[29884] DEBUG ** found cache - loading data ...**
2009-08-04 13:53:12.278 oolite[29884] Unknown time zone name `rome'.
2009-08-04 13:53:12.280 oolite[29884] Using time zone with absolute offset 0.
2009-08-04 13:53:12.436 oolite[29884] File NSDictionary.m: 610. In [GSDictionary -initWithContentsOfFile:] Contents of file '/usr/lib/GNUstep/System/Applications/AddOns/kirin.oxp/Config/shipdata.plist' does not contain a dictionary
2009-08-04 13:53:12.896 oolite[29884] Vertex Array Range optimisation - not supported
2009-08-04 13:53:13.475 oolite[29884] DEBUG ** resetting track for <ShipEntity Player 100> **
2009-08-04 13:53:14.635 oolite[29884] Populating a system with economy 5, and government 3
2009-08-04 13:53:14.636 oolite[29884] ... adding 2 trading vessels
2009-08-04 13:53:14.636 oolite[29884] ... adding 3 sun skimming vessels
2009-08-04 13:53:14.636 oolite[29884] ... adding 4 pirate vessels
2009-08-04 13:53:14.636 oolite[29884] ... adding 0 sun skim pirates
2009-08-04 13:53:14.636 oolite[29884] ... adding 1 law/bounty-hunter vessels
2009-08-04 13:53:14.636 oolite[29884] ... adding 1 sun skim law/bounty hunter vessels
2009-08-04 13:53:14.636 oolite[29884] ... adding 0 Thargoid warships
2009-08-04 13:53:14.636 oolite[29884] ... adding 4 asteroid clusters
2009-08-04 13:53:14.636 oolite[29884] ... for a total of 15 ships
2009-08-04 13:53:14.683 oolite[29884] ***** Lambdashuttle 106 does not respond to performFlyToPlanet
2009-08-04 13:53:17.769 oolite[29884] SCRIPT debug messages ON
2009-08-04 13:53:17.770 oolite[29884] DEBUG ::::: scriptAction: "addMoon: moon_lave"
2009-08-04 13:53:17.770 oolite[29884] DEBUG ::::: after expansion: "addMoon: moon_lave"
2009-08-04 13:53:17.770 oolite[29884] DEBUG addMoon: moon_lave
2009-08-04 13:53:17.770 oolite[29884] DEBUG initMoonFromDictionary: {land_hsb_color = "0.686 0.25 0.66"; orientation = "1.0 0.0 0.0 0.0"; polar_color_factor = 2.5; position = "-40000 0 60000"; radius = 800; rotational_velocity = 0.03; seed = "1 2 3 4 5 6"; texture = lunar.png; }
2009-08-04 13:53:17.994 oolite[29884] DEBUG moon position (-40000.00 0.00 60000.00) derived from -40000 0 60000
2009-08-04 13:53:17.995 oolite[29884] DEBUG ::::: scriptAction: "debugOff"
2009-08-04 13:53:18.016 oolite[29884] SCRIPT debug messages OFF
2009-08-04 13:53:18.214 oolite[29884] OPENGL_DEBUG GL_ERROR (1280) 'invalid enumerant' in: Universe before doing anything
2009-08-04 13:53:29.714 oolite[29884] Populating a system with economy 2, and government 0
2009-08-04 13:53:29.715 oolite[29884] ... adding 4 trading vessels
2009-08-04 13:53:29.715 oolite[29884] ... adding 2 sun skimming vessels
2009-08-04 13:53:29.715 oolite[29884] ... adding 12 pirate vessels
2009-08-04 13:53:29.717 oolite[29884] ... adding 1 sun skim pirates
2009-08-04 13:53:29.717 oolite[29884] ... adding 1 law/bounty-hunter vessels
2009-08-04 13:53:29.717 oolite[29884] ... adding 0 sun skim law/bounty hunter vessels
2009-08-04 13:53:29.717 oolite[29884] ... adding 0 Thargoid warships
2009-08-04 13:53:29.717 oolite[29884] ... adding 4 asteroid clusters
2009-08-04 13:53:29.717 oolite[29884] ... for a total of 24 ships
2009-08-04 13:53:30.586 oolite[29884] ***** Lambdashuttle 190 does not respond to performFlyToPlanet
2009-08-04 13:53:33.753 oolite[29884] SCRIPT debug messages ON
2009-08-04 13:53:33.754 oolite[29884] SCRIPT debug messages OFF
2009-08-04 13:53:33.757 oolite[29884] SCRIPT debug messages ON
2009-08-04 13:53:33.757 oolite[29884] SCRIPT debug messages OFF
2009-08-04 13:53:36.153 oolite[29884] DEBUG ** resetting track for <ShipEntity Rainbow-Tie-Fighter 100> **
[code]

stdout
[code]
Floating point exception
I run 1.65-6build1 from the Ubuntu package.
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
Lestradae
---- E L I T E ----
---- E L I T E ----
Posts: 3095
Joined: Tue Apr 17, 2007 10:30 pm
Location: Vienna, Austria

..

Post by Lestradae »

There are two showstoppers in your shipyard.plist:

1) <key>chance</key>
<real>0</real>
... means that the chance to appear in a shipyard is 0%. Set to 1.0 for 100%, 0.6 for 60% etc. instead.

2) <key>weapon_facings</key>
<integer>20</integer>
... this will not work. Perhaps it even leads to the ship never appearing in shipyards. "15" is the maximum number, meaning that all four laser positions can be used. "1" is for example only front laser, etc.

Try to change these two things (and set "chance" to 1.0 for starters, you have a load of other ship oxps in there) and see if it works.

8)

L
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Re: ..

Post by saint »

Lestradae wrote:
There are two showstoppers in your shipyard.plist:

1) <key>chance</key>
<real>0</real>
... means that the chance to appear in a shipyard is 0%. Set to 1.0 for 100%, 0.6 for 60% etc. instead.
This is desired. It's my ship, not a general product. Will try with 0.01. Does it go in the computations when you are fired ?

I will try to change the weapon facing to 1.
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Post by saint »

Hmmm.... i set the chance to 0.01 and the weapon facing to 1. Furthermore close inspection by the GalCop Tax And Technical verifiers spotted an equipment item not in the shipyard list... but it is not this little offender that causes the floating point exception... Damn bad, I can't challenge the constrictor this way...

*typpety tippety tippety.... GalCop Bank Log#%@!Q#...
#gsql
>update commender_account set credit = 2000000 where id='saint';
1 row updated;
>commit;
commit completed;
>quit
... he he he... they should have forgotten some 21th century security concerns...*
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
LittleBear
---- E L I T E ----
---- E L I T E ----
Posts: 2876
Joined: Tue Apr 04, 2006 7:02 pm
Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.

Post by LittleBear »

I'm not 100% on this, but I'm pretty sure that the chance key refers to the chance of the ship appearing with optional equipment rather than the chance of it appearing at all. So if you wanted the ship never to appear for sale in shipyards as its your personal ride, I think you'd need to set the tech-level to an impossible one like 20.
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Post by saint »

O.K.
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Post by Svengali »

A sign pops up:

"Could you please remove all other oxps while testing and logging your own creation. Posting logs with buggy oxps or oxps that need higher Oolite versions doesn't help here. Your account has been reset to zero .-)"
User avatar
saint
Dangerous
Dangerous
Posts: 75
Joined: Fri Jul 24, 2009 5:17 pm
Location: 45.371747 N, 12.011885 E - Sol III
Contact:

Post by saint »

O.K. next one :)

*as if I care...
saint$ setcash 2000000
Contacting GalCop Bank... got 0:0 shell
Updating account...done
saint$

Yesssssssss, I am lazy, expecially in a summer afternoon*
Image
Cmdr. Saint, Golden Gladstone with 4 leaves Clovers of the Most Noble Order or The B.D.c.
User avatar
Commander McLane
---- E L I T E ----
---- E L I T E ----
Posts: 9520
Joined: Thu Dec 14, 2006 9:08 am
Location: a Hacker Outpost in a moderately remote area
Contact:

Post by Commander McLane »

So, what about testing with only your OXP in? What does the logfile say? Any floating point exception left?
Post Reply