资源列表

« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 2275 »

[OpenGLBresenhamLine

说明:Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
<莫恶> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLWUXINGHONGQI

说明:一个简单的VC小程序,帮助初学OPENGLE的同学,希望资源共享-VC a simple small program to help the beginner OPENGLE and hoped that the sharing of resources
<yue > 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGL16-GL_Menu

说明:OpenGL menu programming source!
<beet> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLhouse_2789

说明:draw house in opengl
<abood> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLOpenGL

说明:OpenGL simple application showing how to create window and cube. Autor: onald Shannon Urquhart Mail: swiftless@gmail.com
<s0d> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLsnowflake

说明:The code to make a snowflake.
<seet> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLshiyan4

说明:光照显示 材质与光源的关系例程 以上程序运行结果是一个蓝色的球,其中高光部分仍为上一例的亮紫色。从上可看出,球漫反射光的结果是mat_diffuse[]与light_diffuse[]中的三个颜色分量值相乘,即 (0.0*1.0,0.0*1.0,0.8*1.0,1.0*1.0)=(0.0,0.0,0.8,1.0),所以球大部分呈现蓝色。-Light shows the relationship between materials
<lan chunmei> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLreadpixel

说明:需要先安装Glut。计算机图形学读取像素颜色。-read pixel s colour
<李莉> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLmain

说明:GLUT的简单键盘控制实例,能实现上下左右移动-GLUT examples of simple keyboard control, able to move around up and down
<FlyDonkey> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGL1

说明:openGL做出来的飞机螺旋桨模拟 可以运行-the Aircraft Propeller made by openGL it running very well
<jason> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLMachine

说明:机器人手臂,底盘为圆柱体,上臂和下臂均采用立方体,通过键盘为交互手段控制三个部件的独立旋转。-Robotic arm, chassis for the cylinder, the upper arm and lower arm are used cube, by means of the keyboard for interactive control of the three components separate rotation.
<张恒> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[OpenGLteapot

说明:用c++画的茶壶(teapot),与计算机图形学OpenGL库-Using c++ painted teapot
<孙勇> 在 2025-02-07 上传 | 大小:1kb | 下载:0
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 2275 »

源码中国 www.ymcn.org