<Appearance DEF="Material5">
<Material diffuseColor="1 1 1" specularColor="0.333333 0.333333 0.333333"/>
<ImageTexture url="textures/texture_0.jpg" repeatS="true" repeatT="true"/>
</Appearance>
发现图片“textures/texture_0.jpg”无法显示,调转<Material>与<ImageTexture>位置OK!!
<ImageTexture url="textures/texture_0.jpg" repeatS="true" repeatT="true"/>
<Material diffuseColor="1 1 1" specularColor="0.333333 0.333333 0.333333"/>