WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 04-09-2015, 07:00 PM
hzlergn hzlergn is offline
Member
 
Join Date: Apr 2015
Posts: 3
As a summary I have one CAVE and one launcher file that works properly. I tried to copy some configuration codes from the launcher file as follows;
I tried to do the same but it gave an error like there is no config file and the problem is that original code depend on that launcher. Since my coding experience is too limited how can I do this in a simple way ?

import Config
viz.requireVersion(R5_REQUIRED_VIZARD_VERSION)
if Config.MULTISAMPLE != 0:
viz.setMultiSample(Config.MULTISAMPLE)
if os.path.exists( trackerPath ):
fileList = os.listdir( trackerPath )
vizconnectLauncher = None
for file in fileList:
if 'vizconnect_config' in file.lower() and '.pyc' not in file.lower():
if 'desktop' in file.lower():
userTrackers.insert(0, file.split('_')[-1].replace('.py', '' ))
else:
userTrackers.append( file.split('_')[-1].replace('.py', '' ) )

elif 'Launch_vizconnect_Control_Interface.py' == file:
vizconnectLauncher = file

if vizconnectLauncher is not None:
userTrackers.append( vizconnectLauncher )
Reply With Quote
 


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
Displaying screen text in 3D (Oculus Rift) pjayaram Vizard 2 05-27-2014 08:06 PM
Screen Size and Scaling javadi Vizard 2 04-02-2013 05:56 PM
Attach a TexQuad to pit.osgb screen Ducky Vizard 1 01-17-2013 02:57 PM
Projection Matrix (onto oblique near plane) andrewjworz Vizard 1 07-13-2012 09:10 AM
position of html-file on screen active_world Vizard 1 05-16-2008 07:24 PM


All times are GMT -7. The time now is 11:49 AM.


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