需要在opengl中使用glutSolidTeapot()API的源代码吗?

时间:2015-05-16 22:46:17

标签: opengl glut opengl-4

有没有人能够在opengl中使用 glutSolidTeapot() API的源代码
我的项目需要动画开放并关闭tealid。
实现相同的相关代码会很棒。

1 个答案:

答案 0 :(得分:-3)

@media only screen /* Portrait IPhone 6+*/
and (min-device-width: 414px) and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { 
    img {
        width:100%;
        height:100%;
    }
}

@media only screen /*Landscape IPhone 6+*/
and (min-device-width: 414px) and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { 
    img {
        width:100%;
        height:50%;
    }
}