⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 splatting5.material

📁 使用stl技术,(还没看,是听说的)
💻 MATERIAL
字号:

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -