六角形

Posted dongyichen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了六角形相关的知识,希望对你有一定的参考价值。

import turtle as t
t.seth(30)
t.fd(100)
t.seth(-90)
t.fd(100)
t.seth(150)
t.fd(100)
t.seth(30)
t.fd(100/3)
t.seth(90)
t.fd(100/3)
t.seth(-30)
t.fd(100)
t.seth(-150)
t.fd(100)
t.seth(90)
t.fd(100)
t.done()

 

以上是关于六角形的主要内容,如果未能解决你的问题,请参考以下文章

绘制三角形的OpenGL程序给出了一个黄色的屏幕

如何为每个 WebGL 三角形设置单独的颜色?

为啥我的三角形在镶嵌后不显示? OpenGL

openGL 纹理05

片段着色器不会在 OpenGL GLSL 中创建像光一样的渐变

初识OpenGL (-)纹理(Texture)