![]() |
|
#3
|
|||
|
|||
|
hi jeff,
I tried viz.MainView.setPosition() with other positions (non-colliding!), e.g., simply Code:
viz.collision(viz.ON) def onCollision(info): viz.MainView.setPosition([0,1.82,0]) viz.callback(viz.COLLISION_EVENT,onCollision) Code:
viz.collision(viz.ON)
def onCollision(info):
viz.MainView.reset(viz.HEAD_POS)
viz.MainView.setPosition([0,1.82,0])
viz.callback(viz.COLLISION_EVENT,onCollision)
Any other ideas? Isn't possible to change the default of viz.HEAD_POS? |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change model alpha and memory leak | hosier | Vizard | 2 | 06-25-2009 10:55 AM |
| writing joystick position to a data file | Saz | Vizard | 3 | 12-17-2008 05:18 AM |
| How can you dynamically change the gain on a tracker-based CaveView? | michaelrepucci | Vizard | 2 | 09-23-2008 07:18 AM |
| Randomly and Continuously Change Avatar's Face Texture | Karla | Vizard | 4 | 08-22-2008 12:14 PM |
| Avatar always returns in initial position | pattie | Vizard | 2 | 08-31-2006 08:15 PM |