ImageMagickをメインに、画像処理についてのTipsを書いていきます。
# coding=UTF-8from visual import *# レンダリング時間を表示scene.show_rendertime = True# 球を作成sphere1 = sphere(pos=(0, 0, 0), radius=1,color=(0x99/255.,0xdd/255.,0xff/255.))
Post a Comment
No comments:
Post a Comment