Fr/Examples of Materials: Difference between revisions

From Valve Developer Community
< Fr
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 3: Line 3:
== Matériaux de base ==
== Matériaux de base ==


"LightmappedGeneric"
"LightmappedGeneric"
{
{
"$basetexture" "...."
"$basetexture" "...."
"$surfaceprop" "gravel"
"$surfaceprop" "gravel"
}
}


== Matériaux avec bump ==
== Matériaux avec bump ==

Revision as of 10:19, 1 November 2008

Voici diffents exemples de fichier VMT.

Matériaux de base

"LightmappedGeneric"
{

"$basetexture" "...." "$surfaceprop" "gravel"

}

Matériaux avec bump

"LightmappedGeneric" { "$basetexture" "...." //chemin de votre VTF de base "$bumpmap" "...." //chemin de votre VTF de bump }