WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-13-2009, 05:53 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Cartoon style avatars?

Hi. We are looking to use a cartoonish humanoid looking avatar in one of our scripts. Does anyone know where we can purchase such a thing for Vizard?
Reply With Quote
  #2  
Old 09-14-2009, 12:25 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
I'm not exactly sure what you are looking for so here are some options.

1. Vizard comes with a cartoonish robot avatar named Steve that you use. Here is some code that loads him and allows you to control him using the keyboard. For some customizations to Steve look at the module steve.py in the Vizard30/python folder .
Code:
import viz
viz.go()

import steve
model = steve.Steve()
model.setPosition([0,1,5])

# Setup tracking for model
import viztracker
tracker = viztracker.Keyboard6DOF()
model.setTracker(tracker)
2. You could take a look at Evolver as you can create and purchase your own avatars their and have them sent to you in the Cal3D format which Vizard uses.

http://www.evolver.com/

3. Have us develop a custom avatar for you. If you are interested email us at support@worldviz.com
Reply With Quote
  #3  
Old 09-18-2009, 07:36 PM
mjabon mjabon is offline
Member
 
Join Date: Jul 2007
Posts: 63
Wow, thanks! Steve would be great but we need to be able to move his arms. I see no commands to do that. Would it be possible to do?

Maria

Quote:
Originally Posted by Jeff View Post
I'm not exactly sure what you are looking for so here are some options.

1. Vizard comes with a cartoonish robot avatar named Steve that you use. Here is some code that loads him and allows you to control him using the keyboard. For some customizations to Steve look at the module steve.py in the Vizard30/python folder .
Code:
import viz
viz.go()

import steve
model = steve.Steve()
model.setPosition([0,1,5])

# Setup tracking for model
import viztracker
tracker = viztracker.Keyboard6DOF()
model.setTracker(tracker)
2. You could take a look at Evolver as you can create and purchase your own avatars their and have them sent to you in the Cal3D format which Vizard uses.

http://www.evolver.com/

3. Have us develop a custom avatar for you. If you are interested email us at support@worldviz.com
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum Number of Avatars? EnvisMJ Vizard 3 05-12-2009 12:04 PM
Randomly and Continuously Change Avatar's Face Texture Karla Vizard 4 08-22-2008 12:14 PM
avatars dig Vizard 4 09-20-2007 03:29 PM
Collidemesh with Avatars pbeeson Vizard 14 09-12-2006 09:51 AM
Avatars in an array and link/unlink betancourtb82 Vizard 7 09-05-2006 04:06 PM


All times are GMT -7. The time now is 12:09 PM.


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