WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-11-2011, 07:35 AM
new_horizon new_horizon is offline
Member
 
Join Date: Apr 2010
Posts: 43
Ammendment

Apologies, the information above is incorrect. The city scene has been created via the following...

import viz

#Initialize city
city = viz.add('euro_test19_opt_lite.ive')
city.disable(viz.COLLISION)
city.disable(viz.LIGHTING)
city.appearance(viz.DECAL)
city.disable(viz.DEPTH_WRITE, 'lanes')
city.disable(viz.DEPTH_TEST, 'lanes')

city.draworder(-3, 'ground')
city.draworder(-2, 'sidewalks')
city.draworder(-1, 'lanes')

How can I change the level of light within this scene? I am trying to create a spectrum that can range from night to dusk to day.

Thanks
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Realistic Light and Shadows Using Vizard and 3DS Max jde Vizard 4 07-13-2012 10:58 AM
lighting and on-the-fly objects michaelrepucci Vizard 12 02-11-2011 08:26 AM
basic lighting question malte Vizard 6 12-01-2010 12:25 PM
General question and question regarding arrays dan12345 Vizard 1 01-15-2008 10:15 AM
The effect of lighting on performance JRichizzle Vizard 1 06-18-2004 10:40 AM


All times are GMT -7. The time now is 04:47 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC