Just wanted to add for support questions email me at brianvlights@gmail.com
New version should be coming out with some bug fixes and the test version of volumetric fog.
V-Light True Volumetric Lights
V-Light Volumetric lights now available in the asset store.
V-Lights allows you to easily create true volumetric spot lights and points lights. Not faked with 2D sprites but true volumes that can cast shadows.
Features:
-Full integration into the editor.
-Easily create lights like normal game objects.
-Freely adjust light textures, tint and animated noise.
-Baked and *realtime volumetric shadow maps.
-*High speed off-screen rendering filter for better performance.
-Tons of features coming in future upgrades.
Upcoming Features
-Full LOD system
-Volumetric Fog
-Volumetric Particles
-Fluid systems
I tried the demo on two computers and there seems to be a screen door affect. Is that Dependant on your video card or is that just a byproduct of the method you are using?
That’s called interleaved sampling effect. It helps reduce the amount of banding in the colors if you don’t put a large amount of volumetric slices and more importantly used to optimize performance by cutting fillrate. It’s kinda like 3D dithering. It’s totally optional to use the effect and you can remove it completely by turning on screen space blur option. I just thought it looks kinda cool:)
I have been looking for a really long time for a convincing Nebula solution. If you really are going to do volumetric fog could you try and create a nebula demo? Preferably something that’s multi colored or can take in multi colors on white particles via point lights.
That’s a pretty cool idea, something I never thought of using volumetric fog for. You could possible just create random patches of volumetric fog with 3D noise. Probably something like perlin noise would have to be applied or a 3D texture would have to be used to give the fog random density. Unfortunately Unity3D doesn’t support 3d textures now but the noise might be possible. This would probably require shader 3.0 which I was trying to avoid.
The fog getting effected by lights might also be possible. I haven’t tried that out either. I was thinking more on the lines of small patches of ground fog. Something more like metro 2033. Nothing like a nebula but I’ll see what I can do. Thanks for the idea.
So I made up a quick demo of space nebula. This is all done simply with colored volumetric point lights with noise so nothing too special but I think it could possibly work. The effect works well when you move the ship into the centre of the lights.
Sorry I don’t check back on this old thread anymore. You can contact me via email brianvlights@gmail.com. Yes I am doing regular updates. I reply as fast as I can.
For anyone else who wants to contact me please do via brianvlights@gmail.com or PM thanks.
Very nice effect, like it. But when I am trying to do light which goes not from top to bottom as in all demos but in opposite (I need to make light cone from ground to sky) I am getting kind of flickering of light cone direction when camera moves. Is that bug or I am just doing something wrong?