Difference between revisions of "HowTo:Add Per Pixel Lighting"

From VsWiki
Jump to: navigation, search
m (arrow links)
m
Line 1: Line 1:
 
{{NAV_Manual |
 
{{NAV_Manual |
 
| previous=[[HowTo:Add Engine Glow|Add Engine Glow]]
 
| previous=[[HowTo:Add Engine Glow|Add Engine Glow]]
| up=[[HowTo]]
+
| up=[[HowTos]]
 
| next=[[HowTo:Make Animated Textures|Make Animated Textures]]
 
| next=[[HowTo:Make Animated Textures|Make Animated Textures]]
 
}}
 
}}
 
----
 
----
= Adding "Per Pixel Lighting" to a Model =
+
=Adding "Per Pixel Lighting" to a model=
  
 
quotation (hellcatv, on the VS forum):
 
quotation (hellcatv, on the VS forum):
Line 16: Line 16:
  
 
You can just take the texture you have and run it through like brightness/contrast/saturation
 
You can just take the texture you have and run it through like brightness/contrast/saturation
 +
 
----
 
----
 
{{NAV_Manual |
 
{{NAV_Manual |
 
| previous=[[HowTo:Add Engine Glow|Add Engine Glow]]
 
| previous=[[HowTo:Add Engine Glow|Add Engine Glow]]
| up=[[HowTo]]
+
| up=[[HowTos]]
 
| next=[[HowTo:Make Animated Textures|Make Animated Textures]]
 
| next=[[HowTo:Make Animated Textures|Make Animated Textures]]
 
}}
 
}}
  
[[Category:HowTo|Add Per Pixel Lighting]]
+
[[Category:HowTos|Add Per Pixel Lighting]]

Revision as of 19:54, 28 May 2005

arrow_left.png Add Engine Glow arrow_up.png HowTos Make Animated Textures arrow_right.png

Adding "Per Pixel Lighting" to a model

quotation (hellcatv, on the VS forum):

<Mesh texture="normaltexture.png" texture1="specular_map.png" >

Description: The specular map is the color of the light that the object actively reflects. If it's black, the object is matte. If it's white, then the object is totally shiny (window), and if it's like orange, then the object is copperish, cus it'll reflect only the orange light that hits it.

It's a powerful effect.

You can just take the texture you have and run it through like brightness/contrast/saturation


arrow_left.png Add Engine Glow arrow_up.png HowTos Make Animated Textures arrow_right.png