Jump to content

[SOLVED] Particle orientation issue


photo

Recommended Posts

What happens:

Particle orientation at spawn ignores local rotation of emitter (based on world)

 

What should happen

Particle should respect local rotation of emitter

 

Case:

Boat wake. When texture has direction, particle needs to be spawned with respect to the local rotation of emitter.

eg. emitter is child of animated object.

 

Maybe we have missed something?

 

I am sure many builds ago it worked like this.

 

tried to attach screenshot, but it keeps failing

 

Thanks,

N.

 

Link to comment

Maybe having a look on OilRush wake particles material settings could help to solve the issue. Also have a look at ObjectParticles::setEmitterBased() (can also be checked in the node editor), maybe this will do the trick ?!?

Link to comment

Never mind. Sorted.

 

Missed this new type of particle:

OBJECT_PARTICLES_TYPE_ROUTE.

 

This type replaced the way Flat particle worked just recently.

 

Was in the release notes for 12-10-2012.

 

phew. Exactly what was after.

(Flat partlcle used to respect the local rotation of spawned particles - now this new class is what is needed for this effect)

 

I dare say that the oil rush build I was looking at was sending me crazy, as the emitters were working there and not in our build.

 

Hope this helps someone else save some hair.

Link to comment
×
×
  • Create New...