WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 03-16-2010, 10:32 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
For your first question about having the avatar walk around, set the marker to be a global marker. Then add the walk action. The marker will be used for the origin and you will not need to link the two.
Code:
marker = camera.addMatrixMarker(0,width=1000)
camera.setGlobalMarker(marker)
Regarding the error, what kind of graphics card do you have? Do you have the most recent drivers?

Try adding a second window like this.
Code:
ar = viz.add('artoolkit.dle')
subWindow = viz.addWindow(pos =[0,0.2])
ar.addWebCamera(window=subWindow)
Reply With Quote
 

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Documentation error (nonexistent examples) JimC Vizard 1 10-08-2009 08:08 AM
Custom node and other examples? moooh Plug-in development 1 03-10-2009 03:04 PM
Which software can be used to edit .cfg (CAL3D) files luakt Vizard 4 09-12-2008 07:18 AM
more advanced network examples? halley Vizard 0 04-05-2006 07:07 AM


All times are GMT -7. The time now is 01:31 AM.


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