Erasing a Particle effect like an eraser
|
|
Cherry Hotaling
Registered User
Join date: 25 Feb 2007
Posts: 86
|
08-13-2007 13:09
Hello,
I have seen this drawing pad in sl that writes with particles as you drag the pen around the white board. I know they are long lifed particles being generated.
However theres also an eraser that you can move on the board and it will erase the particles it touches.
My question is how do you make an eraser object erase only the particles it touches?
Thank you for your time.
-Cherry
|
|
RJ Source
Green Sky Labs
Join date: 10 Jan 2007
Posts: 272
|
08-13-2007 13:24
Maybe the particles are still there, and it's a section of the white board that is being moved in front, or changing alpha, over the particle? (the White-Out stategy)
|
|
Debbie Trilling
Our Lady of Peenemünde
Join date: 17 Oct 2006
Posts: 434
|
08-13-2007 13:37
Hi Cherry Would be interested in seeing this particle effect myself. Could you please post the location, thanks 
|
|
Kidd Krasner
Registered User
Join date: 1 Jan 2007
Posts: 1,938
|
08-13-2007 16:51
I think it's more likely that it's being generated with temporary prims rather than particles. Particles are created entirely on the client side. So there's no easy way the server, where the script runs, could know what particles are being erased.
Furthermore, the only way to change a particle system is to replace it, and I usually see a delay when that happens. So even if it were easy to get the data and do the calculations, just recreating the system continuously during erasure couldn't be done in real time.
|
|
Debbie Trilling
Our Lady of Peenemünde
Join date: 17 Oct 2006
Posts: 434
|
08-14-2007 03:07
From: Kidd Krasner no easy way the server, where the script runs, could know what particles are being erased.
Furthermore, the only way to change a particle system is to replace it Yep, was having similar thoughts myself & that is why I wanted to actually see it, rather than read a description. Regardless, still sounds interesting & would be grateful for its whereabouts 
|
|
Jotheph Nemeth
Registered User
Join date: 9 Aug 2007
Posts: 142
|
08-14-2007 03:18
If you're interested, I have an object that writes with particles. Looks like firefly writing. It does it in the air though, not on a whiteboard, and it can't be erased.
IM me if you want to see it.
|
|
Cherry Hotaling
Registered User
Join date: 25 Feb 2007
Posts: 86
|
08-14-2007 06:15
The way to see it is if anyone has a Starax wand theres a drawing thing that you can cast.
The white board does not rise and it erases the particles it touches.
It does not seem to Rez prims it seems to erase the Particles themselves.
But I could be wrong.
-Cherry Hotaling
|
|
Scott Tureaud
market base?
Join date: 7 Jun 2007
Posts: 224
|
08-14-2007 09:38
could you use particles that have the same texture invisiprims use?
|
|
Cherry Hotaling
Registered User
Join date: 25 Feb 2007
Posts: 86
|
08-14-2007 09:40
I suppose so but wouldnt you be able to see through the white board as well?
-Cherry Hotaling
|
|
Scott Tureaud
market base?
Join date: 7 Jun 2007
Posts: 224
|
08-14-2007 09:44
bonus effect
|
|
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
|
08-14-2007 11:48
Invisiprims won't hide prims unless they have alpha textures or are less than 100% opaque. If you're considering invisiprims for this application, though, I think it starts to be less efficient than just using (temp) prims for the "ink." My own experience with that method worked out well.
|
|
Light Waves
Registered User
Join date: 30 May 2005
Posts: 6
|
08-15-2007 13:07
From: Cherry Hotaling Hello,
I have seen this drawing pad in sl that writes with particles as you drag the pen around the white board. I know they are long lifed particles being generated.
However theres also an eraser that you can move on the board and it will erase the particles it touches.
My question is how do you make an eraser object erase only the particles it touches?
Thank you for your time.
-Cherry Hello!, I come from a land far far away. I bring great news!. I saw the strange painty thing you speak of. The paint is actually made from prims and not particles. and the paint prims bravely kill themselves (llDie()) when touched by the monstrous eraser.
|
|
Cherry Hotaling
Registered User
Join date: 25 Feb 2007
Posts: 86
|
08-16-2007 11:36
haha,, Thank you Light Waves. Does it create a bunch of invisible prims or does the particle effect trail from one invisible prim to the next?
Thank you -Cherry Hotaling
|