WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #12  
Old 05-22-2008, 04:07 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Well, that rules out the HMD. Can you try using the texture crosshair.png with the above sample code? Does the crosshair fill up the screen? Your entire script should look like this:
Code:
import viz
viz.go()

quad = viz.addTexQuad(parent=viz.ORTHO)
quad.alignment(viz.TEXT_LEFT_BOTTOM)
viz.link(viz.WindowSize,quad,mask=viz.LINK_SCALE)

texture = viz.add('crosshair.png')
quad.texture(texture)
And the output should look like the attached image.
Attached Thumbnails
Click image for larger version

Name:	output.JPG
Views:	5459
Size:	22.7 KB
ID:	243  
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
How to make an image cover the view? aznan Vizard 2 04-16-2008 11:29 AM
Manipulating Tracker View Micha Vizard 3 02-25-2008 10:05 AM
problem with stereo mode shivanangel Vizard 3 10-17-2006 09:58 AM
Only part of tiled image vizmaster Vizard 5 09-11-2006 12:11 PM
keeping a 3d object in front of the view tavaksai Vizard 1 07-07-2004 09:33 AM


All times are GMT -7. The time now is 07:28 AM.


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