登录
首页 » OpenGL图像 » nehe

nehe

于 2022-05-15 发布 文件大小:1,017.50 kB
0 222
下载积分: 2 下载次数: 1

代码说明:

nehe-opengl(21-25)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本例包括:opengl的快捷菜单的制作以及形交互与光照效果!...
    本例包括:opengl的快捷菜单的制作以及图形交互与光照效果!-The cases include : opengl menu shortcuts and the production of interactive graphics and lighting effect!
    2022-03-16 03:17:04下载
    积分:1
  • opengl烟花粒子系统
    opengl的烟花粒子系统,主要用于对烟花的仿真,适合于opengl C++的初学者,其中对粒子系统有很好的应用,也可以作为一种新型的贺卡或一份有意义的礼物,送给相送的人。希望大家喜欢,并且从中学到自己想要的东西。
    2022-05-10 17:02:05下载
    积分:1
  • csc108 Assignment
    Raytracing example implement a basic ray-tracer and render a simple scene using ray casting and local shading. The starter code sets up a scene comprising of an ellipsoid and a plane, being illuminated by a point light source. Your job is to render the scene by implementing code fragments required for object intersections and Phong shading.
    2022-07-17 14:08:05下载
    积分:1
  • opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速...
    opengl编程基础一书的源代码。作者作者:(美国)(Edward Angel)安吉尔 译者:段菲 完整、详细介绍基本的OpenGL函数和命令,便于读者快速查找 从非数学角度介绍如何进行OpenGL程序设计,有利于读者迅速入门 各章提供可运行的范例,有助于读者理解和应用OpenGL函数 -opengl programming based on the book" s source code. Author Author: (United States) (Edward Angel) Angel translator: Fei Duan complete details of the basic OpenGL functions and commands, easy to readers to quickly find the perspective from a non-mathematical procedure describes how to carry out the design of OpenGL and is conducive to the rapid entry of the chapter the reader provide an example of running to help the reader understand the function and application of OpenGL
    2023-02-13 15:30:04下载
    积分:1
  • opengl入门,画的各种步骤比较详细
    opengl入门,画图的各种步骤比较详细-opengl portal, drawing the various steps in more detail
    2022-10-10 15:05:03下载
    积分:1
  • OpenGL程序创建3D对象
    the opengl program to create the 3d objects-the opengl program to create the 3d objects...
    2022-07-07 08:37:17下载
    积分:1
  • 992年7月,SGI公司首次发布了作为三维形编程接口的OpenGL。目前它已成为国际上通用的开放式三维形标准。它被集成到Unix、Windows NT 4....
    992年7月,SGI公司首次发布了作为三维图形编程接口的OpenGL。目前它已成为国际上通用的开放式三维图形标准。它被集成到Unix、Windows NT 4.0、Windows 98等窗口系统中。各种游戏加速卡、专用加速部件都能不同程度地提高OpenGL程序的运行性能。OpenGL是一个图形硬件的软件接口("GL"即Graphics Library)。图形程序员可以利用它提供的接口函数设计高品质的三维彩色图像所需的对象和操作。-992, in July, SGI has announced the first as three-dimensional graphics programming interface OpenGL. Currently, it has become common on the open 3D graphics standard. It was integrated into the Unix, Windows NT 4.0, Windows 98, such as window systems. Games Accelerator, dedicated components can speed up the different levels to improve the functioning of OpenGL performance. OpenGL graphics hardware is a software interface ( "GL" that the Graphics Library). Graphics programmer can use it for the interface design function of high-quality three-dimensional color images of objects and operations.
    2022-09-03 15:45:08下载
    积分:1
  • 《计算机形学课程设计》示例源代码,浙江大学出版社,唐敏 童若峰编著。采用vs2005编译环境。...
    《计算机图形学课程设计》示例源代码,浙江大学出版社,唐敏 童若峰编著。采用vs2005编译环境。-" Computer Graphics Course Design" sample source code, Zhejiang University Press, Tang Min Ruo-Feng Tong compiled. Using vs2005 build environment.
    2022-06-03 03:25:44下载
    积分:1
  • 一个用vc+opengl开发的一个地形浏览飞行的程序,可做学习和进一步开发的基础...
    一个用vc+opengl开发的一个地形浏览飞行的程序,可做学习和进一步开发的基础-with a vc opengl developed a topographic View flight procedures, to do further study and development of the infrastructure
    2023-02-07 07:00:04下载
    积分:1
  • OpenGL MUST Project 1[Polyline Editor] use linked list of C++
    #include #include #include #include #include "point.h" /*draw line from the line array*/ void drawPointLine() {  Node * temp;  for (int i=0;inext!=NULL)   {    temp=temp->next;    glVertex2i(temp->x,temp->y);   }   glEnd();  } } /*find the point and delete the point from the line array*/ void delpointFun(int xx,int yy) {  for (int i=0;inext!=NULL)   {&n
    2022-01-31 23:45:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载