Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Bitmap/MAXScript/bitmap-1.max
Normal file
1
Task/Bitmap/MAXScript/bitmap-1.max
Normal file
|
|
@ -0,0 +1 @@
|
|||
local myBitmap = bitmap 512 512
|
||||
1
Task/Bitmap/MAXScript/bitmap-2.max
Normal file
1
Task/Bitmap/MAXScript/bitmap-2.max
Normal file
|
|
@ -0,0 +1 @@
|
|||
local myBitmap = bitmap 512 512 color:(color 128 128 128)
|
||||
1
Task/Bitmap/MAXScript/bitmap-3.max
Normal file
1
Task/Bitmap/MAXScript/bitmap-3.max
Normal file
|
|
@ -0,0 +1 @@
|
|||
setPixels myBitmap [256, 256] #((color 255 255 255))
|
||||
1
Task/Bitmap/MAXScript/bitmap-4.max
Normal file
1
Task/Bitmap/MAXScript/bitmap-4.max
Normal file
|
|
@ -0,0 +1 @@
|
|||
local myPixel = getPixels myBitmap [256, 256] 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue