simulator: add red circle model for recognizing

This commit is contained in:
Oleg Kalachev
2023-01-13 12:58:51 +03:00
parent f78a03ec89
commit 25ae694d1f
5 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
material red_circle
{
technique
{
pass
{
scene_blend alpha_blend
texture_unit
{
texture red_circle.png
filtering none
scale 1.0 1.0
}
}
}
}