#1
|
|||
|
|||
how to create ground?
rather than using the provided script for ground (viz.add('tut_ground.wrl')), how can i insert my own ground?is it in jpeg format or wrl?
|
#2
|
|||
|
|||
If you want to apply your own texture to the existing ground model then you can use the following code:
Code:
tex = viz.add('mytexture.jpg') ground = viz.add('tut_ground.wrl') ground.texture(tex) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
questions on how to create a form | xingxing | Vizard | 15 | 06-13-2008 05:19 PM |
How to create a sky? | guxmy01 | Vizard | 1 | 05-28-2008 01:07 PM |
Create my own animations | michelcm3 | Vizard | 1 | 09-21-2007 10:53 AM |
how to create morph from the comple characters CD | michelcm3 | Vizard | 9 | 07-19-2007 11:15 AM |