THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/12/2003 at 14:31, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ;
---------
Hi
I want to be able to get each particle position of the particles that are emitting from an emitter. After many searches on this forum and the archieved forum I believe I have to use a ParticleTag. But I dont know *how* to use the ParticleTag. I thought it would mean just inheriting the ParticleTag class
class MyParticle : public ParticleTag
{
}
but that gives me an error
'MyParticle' : no appropriate default constructor available
What am i doing wrong?