标签: 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>
它只是出现了隐藏,我该怎么办?