我正在尝试将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。)
答案 0 :(得分:0)
我不能说发生了什么变化,但突然之间,令人尴尬的是,事情按照我的预期发挥作用。