Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 23 8:11 am)
You want to modulate based on height above ground? But you're using the V coordinate of the texture mapping. I don't know that the "fog" of atmosphere even has a V coordinate.
You want to use the P node, not the V node. P is position. The X, Y, Z coordinate returned is first multiplied with the values in the parameters of the node. So if you set them up as 0, 1, 0, it will discard the X and Z coordinates. You can then just use the number coming out.
Technically the P node is a coordinate, not a color, but it will be handled like a color. This means if you plug it into a Math node where a number goes, the "color" will be collapsed to a gray level by averaging the R, G, and B. If you use the 0, 1, 0 values, then the resulting numerical value is (0 + Y + 0) / 3 or Y/3. Note also that Y is in tenths of an inch - an odd unit.
So I usually set it up as 0, .3, 0 and then the averaged output is exactly in inches. Of course you could use .3/12 instead of .3 and you'd get feet. If you're into metric, .3*2.54 would be centimeters, and .3 * .0254 would be meters.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
Attached Link: Making low lying fog/mist
See the linked thread. There are screen shots of height-limited atmosphere.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
The positioning of the fog worked out rather well, and i'm happy with it, but I just can't seem to get the shadows right. I decreased the atmospheric density to.06 so as not to obscure any shadows, and increased the atmospheric strength on the single overhead light to 2, while giving the volume color a dark gray so as to offset any glow from the increased light strenght, but still nothing. For now I'm going to revisit the old tutorial for rays through blinds and see if I can get any new insight from a step-by-step walkthrough.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Also, I can't seem to get any decent shadows in the atmosphere. The fog looks ok with real high atmospheric strength on the light and a real low (.008) density or vice versa, but when I bring the numbers closer together the fog gets real bright and starts to wash out the image.