Thread: Particle Engine
View Single Post
  #5  
Old 05-30-2010, 01:38 PM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by Mark Sir Link View Post
how does one go about doing that since setting x < 0 doesn't seem to work?
On layers < 4 you can just move it outside the screen, but what I found out just now while trying this is that this is not true for layer 4.

I don't know how it works but increasing clippingbox to
PHP Code:
clippingbox = {-512, -512, -512512512512}; 
seems to have fixed it.

I tried some other methods for moving the particles outside the screen but none of them worked.
Reply With Quote