Difference between revisions of "HowTo:Add Engine Glow"
m |
m |
||
Line 21: | Line 21: | ||
*Aeraburn | *Aeraburn | ||
*Thrust1 | *Thrust1 | ||
+ | |||
---- | ---- | ||
{{NAV_Manual | | {{NAV_Manual | | ||
Line 27: | Line 28: | ||
| next=[[HowTo:Add Per Pixel Lighting|Add Per Pixel Lighting]] | | next=[[HowTo:Add Per Pixel Lighting|Add Per Pixel Lighting]] | ||
}} | }} | ||
− | [[Category: | + | |
+ | [[Category:HowTos|Add Engine Glow]] |
Revision as of 18:53, 28 May 2005
Texture in Wings3d | HowTos | Add Per Pixel Lighting |
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
Texture in Wings3d | HowTos | Add Per Pixel Lighting |