Zoom initial implementation. No UI, only bound to mousewheel. Everything is broken, to amend !

This commit is contained in:
jdescottes
2013-10-29 22:16:39 +01:00
parent a69b83e9bd
commit 7490651f83
6 changed files with 219 additions and 93 deletions

View File

@@ -8,8 +8,8 @@ var Constants = {
MODEL_VERSION : 1,
MAX_HEIGHT : 128,
MAX_WIDTH : 128,
MAX_HEIGHT : 1024,
MAX_WIDTH : 1024,
PREVIEW_FILM_SIZE : 120,