Difference between revisions of "HowTo:Add Engine Glow"

From VsWiki
Jump to: navigation, search
(+nav +Category:HowTo)
m (ignore HowTo category thing)
Line 25: Line 25:
 
| next=[[HowTo:Add Per Pixel Lighting|Add Per Pixel Lighting]]
 
| next=[[HowTo:Add Per Pixel Lighting|Add Per Pixel Lighting]]
 
}}
 
}}
[[Category:HowTo]]
+
[[Category:HowTo|Add Engine Glow]]

Revision as of 07:56, 8 April 2005

arrow_left.png Texture in Wings3d arrow_up.png HowTo Add Per Pixel Lighting arrow_right.png

Adding engine glow to your model is easier than you may think.

First, you will have to determine the coordinates of the engine. This can be accomplished in Wings3d easily by simply selecting the vertex where you want the center of the glow to be at and copying its coordinates into units.csv. If no vertex exists at the location, you may add one by splitting lines into several sections (creating several verticies) or by connecting two verticies and splitting the new line in two to create a vertex at the midpoint.

Decide on an engine type, and fit it into the following syntax:

{meshfile(string);x(meters);y(meters);z(meters);scale(meters);r(percentage);g(percentage);b(percentage);a(percentage);activationspeed(meters/second)}

For example:

{supernova.bmp.bfxm;-110.0;70;-280.00000;58;;;;;}

Multiple engines may be added through multiple sets of braces.

Engine types

FIXME We should list them all.

  • Supernova
  • Aeraburn
  • Thrust1
arrow_left.png Texture in Wings3d arrow_up.png HowTo Add Per Pixel Lighting arrow_right.png