我正在尝试将 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。)