I use Python-OpenGL and numpy to do this. Sample code: import numpy Verts = numpy.array([ ( -0.5, 0.5, -0.5 ), # left top rear ( 0.5, 0.5, ...
確定! 回上一頁