// 点ポリゴンを生成して配置(X,Y,Z,半径) int point = newPointPolygon( 0.0,0.0,0.0, 0.3 ) ; mountPolygon( point, rendererID ) ; …