pas de dépendane à numpy, taille plus appropriée
This commit is contained in:
parent
f6a3d8ad14
commit
cd0faa707f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,13 +1,12 @@
|
|||
#encoding: utf-8
|
||||
|
||||
import math
|
||||
import numpy
|
||||
|
||||
import Image
|
||||
import ImageDraw
|
||||
import ImageColor
|
||||
|
||||
width = 1000
|
||||
width = 500
|
||||
perspective = width
|
||||
cameraZ = -width
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue