Added demo project to research root motion

This commit is contained in:
2026-03-26 12:19:51 +03:00
parent 0bd98ea3e2
commit 9c2adbb698
14 changed files with 1482 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
material Examples/Flare
{
technique
{
pass
{
lighting off
scene_blend add
depth_write off
diffuse vertexcolour
texture_unit
{
texture flare.png
}
}
}
}