Thread: emitter stretch
View Single Post
  #1  
Old 08-18-2011, 11:08 PM
haro41 haro41 is offline
zenkou
haro41's Avatar
Join Date: Jul 2003
Location: Sol Grotto
Posts: 689
haro41 will become famous soon enough
Send a message via AIM to haro41
emitter stretch

Im trying to rotate a particle, then stretch it in the x axis using stretchx.

Unfortunately, no matter how I set up the script, the particles are stretched along the new specified angle, rather than X relative to the screen. The result is the same whether I set them as modifiers or attributes.
PHP Code:
    emitter.addlocalmodifier("once"00"rotation""replace"degtorad(0), degtorad(360));
    
emitter.addlocalmodifier("once"00"stretchx""add"33); 
Is it possible to do what I need?
Attached a visual aid.
Attached Thumbnails
Click image for larger version

Name:	emitter_prob.gif
Views:	157
Size:	7.9 KB
ID:	53481  
__________________

Zenkou for life
Reply With Quote