Volumetric fog

It’s that time again when I look at doing volumetric fog. I’ve looked before, but that was in Java3D land. Is volumetric fog possible in Xith3D, or is it something that has no current implementation. If it needs doing, are there any good tutorials on it, I’ve read some very mathmatical ones, that seem to come to no conclusion, and some really really bad ones. It seems as though nehe tutorial 41 is the closest using glFogCoordfEXT but i’m not 100% certain this is the best way. There does seem to be a large number of them.

Any pointers?

Endolf

Coo, that time of the year again already!? :wink:

Kev

Yup, and I doubt anything will come of it this time either :stuck_out_tongue:

i thought they where just a set of billboards?

Java3D doesn’t have the ability to do fog coordinates. From what I can see in the Xith3D CVS, there is no new methods for supplying them either, so I suspect that you won’t be able to do it. It’s quite trivial to add, so it shouldn’t take much to add the capabilities.