Irrlicht-Spintz-0.12
Here's a demo for Windows and DirectX 9 June 2005, for the new particle system stuff added.
Also, I just added function to IGUISkin to change between GRADIENT and CLASSIC gui skin types, use F2 to toggle that!
http://irrlicht.spintz.com/downloads/pa ... msdemo.rar
Also, I just added function to IGUISkin to change between GRADIENT and CLASSIC gui skin types, use F2 to toggle that!
http://irrlicht.spintz.com/downloads/pa ... msdemo.rar
New version just uploaded!
Here's new stuff :
http://irrlicht.spintz.com/docs/Particl ... itance.jpg
http://irrlicht.spintz.com/docs/Particl ... itance.jpg
http://irrlicht.spintz.com/docs/SceneNo ... itance.jpg
Go ahead and play with the sphere, ring and mesh emitters, and the new attractor and rotation affectors. I wanna find any bugs, the code is still very new, and also see cool effects made with it. If you can host images somewhere, email them to me, so I can check them out.
Enjoy!
Here's new stuff :
- Added CSceneCollisionManager::getCollisionPoints, which can give you the near and far intersections of a line with a box.
- Added new particle emitters - Ring, Sphere and Mesh
- Added new particle affectors - Attraction, Rotation
- Fixed bug in CParticleSystemSceneNode when a system's visibility was toggled
- The following is true for ParticleEmitters, ParticleAffectors and SceneNodeAnimators : New interfaces have been added for each specific type of emitter, affector and animator. They inherit from a common interface class for their type( emitters/animators/affectors ) allowing access to change and get member data without having to remove them from a particle system scene node and adding them back with new values.
- Added enabled attribute to the IParticleAffector's, so you can enable and disable an affector, without removing it from the ParticleSystemSceneNode.
- Added function for IGUISkin/CGUISkin classes to change the type of the skin.
- Renamed the EGST_METALLIC to EGST_GRADIENT
http://irrlicht.spintz.com/docs/Particl ... itance.jpg
http://irrlicht.spintz.com/docs/Particl ... itance.jpg
http://irrlicht.spintz.com/docs/SceneNo ... itance.jpg
Go ahead and play with the sphere, ring and mesh emitters, and the new attractor and rotation affectors. I wanna find any bugs, the code is still very new, and also see cool effects made with it. If you can host images somewhere, email them to me, so I can check them out.
Enjoy!
I guess I should've said this. I'm not really looking to re-write anything major in Irrlicht. Merely extend functionality, add new scene nodes and speed up where possible and fix bugs if found.
What you're looking for you should be looking at IrrlichtNX and Lightfeather. I've contributed some with IrrlichtNX and a little more with Lightfeather, which is coming along nicely. I bounce back and forth between working on each, not really IrrlichtNX anymore tho. Right now I'm in Irrlicht mode not Lightfeather.
However, I'd still like to hear ideas, or maybe Niko will listen, so go ahead and post. Also, just saying it needs a new Material Renderer, is rather vague, I do remember, I think, you made a post and had a brief discussion about this on the IrrlichtNX boards and here.
What you're looking for you should be looking at IrrlichtNX and Lightfeather. I've contributed some with IrrlichtNX and a little more with Lightfeather, which is coming along nicely. I bounce back and forth between working on each, not really IrrlichtNX anymore tho. Right now I'm in Irrlicht mode not Lightfeather.
However, I'd still like to hear ideas, or maybe Niko will listen, so go ahead and post. Also, just saying it needs a new Material Renderer, is rather vague, I do remember, I think, you made a post and had a brief discussion about this on the IrrlichtNX boards and here.
AnimatedMeshSceneNodeEmitter, still ironing out some bugs, but download demo for it, and whole new particle system here -
http://irrlicht.spintz.com/downloads/pa ... msdemo.rar
( Windows Only )
You really have to see this one in motion! Here's screenshot anyways....more coming soon!
http://irrlicht.spintz.com/downloads/pa ... msdemo.rar
( Windows Only )
You really have to see this one in motion! Here's screenshot anyways....more coming soon!
Check out my website, Linux Lovers.
Binary version only available for you Linux folk. The OpenGL extensions are disabled, because the machine I compiled on didn't have them. But the examples run fine, SpecialFX, CollisionTest and TiledTerrainManager. The execturables are in the bin/Linux directory.
Now you linux folk can compile and test Irrlicht-Spintz stuff
Binary version only available for you Linux folk. The OpenGL extensions are disabled, because the machine I compiled on didn't have them. But the examples run fine, SpecialFX, CollisionTest and TiledTerrainManager. The execturables are in the bin/Linux directory.
Now you linux folk can compile and test Irrlicht-Spintz stuff