ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# ウインドウのタイトルを設定scene.title = 'VPython sample'# 球を作成sphere1 = sphere(pos=(0, 0, 0), radius=1,color=(0x99/255.,0xdd/255.,0xff/255.))
Post a Comment
No comments:
Post a Comment