splatting5.material
来自「使用stl技术,(还没看,是听说的)」· MATERIAL 代码 · 共 67 行
MATERIAL
67 行
material SplattingMaterial5
{
lod_distances 28000
technique
{
lod_index 0
pass
{
lighting off
// coverage
fragment_program_ref splat3arb
{
}
// coverage
texture_unit
{
texture none
}
texture_unit
{
texture splatting_rock.jpg
scale 0.05 0.05
tex_address_mode mirror
}
texture_unit
{
texture splatting_grass.jpg
scale 0.05 0.05
tex_address_mode mirror
}
texture_unit
{
texture splatting_sand.jpg
scale 0.05 0.05
tex_address_mode mirror
}
}
}
technique
{
lod_index 1
pass
{
lighting off
// base
texture_unit
{
texture none
}
texture_unit
{
// Light map
texture none
tex_address_mode clamp
colour_op_ex modulate_x2 src_current src_texture
//colour_op modulate
tex_coord_set 0
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?