三角形
Posted liufuyuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了三角形相关的知识,希望对你有一定的参考价值。
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title></title> 6 <style type="text/css"> 7 *{ 8 margin:0; 9 padding:0; 10 } 11 div{ 12 width:0; 13 height:0; 14 border:50px solid; 15 border-color:transparent transparent yellow transparent; 16 margin:100px auto; 17 } 18 </style> 19 </head> 20 <body> 21 <div></div> 22 </body> 23 </html>
以上是关于三角形的主要内容,如果未能解决你的问题,请参考以下文章
片段着色器不会在 OpenGL GLSL 中创建像光一样的渐变