chatcommand
This commit is contained in:
parent
ef73c31d49
commit
03bbe498bf
12
readme.md
12
readme.md
@ -5,6 +5,16 @@ Generate isometric images from ingame builds
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
# Commands
|
||||||
|
|
||||||
|
If the `worldedit` mod is present you can use the following command to render the current we-region to a png-file:
|
||||||
|
|
||||||
|
```
|
||||||
|
//isogen [filename]
|
||||||
|
```
|
||||||
|
|
||||||
|
**NOTE**: larger regions require more memory
|
||||||
|
|
||||||
# Api
|
# Api
|
||||||
|
|
||||||
## `isogen.draw(pos1, pos2, rotation?, cube_len?)`
|
## `isogen.draw(pos1, pos2, rotation?, cube_len?)`
|
||||||
@ -14,7 +24,7 @@ Renders an isometric image and returns the png data
|
|||||||
Example:
|
Example:
|
||||||
```lua
|
```lua
|
||||||
local pos1 = vector.new(0,0,0)
|
local pos1 = vector.new(0,0,0)
|
||||||
local pos2 = vector.new(16,16,16)
|
local pos2 = vector.new(16,16,16) -- NOTE: larger regions require more memory
|
||||||
local rotation = 0
|
local rotation = 0
|
||||||
local cube_len = 24 -- multiple of 4 and greater than 4 pixels
|
local cube_len = 24 -- multiple of 4 and greater than 4 pixels
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user