如何更改 x3dom 中 3d 文本的斜角大小?现在我有这样的代码
<x3d width="392px" height="392px">
<scene>
<viewpoint position='0 0 11'></viewpoint>
<background skyColor='0.5 0.5 0.5'></background>
<shape>
<appearance>
<material ambientIntensity='0.0933' diffuseColor='0.32 0.54 0.26' shininess='0.51' specularColor='0.46 0.46 0.46'></material>
</appearance>
<text string='Mono bolditalic 32px' solid='false'>
<fontstyle family="TYPEWRITER" style="BOLDITALIC" size="0.8"></fontstyle>
</text>
</shape>
<transform translation='0 0 -2'>
<shape>
<appearance>
<material diffuseColor="1 0 0" specularColor="0.5 0.5 0.5"></material>
</appearance>
<box></box>
</shape>
</transform>
</scene>
</x3d>
有没有可用的示例代码?