I've checked out the OGREDOTNET addin.
On compile there are some files missing.
- angle.cs
- animation.cs
...
- Billboard.cs
...
- Bone.cs
...
and so on.
Where can i get this files? What is wrong? Is an SDK missing? Where is my head?
Thanks for help.
rastaman
19-02-2006 17:50:54
did you read the wiki page.
http://www.ogre3d.org/wiki/index.php/OgreNet
what version of ogre are you running?
1.0.7 has not been tested that i know of.
To resolve missing files heres what you can do. Assuming VS 2003.
first goto the ogredotnet/OgreNet folder and delete all the .cs files except AssemblyInfo.cs.
Then in VS Solution Explorer right click on OgreBindings.i in OgreBindings project and select compile.
In Solution Explorer click one of the file in project OgreNet. Then at the top of the solution explorer window you will see 4 tool bar buttons. Click the third one "Show All Files".
Any file that has a yellow triangle icon with an exclamation mark(!). Right click it and select "Exclude From Project".
Click the second button, "Refresh", in the Solution Explorer tool bar.
Then look for any *.CS file that does not have the greenish icon. Right click it and select "Include In Project".
now you solution should be uptodate and you can rebuild normaly.
EagleEye
19-02-2006 18:16:58
Then at the top of the solution explorer window you will see 4 tool bar buttons. Click the third one "Show All Files".
...
Click the second button, "Refresh", in the Solution Explorer tool bar.
o.O
Never even saw those buttons. LOL... I always reloaded the solution.