diff --git a/hammer/materials/models/editor/ts/blob_surface_reflect.vmt b/hammer/materials/models/editor/ts/blob_surface_reflect.vmt new file mode 100644 index 000000000..bc20e669b --- /dev/null +++ b/hammer/materials/models/editor/ts/blob_surface_reflect.vmt @@ -0,0 +1,18 @@ +VertexLitGeneric +{ + +$baseTexture "paintblobs\blob_surface_reflect" + +$normalMap "paintblobs\blob_surface_normal" +$bumpstrength "0.4" + +$phongexponent 40 +$phongboost 2 +$phong 1 + +$envMap "paint\paint_envmap_hdr" +$envmapfresnel 1 + + +$nocull 1 +} diff --git a/hammer/materials/models/editor/ts/blob_surface_stick.vmt b/hammer/materials/models/editor/ts/blob_surface_stick.vmt index 33e2e8438..cec66fdb6 100644 --- a/hammer/materials/models/editor/ts/blob_surface_stick.vmt +++ b/hammer/materials/models/editor/ts/blob_surface_stick.vmt @@ -1,7 +1,7 @@ VertexLitGeneric { -$baseTexture "models\editor\ts\blob_surface_grey" +$baseTexture "paintblobs\blob_surface_stick" $normalMap "paintblobs\blob_surface_normal" $bumpstrength "0.4" diff --git a/hammer/models/editor/info_paint_sprayer.dx90.vtx b/hammer/models/editor/info_paint_sprayer.dx90.vtx index dea6287c3..d375067ee 100644 Binary files a/hammer/models/editor/info_paint_sprayer.dx90.vtx and b/hammer/models/editor/info_paint_sprayer.dx90.vtx differ diff --git a/hammer/models/editor/info_paint_sprayer.mdl b/hammer/models/editor/info_paint_sprayer.mdl index 029586620..ca4bfa240 100644 Binary files a/hammer/models/editor/info_paint_sprayer.mdl and b/hammer/models/editor/info_paint_sprayer.mdl differ diff --git a/hammer/models/editor/info_paint_sprayer.vvd b/hammer/models/editor/info_paint_sprayer.vvd index cc92a2e7e..37973d08c 100644 Binary files a/hammer/models/editor/info_paint_sprayer.vvd and b/hammer/models/editor/info_paint_sprayer.vvd differ