WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-21-2010, 09:42 PM
hahaho hahaho is offline
Member
 
Join Date: Mar 2010
Posts: 6
cell(phone) vibration

Hi, i want to vibrate the cell(phone) steadly

so, i used this code.

import viz
viz.go()
viz.phys.enable()
cell = viz.add('phone.3ds')
cell.setPosition(0.11510615050792694, 1.6993328332901001, 1.0478180646896362)
cell.setEuler([0,-80,0])
cell.collideSphere()
ANCHOR_POS = (0.11510615050792694, 1.6993328332901001, 0.1478180646896362)
joint = viz.phys.addHingeJoint(cell,None,pos=ANCHOR_POS,ax is0=[0,0,1])


but the cell's vibration is more and more largely ...
later , the cell is Out of sight.
Reply With Quote
  #2  
Old 04-22-2010, 10:55 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What about using a sequence of vizact.move() commands to create the vibration?
Reply With Quote
Reply


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 02:22 PM.


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