●球 |
|
Sphere{ |
|
radius | 半径 |
} |
|
●円錐 |
|
Cone{ |
|
parts ALL,SAIDES,BOTTOM | 表示する部分 |
bottomradius | 底面半径 |
height | 高さ |
} |
|
●立方体 |
|
Cube{ |
|
width | 幅 |
height | 高さ |
depth | 深さ |
} |
|
●円柱 |
|
Cylinder{ |
|
parts ALL,SIDES,TOP,BOTTOM | 表示する部分 |
radius | 半径 |
height | 高さ |
} |
|
●立体文字 |
|
AsciiText{ | txt |
string " " | 文字列 |
spacing | 改行幅と文字高の比 |
justification LEFT,RINGHT,CENTER to X | X軸に対する文字揃え |
width | 文字列の幅 |
} |
|
●質感 |
|
Material{ |
|
ambientColor | 周りの色 |
diffuseColor | 拡散色 |
specularColor | 鏡面色 |
emmisiveColor | 発光色 |
shininess | 光沢 |
transparency | 透明度 |
} |
|
●方向の決まった光源 |
|
Directionallight{ |
|
on TRUE |
|
intensity | 強度:上限は1 |
color | 色 |
direction | 方向 |
} |
|
●点光源 |
|
PointLight{ |
|
on TRUE |
|
intensity | 強度 |
color | 色 |
location | 位置 |
} |
|
●スポットライト |
|
Spotlight{ |
|
on TRUE |
|
intensity | 強度 |
color | 色 |
location | 位置 |
direction | 方向 |
dropOffRate | 弱まる比率 |
cutOffAngle | 照射角度 |
} |
|
●回転 |
|
Rotation{ |
|
rotation | 回転軸の方向(座標)、回転角(rad) |
} |
|
●原点移動 |
|
Translation{ |
|
transulation | 現在の原点からの位置 |
} |
|
●透視投影カメラ |
|
PerspectiveCamera{ |
|
position | 位置 |
orientation | -Z方向からの回転軸、回転角度 |
} |
|
●縮尺 |
|
scale{ |
|
scaleFactor | X、Y、Z各軸の縮尺 |
} |
|
●背景のテクスチャ |
|
DEF BackgroundImage Info{ |
|
string ".gif" | 画像ファイル名 |
} |
|
●リンク |
|
WWWAnchor { |
|
name " .htm" | リンク先 |
description " " | テキスト |