![]() |
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 :) |
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') 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. |
All times are GMT -7. The time now is 10:00 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC