Added demo project to research root motion
This commit is contained in:
BIN
resources/main/flare.png
Normal file
BIN
resources/main/flare.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
19
resources/main/particles.material
Normal file
19
resources/main/particles.material
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user