我一直在尝试使用以下方法将图像文件添加到网格类型 stl 文件中:
<script>
<name>Logo/R2S</name>
<uri>model://r2s_cupcar/materials/scripts/logo.material</uri>
<uri>model://r2s_cupcar/materials/logo/r2s.png</uri>
</script>
我在.material
文件中所做的更改:
{
technique
{
pass
{
texture_unit
{
texture r2s.png
scale 150.0 1.0
}
}
}
}
我的配置文件:
<model>
<name>R2S Cup Car</name>
<version>1.0</version>
<sdf version="1.5">r2s_cupcar.sdf</sdf>
<author>
<name>Benjamin Perseghetti</name>
<email>bperseghetti@rudislabs.com</email>
</author>
<description>A model of the R2S Cup Car.</description>
</model>
我可以在.sdf.jinja
文件中进行哪些更改以正确包含徽标图像。现在我只是从模型上的图像文件中获得不同的颜色。