Files
gazebo_models/pine_tree/materials/scripts/pine_tree.material

30 lines
314 B
Plaintext
Raw Normal View History

2025-08-25 16:30:02 +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
}
}
}
}