トップページ > Unity(Unity3D) > 内蔵シェーダのソースコード > Legacy Shaders > Diffuse Fast

// Does not do anything in 3.x
Shader "Legacy Shaders/Diffuse Fast" {
Properties {
	_Color ("Main Color", Color) = (1,1,1,1)
	_MainTex ("Base (RGB)", 2D) = "white" {}
}
Fallback "VertexLit"
}
最終更新:2013年02月03日 11:43