Hi Dave,
following up from what I wrote to you by email:
******************************************
There is the cheap way of doing it and a more expensive way of doing it.
*) the cheap way would be to use a few nurbs cylinders and using their parametric coordinates to drive a noise pattern along them, which displaces the surface. Add a fresnel type shader (think x-ray), some glow and 2d distortion in comp and you will be 90% there.
*) the expensive way to do it would be with a fluid simulation. Think: "rocket lifting off". That would give you all the swirly detail and would allow for parts of the energy to break free. You could advect a ton of particles and render those with high motionblur to get fine streaking details.
This type of effect will be all about layering different elements together.
Generally:
- a big overal beam effect
- some atmospherics (fog/dust clouds that are slowly being pushed by your beam... that is how you would read that the beam is affecting the environment.) around it to make it sit in the environment - some really small elements like sparks/embers/energy particles to help establish a sense of scale.
- mixing the elements together in comp with glows, a darkening of the background where the effect is happening (kinda like changing fstops on a camera -- if you were to look straight into the sun everything else becomes dark because your eye/iris is trying to compensate.), 2d distortion (this just makes it sit and look cool) -- this can be normal distortion or even chromatic distortion.
Things to search for on the forums: "tornado", "solar flare", "ink", "beam", "pyroclastic clouds". There are a lot of scene files on the forums with pretty much all the components you require for your effect. So go for a search on odforce.
******************************************
*) scene file -> inexpensive way with particles example.
-- you should cache some stuff out to disk. I had limited amount of time, so just rendered it directly.
The vops should give you plenty of ideas to play with and to help control your particle sim.
It needs some work, but you can add extra pieces of geometry as emission sources, make duplicates, combine several sims together, etc...
Have fun learning.
cheers,
Peter