gpt4 book ai didi

c++ - 如何在 Visual Basic 中使用矩形函数 OpenGL 绘制矩形

转载 作者:行者123 更新时间:2023-11-28 04:30:48 28 4
gpt4 key购买 nike

在visual basic平台的openGL中使用矩形函数绘制矩形

最佳答案

网上有很多关于这个功能的例子。这是矩形函数的模板。

void WINAPI glRectd(
GLdouble x1,
GLdouble y1,
GLdouble x2,
GLdouble y2
);

参数

x1

The x coordinate of the vertex of a rectangle.

y1

The y coordinate of the vertex of a rectangle.

x2

The x coordinate of the opposite vertex of the rectangle.

y2

The y coordinate of the opposite vertex of the rectangle.

此处有更多示例:https://learn.microsoft.com/en-us/windows/desktop/OpenGL/glrect-functions

关于c++ - 如何在 Visual Basic 中使用矩形函数 OpenGL 绘制矩形,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53011534/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com