To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / 1397
1396  |  1398
Subject: 
Re: How to do "Glow In the Dark" effect ?
Newsgroups: 
lugnet.cad.ray
Date: 
Sun, 25 Aug 2002 00:55:07 GMT
Viewed: 
554 times
  
In lugnet.cad.ray, Damien Guichard writes:
The magic wand would be much nicer if glowing in the dark:

http://www.brickcaster.multimania.com/misc/pt/wizard.png

Thanks in advance,

Damien

The easiest way is to increase the ambient value for the glow in the dark color:

#declare AMB = 0.4;
#declare DIF = 0.4;

#declare GLOWAMB = 0.6;
#declare GLOWDIF = 0.4;

// glow in the dark
#ifndef (Color21)
#declare Color21 = #if (version >= 3.1) material { #end texture {
pigment { rgb <0.878431,1,0.690196> }
finish { ambient GLOWAMB diffuse GLOWDIF }
#if (QUAL > 1)
finish { phong 0.5 phong_size 40 reflection 0.08 }
#if (BUMPS) normal { BUMPNORMAL } #end
#end
} #if (version >= 3.1) } #end
#end

Andy



Message has 1 Reply:
  Re: How to do "Glow In the Dark" effect ?
 
(...) Thanks Andy, (URL) is more shining now. Is there a luminescent way? Damien (22 years ago, 31-Aug-02, to lugnet.cad.ray)

Message is in Reply To:
  How to do "Glow In the Dark" effect ?
 
The magic wand would be much nicer if glowing in the dark: (URL) in advance, Damien (22 years ago, 20-Aug-02, to lugnet.cad.ray)

3 Messages in This Thread:

Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact

This Message and its Replies on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR