![]() |
|
|
|
#1
|
|||
|
|||
|
These are the model with which grabbig looks a little different.
FATTORETRASLAY = 0.4 FATTORESCALA =0.2 palla1 = viz.add('3D/nuovo/palla1.wrl') palla1.setScale(FATTORESCALA,FATTORESCALA,FATTORES CALA) palla1.translate(0,FATTORETRASLAY,0) palla1.collideMesh() palla2 = viz.add('3D/nuovo/palla2.wrl') palla2.setScale(FATTORESCALA,FATTORESCALA,FATTORES CALA) palla2.translate(0,FATTORETRASLAY,0) palla2.collideMesh() Does this code fit with your previous suggestion? Thank you. Giancarlo |
|
#2
|
|||
|
|||
|
That looks good. Does it work?
__________________
Paul Elliott WorldViz LLC |
|
#3
|
|||
|
|||
|
yes
Yes it works, but it happens sometime it miss the grab. So I should execute the grabbing operation again.
With object with a big scale, this problems never happenend. Thank you. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|