Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3D シーン (three.js) に HTML フォームを配置する必要があります。
<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>
どうすればいいですか?