From 269615b206ba70f3821efc8447a4822670f1478e Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 10 Jan 2019 13:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E8=B4=A8=E5=8F=82=E6=95=B0=E8=BD=AC?= =?UTF-8?q?=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/graph/Material.h | 8 -------- inc/hgl/graph/RenderStatus.h | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inc/hgl/graph/Material.h b/inc/hgl/graph/Material.h index 435707f3..9c911016 100644 --- a/inc/hgl/graph/Material.h +++ b/inc/hgl/graph/Material.h @@ -74,14 +74,6 @@ namespace hgl // Color4f Color; ///<颜色 // -// uint draw_face; ///<绘制的面 -// uint fill_mode; ///<填充方式 -// -// uint cull_face; ///<裁剪面,0:不裁(双面材质),FACE_FRONT:正面,FACE_BACK:背面 -// -// bool depth_test; ///<深度测试 -// uint depth_func; ///<深度处理方式 -// bool depth_mask; ///<深度遮罩 // // float alpha_test; ///