WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 09-16-2005, 06:01 AM
perselletje perselletje is offline
Member
 
Join Date: Sep 2005
Posts: 7
ceiling lighted instead of floor

I have a problem with the lights in my virtual room. I managed to create a light, but it shines upward, and I can't find a way to turn it around so it shines downward.

This is what I did:

mylight = lightNode.add(viz.LIGHT)
mylight.position(0,2,5)
mylight.direction(0,1,0)

Can anyone tell me how to turn the light so it shines on the floor instead of the ceiling?

Many thanks!!
Reply With Quote
  #2  
Old 09-16-2005, 09:28 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Try changing the position and direction of the lightnode instead. The following code will make the light shine directly downwards:
Code:
lightNode.translate(0,2,5)
lightNode.rotate(0,90,0)

mylight = lightNode.add(viz.LIGHT)
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


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


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