ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# 環境光を設定scene.ambient = (0x20/255.,0xdd/255.,0x66/255.)# 球を作成sphere1 = sphere(pos=(0, 0, 0), radius=1,color=(0xff/255.,0xff/255.,0xff/255.))
Post a Comment
No comments:
Post a Comment