SDK Kray script

From Kraytracing Wiki

Jump to: navigation, search

Kray script is a basic language for defining Kray scene. You use it to define lights, materials, geometry and everything else that is needed to set up a scene.

To execute Kray command from SDK level use parse() method. Example:

kray.parse("echo 'Hello world!';");

will execute echo command.

Powered by MediaWiki