Hey guys, I am having problems with my sprites, well not specifically sprites but particle/geometry collisions in general.
I have a scene where some sprites (words) are going to be chucked out of a bag and land on the floor (its for a title sequence project).
I have set up the sprites with a radial and gravity fields to come out the bag and hit the floor, now my problem is that when the collide with the floor geometry they go half way through the floor and I need them to be on top of the floor, as if they were resting on the floor.
I have tried messing around with the geo connector attributs but can't seem to get the right outcome.
The problem you are having is because the particles are really small compared to the sprite size so the collision occurs at the center of the sprite where the particle is.
You can offset the the collision in the attribute editor to take into acount the size of the sprite.
do not make the real floor colide with your geo.
make fake floor (disable from render) and let your particales colid with it you will have more control.
Last edited by assembunni; 18-12-2007 at 02:48 AM.
Thanks jsprogg, it wasn't working off the bat, but I went into the Dynamic Relationships editor and did it that way with an invisible cube and it now works fine.
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off