加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
model.sdf 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
MrZhaosx 提交于 2020-09-24 19:40 . first commit
<?xml version="1.0" ?>
<sdf version="1.5">
<model name="House 2">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<mesh>
<uri>model://house_2/meshes/house_2.dae</uri>
<scale>1.5 1.5 1.5</scale>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://house_2/meshes/house_2.dae</uri>
<scale>1.5 1.5 1.5</scale>
</mesh>
</geometry>
<material>
<script>
<uri>model://house_2/materials/scripts</uri>
<uri>model://house_2/materials/textures</uri>
<uri>model://house_1/materials/textures</uri>
<name>House_2/Diffuse</name>
</script>
<shader type="normal_map_tangent_space">
<normal_map>model://house_1/materials/textures/House_1_Normal.png</normal_map>
</shader>
</material>
</visual>
</link>
</model>
</sdf>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化