Preserved Topic: an edding (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-20-2002 16:48
i dont know if people ouside of europe even know what an edding is, but anyways. (it can be very usefull to kill time and live out creativity on posters!) |
Maniac (V) Inmate From: under the bed |
posted 06-20-2002 19:05 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-20-2002 19:13
Mmm, if you really want to see why bright red comes out dark, make a sphere with color rgb<1,0,0> (which is equivalent to #FF0000). The problem is that your light source, which I assume has a color of rgb <1,1,1>, isn't hitting the red straight on. You multiply the color of the object times the color of the light source times the cosine of the angle between the normal and the direction the light is coming from, and that's the color that appears there. Since the light source and sphere both have a value of 1 for red, the amount of red is entirely dependent on the angle, and this is almost always less than 1. Probably closer to .5 or so. |
Paranoid (IV) Inmate From: Czech Republic via Bristol UK |
posted 06-20-2002 19:31
Grumble cant you set an expression controller to the pen where say start_Pen_rotate_speed=6 and then every second in the frame that passes until the last key frame is reached reduces the controller value by 1 or something, sorry my max scripting sucks but thats the only way i could think of doing it, you would get a gradual decleration and say the anim is 4 seconds long ya have something like this |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-20-2002 19:42
thanks everyone for the comments! |
Paranoid (IV) Inmate From: Czech Republic via Bristol UK |
posted 06-20-2002 19:53
oops sorry didnt realise ya were using pov....max would be a great tool for this |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-20-2002 23:29
thank you tom! maybe i can use it! though it might be difficult to translate that to pov. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-21-2002 00:21
Sine or cosine might work, but it wouldn't be entirely realistic. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-21-2002 00:25
Oh, I didn't see you had already created the video =) my bad =) |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-21-2002 10:35
thanks for your explanaition! |