240 发简信
IP属地:四川
  • 120
    OpenGL Processing Pipeline

    Many OpenGL functions are used specifically for drawing objects such as points, lines, ...

  • OpenGL Function Names

    Many OpenGL functions are variations of each other, differing mostly in the data types ...

  • Basic OpenGL Operation

    The following diagram illustrates how OpenGL processes data. As shown, commands enter f...

  • Execution Model

    The model for interpretation of OpenGL commands is client/server. Application code (the...

  • OpenGL Graphic Control

    OpenGL provides you with fairly direct control over the fundamental operations of two- ...

  • Primitives and Commands

    OpenGL draws primitives points, line segments, or polygonssubject to several selectable...

  • Introduction to OpenGL

    As a software interface for graphics hardware, the main purpose of OpenGL is to render ...

  • 120
    从0开始的OpenGL学习(三)-元素缓存对象

    本文主要解决以下两个问题: 1、如何使用元素缓存对象来显示一个矩形?2、如何用不同的方式显示两个三角形? 首先,对之前一章中显示三角形的方式搞了一些科学研究_: 前一章中,指...