![]() |
#2
|
|||
|
|||
The best method would be to simply remove the texture containing the horizontal lines. The following sample shows how to accomplish this:
Code:
import viz viz.go() pit = viz.add('pit.osgb') # Apply texture to screen image = viz.add('images/tile_wood.jpg') pit.texture(image, node='screen') # Remove screen line texture pit.texture(0, node='screen', unit=1) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using a texquad to cover a window | Enlil | Vizard | 4 | 02-07-2012 03:13 PM |
Splash screen split in half | sleiN13 | Vizard | 1 | 12-20-2011 03:50 PM |
split screen | honey006 | Vizard | 3 | 05-21-2009 09:57 AM |
screen image | erchrastil | Vizard | 8 | 06-27-2008 11:45 AM |
position of html-file on screen | active_world | Vizard | 1 | 05-16-2008 07:24 PM |