Page 1 of 1

SDK wrap problems

PostPosted: Sun Nov 25, 2012 2:44 pm
by greatgamefan
i'm use 2.18 3D(dev) free version,download wrappers for API.
run exe in _bin2d folder no display particle effect in program window.
use matrix.ptc everything ok.but some ptc ex:zero.ptc then no display.
i'm debug code found Magic_CreateFirstRenderedParticlesList return rendering.count==0.Why is it like this?tks.

Re: SDK wrap problems

PostPosted: Sun Nov 25, 2012 5:05 pm
by Odin_KG
You can save ptc-file using 3 ways:
1) Normal mode: full compatibility with editor, but API can't play emitters of 'Image' and 'Text'.
2) API mode: full compatibility with API, but part of information for editor is deleted. This mode is useful when you release the game.
3) Double mode: full compatibility with editor and API (the size of the ptc-file will be more). Check the flag: Edit->Program Options->Save Always. Now you can use "Normal mode" as "Double mode".

Re: SDK wrap problems

PostPosted: Mon Nov 26, 2012 2:01 am
by greatgamefan
tks.Problem is solved.