Location:
Search - gl
Search list
Description: 《Open GL函数与范例解析手册》《 Open GL函数与范例解析手册》-"Open GL model with the analytic function Manual," " Open GL model with the analytic function Manual"
Platform: |
Size: 3062334 |
Author: wgz |
Hits:
Description: 用C++ Builder进行Open GL编程的源程序库-C Builder Open GL programming source library
Platform: |
Size: 94590 |
Author: 徐进 |
Hits:
Description: gl家电销售系统为了便于企业对客户按照地区进行统计查询分析,客户档案表中有所属地区栏目要填写。就应该建立地区分类体系。地区分类最多有五级,企业可以根据实际需要进行分类。例如:您可以按区、省、市进行分类,也可以按省、市、县进行分类。
Platform: |
Size: 581013 |
Author: sanlang |
Hits:
Description: OPEN-GL地图-OPEN-GL Map
Platform: |
Size: 300900 |
Author: 梁生 |
Hits:
Description: opengl的宝典-opengl
Platform: |
Size: 2777088 |
Author: 孙健 |
Hits:
Description: 一个较完整三维图形开发库-a more complete 3D graphics development libraries
Platform: |
Size: 26624 |
Author: 雷飞 |
Hits:
Description: 用C++ Builder进行Open GL编程的源程序库-C Builder Open GL programming source library
Platform: |
Size: 94208 |
Author: 徐进 |
Hits:
Description: 用OPEN-GL实现贝赛尔(Bezier)曲线-use OPEN-GL achieve Bessel (Bezier) curve
Platform: |
Size: 168960 |
Author: 李静 |
Hits:
Description: an Open GL demo
Platform: |
Size: 231424 |
Author: 江百生 |
Hits:
Description: OPEN-GL地图-OPEN-GL Map
Platform: |
Size: 301056 |
Author: 梁生 |
Hits:
Description: OPEN-GL应用,三维地图演示系统,包含OPEN GL功能,GIS演示。-Open-GL Application, a 3-D map demo system. Includes the openGL , GIS demo.
Platform: |
Size: 4993024 |
Author: 恶一一 |
Hits:
Description: open gl 高级编程实例,用粒子系统来实现喷泉效果。-open gl senior programming examples, using particle system to achieve fountain effect.
Platform: |
Size: 456704 |
Author: 谭茹 |
Hits:
Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。
本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h,
glu.h
glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。
实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。
glut库的安装
目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll
把glut.h放到 vc的include目录中
把glut32.lib放到vc的lib目录中
把glut32.dll放到system32下
对于vs.net include和lib在..\vc7\platformSDK下
参考资料
nehe.gamedev.net 特别经典的opengl教程
www.codeguru.com
-opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: |
Size: 132096 |
Author: 周立 |
Hits:
Description: 几个关于OpenGL的初级编程实例初学者可以仿照这些例子快速入手进行OpenGL的编程-several of the primary OpenGL programming examples beginners can quickly follow these examples start with the OpenGL Programming
Platform: |
Size: 14535680 |
Author: 武文智 |
Hits:
Description: 《Open GL函数与范例解析手册》《 Open GL函数与范例解析手册》-"Open GL model with the analytic function Manual," " Open GL model with the analytic function Manual"
Platform: |
Size: 3062784 |
Author: upcorange |
Hits:
Description: OpenGL Blue Book
Introduction:
The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for
Graphics Library.) It allows you to create interactive programs that produce color images of moving
three− dimensional objects. With OpenGL, you can control computer− graphics technology to produce
realistic pictures or ones that depart from reality in imaginative ways. This guide explains how to
program with the OpenGL graphics system to deliver the visual effect you want.-OpenGL Blue BookIntroduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands forGraphics Library.) It allows you to create interactive programs that produce color images of movingthree
Platform: |
Size: 1076224 |
Author: Mr .Wang |
Hits:
Description: 利用 Open GL 制作的 3D 物体控件及相关之类别库,并提供管理光源、材质等对象特性的 TTreeView 控件 ( 0.8.0 版,附原始程序代码,使用前请先下在安装 GRAPHICEX33.ZIP 及 OPENGL12.ZIP )-produced using Open GL 3D objects and control related categories arsenals, and provide management source, Material properties of objects such as TTreeView component (version 0.8.0, with the source code, under the post before use in the installation and OPENGL12.ZIP GRAPHICEX33.ZIP)
Platform: |
Size: 1961984 |
Author: 刘雨 |
Hits:
Description: openGL实现图形变换,并加入动画效果.有平移,缩小,旋转三种变换,c++调用opengl库后编译运行实现.-Open GL graphics transform, and add animation effects. A translation, narrow, rotating three transform, called opengl c compiler after the operation to achieve.
Platform: |
Size: 2214912 |
Author: 王越 |
Hits:
Description: 此程序将3DS模型转换为gl模型和一个头文件,使得读3D模型变得非常简单,读者只需调用头文件中的Init函数,int model=GL3DS_initialize_xxx()t() 然后用glCallList(model) 即可绘制。-this procedure will be converted to 3DS model gl model and a header files, Reading makes 3 D model is very simple, readers can call the first document of Init function. GL3DS_initialize_xxx model = int () t () then glC allList (model) can be drawn.
Platform: |
Size: 860160 |
Author: yzm |
Hits:
Description: gl家电销售系统为了便于企业对客户按照地区进行统计查询分析,客户档案表中有所属地区栏目要填写。就应该建立地区分类体系。地区分类最多有五级,企业可以根据实际需要进行分类。例如:您可以按区、省、市进行分类,也可以按省、市、县进行分类。-gl appliance sales system in order to facilitate business-to-customer inquiries in accordance with the areas of statistical analysis, customer profiles table has columns to fill in their respective districts. Should be the establishment of regional classification system. Region has a maximum of five companies classified according to actual needs. For example: you can press the district, provincial and municipal classification, can also press the provincial, city and county classification.
Platform: |
Size: 581632 |
Author: sanlang |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»