Files
gazebo_models/pine_tree/materials/scripts/pine_tree.material
Quella777 32cc2a8e96 init
2025-08-25 16:30:02 +08:00

30 lines
314 B
Plaintext

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
}
}
}
}