WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rating: Thread Rating: 11 votes, 4.64 average. Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 09-17-2008, 11:39 AM
Veleno Veleno is offline
WorldViz Team Member
 
Join Date: Sep 2005
Posts: 148
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')
Hit run and move back a little, and you'll see your avatar.

As a basic way to view an animation, you can then add:
Code:
char.state(2)
Where "2" is the second animation in your cfg file's animation list. You can also see a numbered list of animations on an avatar in the resource window by expanding that avatar's name, and then "animations." (This will appear after running the script once)
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:45 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC