Page 1 of 1

[Implemented] Ogre More Commands

Posted: Sun Jul 30, 2006 8:17 pm
by Num3
I've been messing around with OGRE and it's .material scripts...
Many limitations i had are now gone :D

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)
Materials

Code: Select all

Material_LoadScript(#id,filename)
Material_MeshAssignScript(#id,#mesh)
Material_BillboardAssignScript(#id,#billboardgroup)
Material_FreeScript(#id)
Particles

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)

Posted: Sun Jul 30, 2006 9:19 pm
by Kale