About 771,000 results
Open links in new tab
  1. 3D Graphics with OpenGL - Nanyang Technological University

    Example 1: 3D Shapes (OGL01Shape3D.cpp) This example is taken from Nehe OpenGL Tutorial Lesson # 5 (@ http://nehe.gamedev.net/ ), which displays a 3D color-cube and a pyramid. The …

  2. 3D Graphics with OpenGL by Examples - College of Wooster

    OpenGL graphics rendering pipeline performs so-called view transform to bring the world space to the camera's view space. In the case of the default camera position, no transform is needed.

  3. 3.1: Shapes and Colors in OpenGL 1.1 - Engineering LibreTexts

    OpenGL can draw only a few basic shapes, including points, lines, and triangles. There is no built-in support for curves or curved surfaces; they must be approximated by simpler shapes. The …

  4. How to Create 3D and 2D Graphics with OpenGL and C

    Apr 27, 2021 · OpenGL is a cross-language, cross-platform graphics API for rendering 2D and 3D scenes using a graphics card. We just released a course on the freeCodeCamp.org YouTube …

  5. OpenGL - Drawing polygons

    Commonly used attributes are 3D position in the world and texture coordinates. The vertex shader is a small program running on your graphics card that processes every one of these input …

  6. prashusvjp/Simple_3D_Shapes-OpenGL - GitHub

    The project consists of simple 3D shapes like cuboid, square pyramid and more to be added created using Triangle primitives within the GLUT library. These objects move around the …

  7. Render 3D Models with OpenGL: Introduction & Tutorial - Toptal

    In this introduction to OpenGL, I will explain how to write a very simple application to render 3D text models. We will be using Qt/Qt Creator to implement the UI, making it easy to compile and …

  8. C++ and 3D Graphics: A Tutorial on Using OpenGL and OpenCL

    Jan 16, 2025 · In this tutorial, we will cover the core concepts and terminology of 3D graphics, as well as the implementation guide for using OpenGL and OpenCL. We will also provide code …

  9. How to Create 3D and 2D Graphics with OpenGL and C++

    Nov 24, 2024 · As an experienced graphics programmer, I have used OpenGL extensively for developing high-performance 3D applications and games. In this comprehensive tutorial, I will …

  10. Tutorial3: Rendering 3D Objects (C /SDL) - OpenGL Wiki - The …

    Nov 22, 2018 · This tutorial is designed to help explain the process of rendering 3D objects using the OpenGL 3.2 core profile. The requirements to compile and run this tutorial are the same as …

Refresh