WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-25-2006, 08:13 AM
Chandan Chandan is offline
Member
 
Join Date: Oct 2006
Posts: 6
Unhappy error while setting material properties.

Hi,

I get the following error while trying to set material attributes like sethardness()

the function is called as follows an example code:

import viz
import vizmat

viz.go()

viz.translate(viz.HEAD_POS,0,5,-10)
viz.lookat(0,0,0)

ground = viz.add('ground.wrl')
ground.collideplane()

ball = viz.add('ball.wrl')
ball.collidesphere()
ball.sethardness(0.1)


ball.reset()
ground.reset()

ball.translate(0,10,0)
ball.scale(0.6,0.6,0.6)

viz.phys.enable()


When I try to run this code, I get the following error:


Scaling image 'worlds/yellow.GIF' from (640,400) to (512,512)
Traceback (most recent call last):
File "<string>", line 11, in ?
File "myproj.py", line 14, in ?
ball.sethardness(0.1)
AttributeError: 'VizChild' object has no attribute 'sethardness'
Scaling image 'worlds/blue.GIF' from (640,400) to (512,512)
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


All times are GMT -7. The time now is 01:36 PM.


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