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,16 @@
material OgreBulletDemos/TargetSights
{
// receive_shadows off
technique
{
pass
{
lighting off
scene_blend alpha_blend
texture_unit
{
texture target.png
}
}
}
}