WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-27-2010, 01:00 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Try using the newer intersense.dle plug-in. For more information on using that take a look in the Vizard docs. Does the following script work for you?
Code:
import viz
viz.go()

isense = viz.add('intersense.dle')
tracker = isense.addTracker()

viz.link(tracker,viz.MainView)

gallery = viz.add('gallery.ive')
Reply With Quote
  #2  
Old 07-28-2010, 09:28 AM
znchb znchb is offline
Member
 
Join Date: Sep 2008
Posts: 21
Unhappy

I used the program you provided, and there is error.


** Load Time: 0.13 seconds
** ERROR: Failed to load plug-in: 'intersense.dle'
Traceback (most recent call last):
File "<string>", line 11, in ?
File "Vizard2.py", line 23, in ?
tracker = isense.addTracker()
AttributeError: 'VizExtension' object has no attribute 'addTracker'
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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:20 AM.


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