![]() |
| home | graph lib | utility lib | custom lib | auxiliary lib | tutorials | |
||||||||||||||||||||
|
zeSceneUse .new("scene") to create the object. It determines the foreground color, the view port, and the projection type. The default view port is (0, 0, 512, 512); that is the view port covers the whole drawing area of a render with default setups :ortho() Uses orthogonal projection. :perspective(s) s - view depth scale factor. Uses perspective projection. :set(table) table - a Lua table. Sets scene properties. Valid key-value paris are listed in the table.
|