Ogre3d particle effect causing error in iPhone
- by anu
1) First I have added the Particle Folder from the OgreSDK( Contains Smoke.particle)
2) Added the Smoke.material And smoke.png and smokecolors.ong
3) After this I added the Plugin = Plugin_ParticleFX in the plugins.cfg
Here is my code:
#Defines plugins to load
# Define plugin folder
PluginFolder=./
# Define plugins
Plugin=RenderSystem_GL…