hi, list, i have a question about gem ...if i create a geo and move it away (translateXYZ) from the screen (in axis z )the geo becomes smaller but then suddenly the geo dissapear. why is that? im trying to do complex structures in gem with lots of geos, and its annyoing that the geos that are far away from the screen became invisible. Is there any way of avoiding this? any hint would be nice
thanx
punchik
#N canvas 379 165 606 506 10; #X obj 27 337 gemwin; #X msg 59 120 create; #X obj 174 285 gemhead; #X msg 65 147 destroy; #X msg 87 217 1; #X msg 85 256 0; #X obj 236 385 translateXYZ; #X floatatom 296 145 5 0 0 0 - - -; #X obj 288 462 square 5; #X text 267 130 play with this , at -17 the square dissapear; #X connect 1 0 0 0; #X connect 2 0 6 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0; #X connect 6 0 8 0;
pun chik punchik@fastmail.fm
Yeah, I had a similar problem with [pix_image]. It disapears suddenly when it is close to the side of the screen. i found that if you apply a [pix_texture] on a [square] then it is ok with your image. But this way, you need to know the exact size of the picture wou want to display. (how can I get that?) Is this supposed to be this way ? Is this the best way to display a 2d picture and move it around ?
aalex
Le 15 déc. 2004, à 14:04, pun chik a écrit :
hi, list, i have a question about gem ...if i create a geo and move it away (translateXYZ) from the screen (in axis z )the geo becomes smaller but then suddenly the geo dissapear. why is that? im trying to do complex structures in gem with lots of geos, and its annyoing that the geos that are far away from the screen became invisible. Is there any way of avoiding this? any hint would be nice
The Geos disappear because they go beyond the bounds of the viewport.
Change the viewport to whatever depth you need - try 'perspec -1 1 -1 1
1 30'. This is in the gemwin.pd help file.
cgc
On Dec 15, 2004, at 1:04 PM, pun chik wrote:
hi, list, i have a question about gem ...if i create a geo and move it away (translateXYZ) from the screen (in axis z )the geo becomes smaller but then suddenly the geo dissapear. why is that? im trying to do complex structures in gem with lots of geos, and its annyoing that the geos that are far away from the screen became invisible. Is there any way of avoiding this? any hint would be nice
thanx
punchik
#N canvas 379 165 606 506 10; #X obj 27 337 gemwin; #X msg 59 120 create; #X obj 174 285 gemhead; #X msg 65 147 destroy; #X msg 87 217 1; #X msg 85 256 0; #X obj 236 385 translateXYZ; #X floatatom 296 145 5 0 0 0 - - -; #X obj 288 462 square 5; #X text 267 130 play with this , at -17 the square dissapear; #X connect 1 0 0 0; #X connect 2 0 6 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0; #X connect 6 0 8 0;
#X connect 7 0 6 3;
pun chik punchik@fastmail.fm
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.