大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。
{
if (!mat)
{
mat = new Material(“Shader \”Lines/Colored Blended\” {” +
“SubShader { Pass { ” +
” Blend SrcAlpha OneMinusSrcAlpha ” +
” ZWrite Off Cull Off Fog { Mode Off } ” +
” BindChannels {” +
” Bind \”vertex\”, vertex Bind \”color\”, color }” +
“} } }”);
mat.hideFlags = HideFlags.HideAndDontSave;
mat.shader.hideFlags = HideFlags.HideAndDontSave;
}
}
void OnPostRender()
{
if (!mat)
{
CreateLineMaterial();
return;
}
GL.PushMatrix();
mat.SetPass(0);
GL.LoadOrtho();
GL.Begin(GL.QUADS);
GL.Color(Color.red);
GL.Vertex3(0, 0.5F, 0);
GL.Vertex3(0.5F, 1, 0);
GL.Vertex3(1, 0.5F, 0);
GL.Vertex3(0.5F, 0, 0);
GL.Color(Color.cyan);
GL.Vertex3(0, 0, 0);
GL.Vertex3(0, 0.25F, 0);
GL.Vertex3(0.25F, 0.25F, 0);
GL.Vertex3(0.25F, 0, 0);
GL.End();
GL.PopMatrix();
}
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/116697.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...