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

📄 basetexture.material

📁 使用stl技术,(还没看,是听说的)
💻 MATERIAL
字号:
material BaseMaterial
{
	lod_distances 28000
	technique
	{
		lod_index 0
		pass
		{
			// Base Pass
			ambient 1.0 1.0 1.0
			diffuse 1.0 1.0 1.0
			texture_unit
			{
				// Base Texture
				texture none
				tex_coord_set 0
				tex_address_mode clamp
			}
			texture_unit
			{
				// Noise texture
				texture detail3.jpg
				tex_address_mode mirror
				scale 0.03 0.03
			}
		}
	}
	technique
	{
		lod_index 1
		pass
		{
			ambient 1.0 1.0 1.0
			diffuse 1.0 1.0 1.0
			texture_unit
			{
				// Base Texture
				texture none
				tex_address_mode clamp
			}
		}
	}
}
material InstantBaseMaterial
{
	lod_distances 28000
	technique
	{
		lod_index 0
		pass
		{
			texture_unit
			{
				// Noise texture
				texture detail3.jpg
				tex_address_mode mirror
				scale 0.03 0.03
			}
		}
	}
	technique
	{
		lod_index 1
		pass
		{
            texture_unit
            {
                // Noise texture
                texture detail3.jpg
				tex_address_mode mirror
				scale 0.3 0.3
            }
        }
	}
}

⌨️ 快捷键说明

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