Vz:Doc:Samples
From M1Research
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
Demo projects, supplied with <b>VZ</b> could be found in folder <code>projects</code> and are very usefull for understanding scene building method and plugin usage. | Demo projects, supplied with <b>VZ</b> could be found in folder <code>projects</code> and are very usefull for understanding scene building method and plugin usage. | ||
+ | |||
+ | Most simples usefull are (you can start <b>vz</b> with automatic scene load): | ||
+ | |||
+ | *<code>demo1c</code> simple text and graphics generation | ||
+ | <pre>vz.exe -f ./projects/demo1c.xml</pre> | ||
+ | |||
+ | *<code>demo3</code> text crawl demo | ||
+ | <pre>vz.exe -f ./projects/demo3.xml</pre> | ||
+ | |||
+ | *<code>cube</code> "trajectory" function demo | ||
+ | <pre>vz.exe -f ./projects/cube.xml</pre> |
Latest revision as of 12:40, 25 March 2007
Demo projects, supplied with VZ could be found in folder projects
and are very usefull for understanding scene building method and plugin usage.
Most simples usefull are (you can start vz with automatic scene load):
demo1c
simple text and graphics generation
vz.exe -f ./projects/demo1c.xml
demo3
text crawl demo
vz.exe -f ./projects/demo3.xml
cube
"trajectory" function demo
vz.exe -f ./projects/cube.xml