changed README
This commit is contained in:
parent
6c3d3747f6
commit
a6a55a55f6
1 changed files with 1 additions and 3 deletions
|
@ -42,8 +42,7 @@ Start your own project by copying "00_example_render_byid" folder which contains
|
||||||
|
|
||||||
Just type ./make.py or ./make.py -h in the main directory and you'll get the following help information.
|
Just type ./make.py or ./make.py -h in the main directory and you'll get the following help information.
|
||||||
|
|
||||||
usage: make.py [-h] [--debug] [--id ID [ID ...]] [--skip SKIP [SKIP ...]]
|
usage: see help with option -h
|
||||||
yourproject/
|
|
||||||
|
|
||||||
C3VOC Intro-Outro-Generator
|
C3VOC Intro-Outro-Generator
|
||||||
|
|
||||||
|
@ -76,7 +75,6 @@ optional arguments:
|
||||||
Example - only generate outro: ./make.py yourproject/ --skip pause bg
|
Example - only generate outro: ./make.py yourproject/ --skip pause bg
|
||||||
Example - only generate pause and background: ./make.py yourproject/ --skip out
|
Example - only generate pause and background: ./make.py yourproject/ --skip out
|
||||||
|
|
||||||
|
|
||||||
The Frame-Generators
|
The Frame-Generators
|
||||||
--------------------
|
--------------------
|
||||||
The animation sequence is controlled by the three frame-generator routines vorspanFrames, abspannFrames and pauseFrames. Each of them yields one tupel per frame. This Frame-Tupel contains one Sub-Tupel per Animated Element, which has one of two forms:
|
The animation sequence is controlled by the three frame-generator routines vorspanFrames, abspannFrames and pauseFrames. Each of them yields one tupel per frame. This Frame-Tupel contains one Sub-Tupel per Animated Element, which has one of two forms:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue