Browse CVS Repository
Contents of /vkaleido/htdocs/try.html
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
( as text)
Tue May 11 11:43:38 2004 UTC
(19 years, 11 months ago)
by cwbp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +8 -9 lines
File MIME type: text/html
*** empty log message ***
| 1 |
<html><head> |
| 2 |
<title>Virtual Kaleidoscopeの作り方</title> |
| 3 |
</head> |
| 4 |
<body> |
| 5 |
<h2>Virtual Kaleidoscopeの作り方</h2> |
| 6 |
<ul> |
| 7 |
<li>Step 1. VRMLでオブジェクトをつくりファイルに保存</li> |
| 8 |
<li>Step 2. 保存したフィル名またはURLをこのフォームに入力して"Display"をクリック.</li> |
| 9 |
<form action="http://vkaleido.sourceforge.jp/cgi-bin/generate.wrl" method=GET> |
| 10 |
<input type=hidden name="t" value=""> |
| 11 |
<input type="file" name="o" size=40><br> |
| 12 |
<input type=hidden name="cols" value="6"> |
| 13 |
<input type="submit" value="Display"> |
| 14 |
</form> |
| 15 |
<li>Step 3. 現れたリンクをクリック.</li> |
| 16 |
</ul> |
| 17 |
オフラインでも挑戦したい方は<a href=vklaido-3.zip>アーカイブ</a>をダウンロードしてください。<p> |
| 18 |
ご自分のサイトで使用する場合は現れたリンクに対して、右クリック→「対象をファイルに保存」 |
| 19 |
で保存したものを使用してください。<p> |
| 20 |
<a href=index.html>Return to Home</a> |
| 21 |
</body> |
| 22 |
</html> |
|