![]() |
|
|
|
#1
|
|||
|
|||
|
How to create a sky?
hello!
Im new to this Vizard software. My task is to create a VR of my building and its surrounding. The problem I faces are : a) How to create a sky background using JPEG? b)If i turn on the light, is it the shadow is automatically on? Anyone can help me? Thanks
|
|
#2
|
|||
|
|||
|
a) Vizard comes with a sample sky cubemap. You can use the following code to use it:
Code:
sky = viz.add(viz.ENVIRONMENT_MAP,'sky.jpg')
skybox = viz.add('skydome.dlc')
skybox.texture(sky)
b) Light object do not cast shadows. If you need static shadows, then the best option is to bake the shadow into a lightmap using a tool like 3dsmax. If you need dynamic shadows, then search through the forum. There are a few sample scripts posted showing how to setup shadows in Vizard. |
![]() |
|
|
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 |
| Getting a mirror to work in any environment | Frank Verberne | Vizard | 5 | 03-27-2008 09:21 AM |
| 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 |
| SEOS HMD 120/67 compatability | John | Vizard | 18 | 05-28-2004 12:13 PM |