[Implemented] Ogre More Commands

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

[Implemented] Ogre More Commands

Post 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)
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

--Kale

Image
Post Reply