Build Assimp from source

This commit is contained in:
Dane Johnson
2021-03-15 13:46:19 -05:00
parent b7a83a2876
commit a41fcbe7f4
2126 changed files with 1385127 additions and 40 deletions

View File

@@ -0,0 +1,52 @@
// Materials copied from the Ogre3D SDK
// from location Samples/Media/materials/scripts
// fish.mesh
material Examples/Fish
{
technique
{
pass
{
texture_unit
{
texture fish.jpg
}
}
}
}
// ninja.mesh
material Examples/Ninja
{
technique
{
pass
{
texture_unit
{
texture ninja.jpg
}
}
}
}
// razor.mesh
material Material__25
{
technique
{
pass
{
texture_unit
{
texture razor.jpg
}
}
}
}