![]() |
|
#13
|
|||
|
|||
|
Hi Lukat, if this is the version of the miniviewer you used, it worked fine on my computer.
http://download.gna.org/cal3d/source...ies-0.10.0.zip You can also view the files in Vizard. If the name of your character's file is myChar.cfg, then you can use a script like the following: Code:
import viz
viz.go()
char1 = viz.add('myChar.cfg')
As a basic way to view an animation, you can then add: Code:
char.state(2) |
|
|