There is no one best combination, you'll need to experiment with all properties to get the visual effect you desire:
fog.near - defines how far in front of the camera fogging starts fog.far - defines how far away from the camera fogging reaches 100% fog.decayMode - defines how the fog's density is interpolated between near and far I just don't see it that you can decide it's best to only set two of these three, seems like you'd want to set all three appropriately for your needs. Does that help at all? Cheers, Tom > -----Original Message----- > From: Genevieve Young [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 7:26 AM > To: [EMAIL PROTECTED] > Subject: <lingo-l> fog > > > > Hi list, > > I used the following script to create a fog effect. > > member("membername").camera("defaultview").fog.enabled = true > member("membername").camera("defaultview").fog.color = > rgb(240,240,240) > member("membername").camera("defaultview").fog.near = 350 > member("membername").camera("defaultview").fog.decaymode = > #exponential2 > > > My boss informed me to use fog.near and fog.decaymode as exponential2. > > However over the weekend I read in Director's Third > Dimension that it is > best to use #linear decaymode setting and fog.far distance. > > Has anyone used these properties? Which is the better solution? > > > Thanks in advance for your help. > > Genevieve > > > > > > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx > > [To remove yourself from this list, or to change to digest > mode, go to http://www.penworks.com/lingo-l.cgi To post > messages to the list, email [EMAIL PROTECTED] (Problems, > email [EMAIL PROTECTED]). Lingo-L is for learning and > helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
