Page 1 of 1

Flip effect on axis

PostPosted: Thu Jun 12, 2014 12:36 pm
by Dmitrij
is there a posibility in api (wraper) to flip effect around an axis (x or y), we need both mirrored and original effect, but unfortunately so far only way to do it, is to make duplicate of effect and flip it in editor, is there a more easier solution (whithout duplication but maybe by using some parameter)

Re: Flip effect on axis

PostPosted: Thu Jun 12, 2014 8:02 pm
by Odin_KG
1) There is the function Magic_SetAxis(). You may use this function to flip 2D-emitter.
2) API returns to you the coordinates of the vertexes. You may flip any particle using these coordinates.