[Implemented] Ogre More Commands
Posted: Sun Jul 30, 2006 8:17 pm
I've been messing around with OGRE and it's .material scripts...
Many limitations i had are now gone
I just whish we had this these commands, that would open up most of the current PB OGRE version power:
Compositors
Materials
Particles
--EDIT--
Or all in one:
Many limitations i had are now gone

I just whish we had this these commands, that would open up most of the current PB OGRE version power:
Compositors
Code: Select all
Compositor_LoadScript(#id,filename)
Compositor_RunScript(#id)
Compositor_FreeScript(#id)
Code: Select all
Material_LoadScript(#id,filename)
Material_MeshAssignScript(#id,#mesh)
Material_BillboardAssignScript(#id,#billboardgroup)
Material_FreeScript(#id)
Code: Select all
Particle_LoadScript(#id,filename)
Particle_AssignScript(#id,#billboard)
Particle_FreeScript(#id)
--EDIT--
Or all in one:
Code: Select all
Load3dScript(#id,filename)
Assign3dScript(#id,(mesh,billboard,display))
Run3dScript(#id)
Free3dScript(#id)