Vz:Doc:Samples
From M1Research
(Difference between revisions)
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: | ||
+ | |||
+ | *<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> |
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:
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