![]() |
|
#2
|
|||
|
|||
|
And here some code showing the 'problem':
Code:
import viz
viz.go()
viz.eyeheight(0)
box = viz.add('box.wrl')
box.setScale(1.5,1,0.001)
box.setPosition(0,0,1.5)
box.color(1,1,1)
tex = viz.addTexture('worldviz-logo-white.jpg')
box.texture(tex)
|
| Tags |
| aspect ratio, scaling, texture |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vizard 4 Beta Testing | farshizzo | Announcements | 0 | 02-01-2011 11:46 AM |
| Vizard 4 Beta Testing | farshizzo | Vizard | 0 | 02-01-2011 11:46 AM |
| Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM |
| vizard quit automatically in full screen stereo mode | fuyonggang | Vizard | 3 | 09-15-2008 10:51 AM |
| Scaling and Rotating in Vizard | Vinicius Lima | Vizard | 1 | 07-25-2007 10:20 AM |