How would I create this blue glowing effect from the chaos gate (from the anime .hack//SIGN) an example of what I am looking for Youtube Cliky and an image, the effect I am looking for is the blue glow inside the round spinning circule in the background of the video.
I would also be interested in the teleportation effect, any thoughts on how to create that effect would be welcome aswell
Chaos Gate - Blue glowing effect
Chaos Gate - Blue glowing effect
Ein knowledge seeker
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
well the mesh for that (say its a simple square plane) can have a texture right? when you set the material type to EMT_TRANSPARENT_ALPHA it allows you to specify seethrough textures, like PNG , or tga etc... then when you apply it, the image will map onto the mesh "as the texture" shows...so it can look like clouds.
The other thing mentioned was additive... this is the blend mode of the rendering of that mesh, and when it renders it adds the colors making it seem "bright" like that, glowing almost...
Shaders are also an option... or creating your own material renderer to tweak blend modes and stuff.
The other thing mentioned was additive... this is the blend mode of the rendering of that mesh, and when it renders it adds the colors making it seem "bright" like that, glowing almost...
Shaders are also an option... or creating your own material renderer to tweak blend modes and stuff.