Menu

Tree [r50] /
 History

HTTPS access


File Date Author Commit
 MParticleUniverse 2011-06-27 gaandjin [r49] Fixed a problem passing Vector3 as ref param.
 ParticleUniverse C++ 2011-06-04 gaandjin [r42] Fixed String marshaler as per: http://discuss.f...
 ParticleUniverseTest 2011-07-13 gaandjin [r50]
 MParticleUniverse.sln 2011-05-14 gaandjin [r1] Initial Code.
 MParticleUniverse.suo 2011-06-27 gaandjin [r49] Fixed a problem passing Vector3 as ref param.
 README.txt 2011-06-27 gaandjin [r49] Fixed a problem passing Vector3 as ref param.
 copyExports.bat 2011-05-16 gaandjin [r10] Implemented IParticle And IVisualData
 copyParticleUniverseDll.bat 2011-05-19 gaandjin [r13] Implemented Attachable and Extern (Just the Int...

Read Me

This is an my first C++ Wrapper so bare with me.

Please see "Building Particle Universe For Mogre.pdf" about compiling the Particle Universe Plugin for Mogre.

The Wrapper can create, add, modify, and remove particle systems from mogre space.
See my test project in the SVN codebase for an idea of what it can do. 

There are a few things it can't do or I haven't implemented yet and I can imagine quite a few things that I don't know that don't work. 
It's mostly untested but I have manually created a few particle systems and am able to manipulate them in runtime. 

A few things I need to check are:
ParticleTechnique.WorldBoundingBox
ParticleSystem.GetBoundingBox
ParticleSystem.GetMainCamera
Attachable.GetBoundingBox
Check ParticleScriptSerializer and Strings being passed as null


ScriptReader not Implemented.
ParticleRendererFactory not Implemented.
ParticlePool.IncreasePool not Implemented.
ParticleObserverFactory not Implemented.
ParticleEventHandlerFactory not Implemented.
ParticleEmitterFactory not Implemented.
ParticleBehaviourFactory not Implemented.
ParticleAffectorFactory not Implemented.
ParticleFactory not Implemented.
Particle.UserDefinedObject not Implemented.
ExternFactory.CreateExtern not Implemented.


Classes to add?:

ParticleUniverseAtlasImage.h
ParticleUniverseNoise.h
ParticleUniversePhysicsExtern.h
ParticleUniversePhysicsShape.h
ParticleUniversePlane.h
ParticleUniversePoolMap.h
ParticleUniverseSpatialHashTable.h
Externs/ParticleUniversePhysXActorExtern.h
Externs/ParticleUniversePhysXBridge.h
Externs/ParticleUniversePhysXExtern.h
Externs/ParticleUniversePhysXFluidExtern.h
Externs/ParticleUniversePhysXLogging.h
Externs/ParticleUniversePhysxMath.h
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.