如何在3d画布上叠加html?

时间:2013-03-23 09:56:03

标签: html5 forms input overlay three.js

我需要在3D场景上播放一个html表单(three.js)

<FORM NAME="test">
<P>Enter your  Name: <INPUT TYPE="TEXT" NAME="firstName"><BR><BR>
<INPUT TYPE="Button" Value="Name" onClick="functionInput(this.form)">
</P>
</FORM>

它只是出现了隐藏,我该怎么办?

0 个答案:

没有答案