Hi all,<br><br>I&#39;m triyng to play with perspec message.<br><br>I notice that if I send a &quot;normal&quot; message to gemwin, everything works ok.<br><br>But if I send the same message &quot;compiled&quot; from a message or a number box (or whatever), the center of the scene go to the left bottom point. <br>
<br>OK:<br> <br>[perspec -2 2 -2 2 1 20&lt;<br>|<br>[gemwin]<br><br>KO:<br><br>[2&lt;<br>|<br>[perspec -$1 $1 -$1 $1 1 20&lt;<br><br>My sistem is a ubuntu 64bit - GEM: ver: 0.92.2 - nvidia GTX 260 with closed source drivers<br>
<br>Someone noticed this?<br>It&#39;s only on my machine?<br><br>Thanks.<br><br>PS: below a patch that shows the behavior (for me).<br><br>#N canvas 632 391 450 300 10;<br>#X obj 42 71 gemwin;<br>#X msg 42 31 create \, 1;<br>
#X obj 40 167 gemhead;<br>#X obj 40 193 cube;<br>#X floatatom 231 126 5 0 0 0 - - -;<br>#X msg 231 144 perspec -\$1 \$1 -\$1 \$1 1 20;<br>#X msg 109 31 0 \, destroy;<br>#X msg 227 26 perspec -1 1 -1 1 1 20;<br>#X msg 273 123 2;<br>
#X msg 228 48 perspec -2 2 -2 2 1 20;<br>#X text 230 3 OK;<br>#X text 235 100 KO;<br>#X connect 1 0 0 0;<br>#X connect 2 0 3 0;<br>#X connect 4 0 5 0;<br>#X connect 5 0 0 0;<br>#X connect 6 0 0 0;<br>#X connect 7 0 0 0;<br>
#X connect 8 0 5 0;<br>#X connect 9 0 0 0;<br><br>