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

📄 demo.material

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

			texture_unit
			{
				texture box.jpg
			}
		}
	}
}

material floor
{
	technique
	{
		pass
		{

			texture_unit
			{
				texture floor.jpg
			}
		}
	}
}

material box
{
	technique
	{
		pass
		{

			texture_unit
			{
				texture box.jpg
			}
		}
	}
}

material plank
{
	technique
	{
		pass
		{

			texture_unit
			{
				texture wood.jpg
			}
		}
	}
}

material jeep
{
	technique
	{
		pass
		{

			texture_unit
			{
				texture jeep.jpg
			}
		}
	}
}

material background
{
	technique
	{
		pass
		{
			lighting off
			depth_write off

			texture_unit
			{
				cubic_texture stormy_FR.jpg stormy_BK.jpg stormy_LF.jpg stormy_RT.jpg stormy_UP.jpg stormy_DN.jpg separateUV
				tex_address_mode clamp
			}
		}
	}
}

⌨️ 快捷键说明

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