#1
|
|||
|
|||
Multiple Environments
We are currently designing an experiment in which a subject will be run in multiple environments within a block. We can easily add the first environment, but is there a way to "remove" this vrml environment so that we can add another environment on the next wayfinding task?
I looked everywhere for delete or remove, but there doesn't seem to be this type of function. We have tried to simply Add the child over the old child, but it hangs. Any help would be appreciated. Thanks, Brian
__________________
-- Brian J. Stankiewicz, Ph.D. Department of Psychology & Center for Perceptual Systems University of Texas http://stankiewiczlab.psy.utexas.edu |
#2
|
|||
|
|||
Hi Brian,
All child objects have a remove command, which permanently deletes the object. Example: Code:
object = viz.add('world.wrl') . . . object.remove() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|