﻿/*
なにわCG道 #30 ソフトクリーム
文字コード：UTF-8
*/ 

// Java3Dの表示パラメータ始
document.write('<DIV style="width:240px;height:158px; color:white;background-color:black;font-size:12px" align="center">');

// Java ARchiverファイルの場所
document.write('<applet code="J3DViewer.class" codebase="http://www.plannel.net/naniwacg/web3d/" archive="3dh.jar" width="240" height="143">');

// モデルファイルの場所
document.write('<param name="Model"value="200808/200808.zip">');

//Java3Dのカメラ・ライト関連パラメータ
document.write('<param name="ModelPosition" value="0.00,0.00,580.00">');
document.write('<param name="TitleBackColor" value="ffffff">');
document.write('<param name="ProgBarColor" value="4d5d98">');
document.write('<param name="BackColor" value="000000">');
document.write('<param name="LightingEnable" value="true">');
document.write('<param name="FieldOfView" value="30">');
document.write('<param name="InitRotSpeed" value="20,0,0">');
document.write('<param name="InitRotAngle" value="0,0,-30">');
document.write('</applet>');
document.write('<BR>');
// Java3Dの表示パラメータ終

//リンクとテキストの記述始
//document.write('<A href="*****URL*****" style="color:yellow;text-decoration:none;">');
document.write("なにわCG道 #30 ソフトクリーム");
//document.write('</A>');
//リンクとテキストの記述終

document.write('</DIV>');
