OpenGL 如何入门?

BuZhang_AP97091 2002-11-01 04:51:02
(NULL)
...全文
27 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
BuZhang_AP97091 2002-11-01
  • 打赏
  • 举报
回复
先谢谢qing_li73(bluemoon)
bugyouth 2002-11-01
  • 打赏
  • 举报
回复
看红宝书
双杯献酒 2002-11-01
  • 打赏
  • 举报
回复
GZ
jjs008 2002-11-01
  • 打赏
  • 举报
回复
有本《OpenGL编程实例》挺易懂的。
qing_li73 2002-11-01
  • 打赏
  • 举报
回复
See more detail via MSDN
qing_li73 2002-11-01
  • 打赏
  • 举报
回复
Introduction to OpenGL
As a software interface for graphics hardware, OpenGL's main purpose is to render two- and three-dimensional objects into a frame buffer. These objects are described as sequences of vertices (which define geometric objects) or pixels (which define images). OpenGL performs several processing steps on this data to convert it to pixels to form the final desired image in the frame buffer.

The following topics present a global view of how OpenGL works:

Primitives and Commands discusses points, line segments, and polygons as the basic units of drawing; and the processing of commands.
OpenGL Graphic Control describes which graphic operations OpenGL controls and which it does not control.
Execution Model discusses the client/server model for interpreting OpenGL commands.
Basic OpenGL Operation gives a high-level description of how OpenGL processes data and produces a corresponding image in the frame buffer.

qing_li73 2002-11-01
  • 打赏
  • 举报
回复
See the link below, FYI:

http://www.codeproject.com/opengl/

19,469

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 图形处理/算法
社区管理员
  • 图形处理/算法社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧