WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-11-2009, 12:27 PM
yak yak is offline
Member
 
Join Date: May 2009
Posts: 22
meaning of code

Hi i was wondering what this code means

import viz

viz.go()

wheelbarrow = viz.add('vcc_male.cfg')
wheelbarrow.translate(0,1,3)

wheelbarrow.state(2)
wheelbarrow.rotate(0,3,0, -90)
viz.clearcolor(0.5,0.5,1)



def myslider(obj, pos):
wheelbarrow.runAction( vizact.spin(0,-1,0,500*pos) )


viz.callback(viz.SLIDER_EVENT,myslider)


I keep getting my male model to spin while walking. What I am trying to accomplish is that the slider controls my models walk. so if i slide my slider to teh end, my male model has completed one cycle of walking...If i slide it back he is being reversed(kind of like a fastforward and rewind )....I dont know if that made any sense.
Reply With Quote
 


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
Example code for VizCave stefs Vizard 6 01-08-2013 11:43 AM
Any ideas on linking chess 3ds file with source code? djones1010 Vizard 1 04-24-2009 09:56 PM
Trying to integrate Source Code with Vizard djones1010 Vizard 1 03-10-2009 02:58 PM
Vizard Tip of the Month: Use Tasks to Simplify your Code Gladsomebeast Vizard 5 05-02-2008 04:30 PM
Vizard Crashes: causes are hard to determine, possible problem with the viz code vr_boyko Vizard 1 01-07-2005 10:52 AM


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


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