Files
DroneControl/iq_sim/models/pine_tree/materials/scripts/pine_tree.material
T

30 lines
314 B
Plaintext
Raw Normal View History

2022-11-15 21:22:52 +08:00
material PineTree/Branch
{
technique
{
pass
{
alpha_rejection greater 128
texture_unit
{
texture branch_2_diffuse.png
}
}
}
}
material PineTree/Bark
{
technique
{
pass
{
texture_unit
{
texture bark_diffuse.png
}
}
}
}