WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: xcuddlex
Forum: Vizard 04-18-2011, 01:54 AM
Replies: 2
Views: 9,576
Posted By xcuddlex
def updateVisible(): if marker.getVisible(): ...

def updateVisible():
if marker.getVisible():
marker1.visible(viz.ON)
elif
marker2.visible(viz.ON)
else:
avatar.visible(viz.OFF)

this doesnt work
i got an error and it wont run :(
Forum: Vizard 04-11-2011, 06:59 AM
Replies: 2
Views: 9,576
Posted By xcuddlex
vizard marker visible

i know this code is to display avatar only when the marker is shown
import viz
viz.go()

#Add ARToolkit extension
ar = viz.add('artoolkit.dle')

#Create camera using first available webcam...
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -7. The time now is 12:33 PM.


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