Thread: screen image
View Single Post
  #5  
Old 06-24-2008, 11:19 AM
erchrastil erchrastil is offline
Member
 
Join Date: Feb 2008
Posts: 17
we tried doing something like this to set the scale, but that just multiplied it by the size of the image, not the size of the screen. The position does seen to be a function of the screen size, however:

Code:
mapPos = [0.1,0.1,0]
mapScale = [8,8,8]
map = viz.addTexQuad(viz.SCREEN, align = viz.TEXT_LEFT_TOP, pos=mapPos, scale =mapScale)
Reply With Quote