☆Coneノードの例
ノード詳細
Cone{
    
        bottomRadius 半径( 1 )
        
        height 高さ( 2 )
        
        bottom 底面の表示/非表示(TRUE / FALSE)

        side   側面の表示非表示(TRUE / FALSE)

}
        
☆ かっこの中の赤い文字または数字は
 指定しなかったときのデフォルト値
#VRML V2.0 utf8

Shape{
    
    geometry Cone{
        
        bottomRadius 2.5
        
        height 5
        
        }
    
}
        



戻る