dotsceneviewer.material

来自「赫赫大名的 OGRE 游戏引擎」· MATERIAL 代码 · 共 73 行

MATERIAL
73
字号
// Flare effects
material DSW/FlarePoint
{
	technique 
	{
		pass
		{
			lighting off
			scene_blend add
			depth_write off

			texture_unit
			{
				texture flare.png
			}
		}
	}
}

material DSW/FlareDirection
{
	technique 
	{
		pass
		{
			lighting off
			scene_blend add
			depth_write off

			texture_unit
			{
				texture flaretrail.png
			}
		}
	}
}

material DSW/Camera
{
	technique 
	{
		pass
		{
			lighting off
			scene_blend add
			depth_write off

			texture_unit
			{
				texture camera.png
			}
		}
	}
}

material DSW/Node
{
	technique 
	{
		pass
		{
			lighting off
			scene_blend add
			depth_write off

			texture_unit
			{
				texture droplet.png
			}
		}
	}
}

⌨️ 快捷键说明

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