iplsm_image.material

来自「使用stl技术,(还没看,是听说的)」· MATERIAL 代码 · 共 29 行

MATERIAL
29
字号
// This material will be used with splatting
material IPLSM_Image
{
	technique
	{
		pass
		{
			ambient 0.3 0.3 0.1
			diffuse 0.8 0.8 0.6 1.0

			texture_unit
			{
				//texture none
				tex_address_mode clamp
				colour_op_ex modulate src_texture src_diffuse
			}

			texture_unit
			{
				texture rockDetail.jpg
				filtering bilinear
				tex_address_mode mirror
				colour_op_ex modulate_x2
				scale 0.03 0.03
			}
		}
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?