![]() |
|
#1
|
|||
|
|||
|
making image static to the view
Hello,
how do I make, an image to appear statically to the view window.just like how vizinfo does. TQ |
|
#2
|
|||
|
|||
|
Do you mean display a texture on the screen? If so, the following code should help:
Code:
import viz
viz.go()
texture = viz.add('ball.jpg')
quad = viz.addTexQuad(parent=viz.SCREEN,pos=(0.9,0.9,0))
quad.texture(texture)
|
|
#3
|
|||
|
|||
|
Thanks, it works
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| View | nlfrnassimi | Vizard | 4 | 03-12-2009 05:25 AM |
| screen image | erchrastil | Vizard | 8 | 06-27-2008 11:45 AM |
| View an image on the Fakespace HMD | roman_suvorov | Vizard | 16 | 05-23-2008 07:51 AM |
| How to make an image cover the view? | aznan | Vizard | 2 | 04-16-2008 11:29 AM |
| problem with stereo mode | shivanangel | Vizard | 3 | 10-17-2006 09:58 AM |