aalex675
01-11-2006 00:11:09
I am very new to Ogre and working on learning how to use it but I've run into a problem. I am developing in C# using OgreDotNet and am trying to translate the Fresnels demo that is in c++ into C#. My problem is at this line in the C++ code:
SimpleSpline fishSplines[NUM_FISH];
I cannot find this SimpleSpline class anywhere in OgreDotNet. I have searched everywhere I can find. Is this something that hasn't been implemented yet? If not where can I find it? My knowledge of C++ is pretty limited so maybe this is a stupid question, but if it is please point me in the right direction...
Thanks
SimpleSpline fishSplines[NUM_FISH];
I cannot find this SimpleSpline class anywhere in OgreDotNet. I have searched everywhere I can find. Is this something that hasn't been implemented yet? If not where can I find it? My knowledge of C++ is pretty limited so maybe this is a stupid question, but if it is please point me in the right direction...
Thanks