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

📄 tree.material

📁 大量三维模型的快速渲染
💻 MATERIAL
字号:
material SOLID/TEX/wood7.jpg
{
	technique
	{
		pass
		{
			ambient 0.4 0.4 0.4 1
			diffuse 1 1 1 1

			scene_blend alpha_blend

			texture_unit
			{
				texture wood7.jpg
			}
		}
	}
}

material SOLID/TEX/Leaves.png
{
	technique
	{
		pass
		{
			ambient 0.5 0.5 0.5 1
			diffuse 0.6 0.6 0.6 1

			cull_hardware none
			alpha_rejection greater_equal 128
			//scene_blend alpha_blend

			texture_unit
			{
				texture Leaves.png alpha
			}
		}
	}
}

material SOLID/TEX/PineLeaves.png
{
	technique
	{
		pass
		{
			ambient 0.5 0.5 0.5 1
			diffuse 0.6 0.6 0.6 1

			cull_hardware none
			alpha_rejection greater_equal 128

			texture_unit
			{
				texture PineLeaves.png alpha
			}
		}
	}
}

⌨️ 快捷键说明

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