update 2006-02-22

rastaman

23-02-2006 03:28:29

project files updated to copy .pdb files

new DemoCustomObjects , and ogredotnet class SimpleRenderableDirector.
the class (SRD) allows you to create custom objects like Line3D, witch was added directly in OgreDotNet because at the time I couldn't think of a way around Ogre.RenderOperation. SRD has events for the functions that would need to be overridden.

now that i think of it... insted of using events, they could just be functions to override and all the other cpp to .net connection stuff could be private. maybe.