原点に半径1000mmの球を作成します。
scene = xshade.scene() scene.begin_creating() scene.create_sphere(None,(0.0, 0.0, 0.0), 1000.0) scene.end_creating()