Added better objects from OgreBullet demo.

This commit is contained in:
David Williams
2008-04-13 10:08:28 +00:00
parent 4e7822ca9a
commit 82958ec049
9 changed files with 454 additions and 0 deletions

View File

@ -0,0 +1,42 @@
material DT__default__
{
technique
{
pass
{
lighting off
diffuse vertexcolour
}
}
}
material Material/SOLID/TEX/box.jpg/VertCol
{
technique
{
pass
{
diffuse vertexcolour
specular 0.500000 0.500000 0.500000 12.500000
texture_unit
{
texture box.jpg
}
}
}
}
material 1 - Default
{
technique
{
pass
{
diffuse vertexcolour
specular 0.500000 0.500000 0.500000 12.500000
texture_unit
{
texture box.jpg
}
}
}
}