Page 1 of 1

particle size

PostPosted: Sat Jun 08, 2013 3:26 am
by Joyce
Is there any API can change the size of particles?
I know how to get the size of particles, but i do't konw how to change the size of particles with API;

Re: particle size

PostPosted: Sat Jun 08, 2013 3:31 am
by tall_tree
Joyce wrote:Is there any API can change the size of particles?
I know how to get the size of particles, but i do't konw how to change the size of particles with API;

Magic_SetDiagramFactor

Re: particle size

PostPosted: Sat Jun 08, 2013 4:17 am
by Odin_KG
Is there any API can change the size of particles?

You have not full control for particles in API. You can scale the emitter using Magic_SetScale. Also you can change some diagrams using Magic_SetDiagramFactor/Magic_SetDiagramAddition

I know how to get the size of particles, but i do't konw how to change the size of particles with API;

To edit the special effect Magic Particles is used.

Re: particle size

PostPosted: Sat Jun 08, 2013 6:17 am
by Joyce
Thank you for your help.
i use "Magic_SetScale" API.
The home page, I saw this sentence:"Wrapper's manual is in Wrapper.chm file. API.chm is an API manual."
and Where can I find the API.chm file.

Re: particle size

PostPosted: Sat Jun 08, 2013 2:11 pm
by Odin_KG
Where can I find the API.chm file.

You need to install Magic Particles 3D (Dev) Free: http://astralax.com/download/programm/p ... v_free.zip
The manuals are in the folder "SDK" of the installed program.

Re: particle size

PostPosted: Wed Aug 28, 2013 7:43 am
by zahidg
i agree with it