demo.material

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

MATERIAL
93
字号
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 + =
减小字号Ctrl + -
显示快捷键?