我正在试着在飞机上放一个TwoSidedMaterial,以便两边都能显示出来。然而,我不能让它工作,我得到的只是一个空的场景和控制台中的一个错误:TypeError: mat._vf.diffuseColor is undefined
<body>
<x3d width='600px' height='400px'>
<scene>
<shape>
<appearance>
<twosidedmaterial diffuseColor="1,0,0"></twosidedmaterial>
</appearance>
<plane></plane>
</shape>
</scene>
</x3d>
</body>我做错了什么?(我在linux上使用Firefox v30.0。)
发布于 2014-07-04 04:27:04
我不能说发生了什么变化,但突然,令人尴尬的是,事情就像我期望的那样工作。
https://stackoverflow.com/questions/24476607
复制相似问题