Welcome![Sign In][Sign Up]
Location:
Search - 图形 opengl

Search list

[OpenGL programEvenProcess

Description: VC OPENGL中实现,在单文档文件中图形-VC achieve OpenGL, in a single document file graphic
Platform: | Size: 33071 | Author: 李宝良 | Hits:

[OpenGL programOPENGL

Description: 在VC++ 的MFC平台下使用OPENGL 做的三维图形!
Platform: | Size: 27459 | Author: LJL | Hits:

[OpenGL program1

Description: 本文简要介绍了OpenGL的基本发展状况及工作机制,重点运用面向对象思想论述了创建可重用图形类CopenGL在Visual C++三维图形绘制中的目的意义、操作、具体实施等诸多事项。 关键词 OpenGL 面向对象 重用 着色描述表  设备描述表
Platform: | Size: 5087 | Author: feng | Hits:

[OpenGL programglfw-2.6.bin.WIN32.zip

Description: 一个免费的简化OpenGL开发工作的框架库(取代GLUT)
Platform: | Size: 618204 | Author: zangcl@163.com | Hits:

[Program doc基于OpenGL的场景管理

Description:

 

基于OpenGL的场景管理、三维交互与用户界面设计
林锐 石教英
摘 要:Intra3D 是基于OpenGL的交互式三维图形软件开发工具,其核心是集成了场景数据结构、图形对象、三维交互算法和图形用户界面的C++类库与COM对象库。着重论述:(1)对象引用计数的内存管理技术;(2)场景节点的三维交互设计;(3)用户界面设计。
关键词:开发工具三维交互用户界面

 


Platform: | Size: 77312 | Author: hohoyu | Hits:

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[Photo softwareOpenGL基础

Description:  OpenGL作为一个性能优越的图形应用程序设计界面(API)而适合于广泛的计算环境,从个人计算机到工作站和超级计算机,OpenGL都能实现高性能的三维图形功能。由于许多在计算机界具有领导地位的计算机公司纷纷采用OpenGL作为三维图形应用程序设计界面,OpenGL应用程序具有广泛的移植性。因此,OpenGL已成为目前的三维图形开发标准,是从事三维图形开发工作的技术人员所必须掌握的开发工具。
Platform: | Size: 635896 | Author: zhangting4012 | Hits:

[OpenGL programLstipple

Description: 用OpenGL应用图形接口实现旋转的球体   同时涉及到纹理.光照方面的知识,希望初学者用心学习!-with OpenGL graphics application interface while rotating the ball to the texture involved. Illumination of knowledge, beginners intention of learning!
Platform: | Size: 23552 | Author: 李华 | Hits:

[OpenGL programEvenProcess

Description: VC OPENGL中实现,在单文档文件中图形-VC achieve OpenGL, in a single document file graphic
Platform: | Size: 1927168 | Author: | Hits:

[OpenGL programPolygons

Description: OPENGL VC 试做,图形初学者,大家多多交流啊-OpenGL test done, graphics beginners, we interact more ah
Platform: | Size: 1024 | Author: | Hits:

[OpenGL programOpenGL_Kaifazhinan

Description:  第一章 OpenGL与三维图形世界  ? 1.1 OpenGL使人们进入三维图形世界     1.2 OpenGL提供直观的三维图形开发环境     1.3 OpenGL称为目前三维图形开发标准   第二章 OpenGL概念建立     2.1 OpenGL基本理解     2.2 OpenGL工作流程     2.3 OpenGL图形操作步骤   第三章 Windows NT环境下的OpenGL     3.1 Windows NT下的OpenGL函数     3.2 OpenGL基本功能     3.3 Windows NT下OpenGL结构-first chapter OpenGL 3D graphics world with OpenGL 1.1 people into three D graphics for the world's 1.2 OpenGL 3-D graphics and intuitive development environment 1.3 Op enGL now known as 3D graphics development standards second chapter to establish the concept of OpenGL 2.1 Op enGL basic understanding of OpenGL 2.2 2.3 workflow OpenGL graphics operating steps Chapter III under Windows NT Windows OpenGL 3.1 ws NT OpenGL function of the basic functions of OpenGL 3.2 3.3 Wi Windows NT OpenGL structure
Platform: | Size: 286720 | Author: huangyue | Hits:

[OpenGL programAxx2-1-02

Description: 商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、2D纹理、曲线和曲面等,又进一步引入利用OpenGL开发图形工程的各种技术,如复杂3D建模、音频系统、摄像机控制、粒子系统、人机交互技术等。    本书图文并茂、实例丰富,所有例程都是基于一个功能齐全的编程框架文件(5DG编程框架文件)开发的,代码有详细的中文注释,可读性很强。本书既可作为高校的图形学实验教材,也是学习OpenGL的理想参考书,适合具有C语言基础的读者使用。-business systems source book to OpenGL development as the core, a carefully designed experiment 36. The book is divided into 10 chapters, we introduced the basic graphics elements, including 2 D and 3 D graphic objects mapping, coordinate transformation, lighting, material quality, 2D texture, curves and surfaces. further development of the introduction of OpenGL graphics engineering technologies, such as complex 3 D modeling, audio system, Camera control, particle systems, human-computer interaction technology. The book illustrated examples of rich, All routines are based on a fully functional programming framework document (5DG programming framework document) development, code detailed Chinese translations, readability strong. The book can as colleges and universities graphics experiment
Platform: | Size: 482304 | Author: liubao | Hits:

[OpenGL programMoFang.java

Description: 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。   2,先双击运行Java 3D for Windows (OpenGL Version) SDK for the JDK (includes Runtime) (java3d-1_3_1-windows-i586-opengl-sdk.exe, 6.43 MB) .exe安装java3D开发环境,再双击start.bat开始运行,运行后敲击键盘开始30次随机转动,要他进行其他转动,可以加代码,或等待本人的最终图形用户界面版本。
Platform: | Size: 13312 | Author: 秦元庆 | Hits:

[OpenGL programOpenGLDevelopManual

Description: opengl开发指南,游戏开发者必备之开发指南,共包含十七章:第一章 OpenGL与三维图形世界,第二章 OpenGL概念建立,第三章 Windows NT环境下的OpenGL,  第四章 OpenGL基本程序结构, 第五章 OpenGL数据类型和函数名,第六章 OpenGL辅助库的基本使用,第七章 OpenGL建模,第八章 OpenGL变换,第九章 OpenGL颜色,第十章 OpenGL光照,第十一章 OpenGL位图和图像,第十二章 OpenGL纹理,第十三章 OpenGL复杂物体建模,第十四章 OpenGL特殊光处理,第十五章 OpenGL效果处理,第十六章 OpenGL显示列表,第十七章 OpenGL帧缓存和动画-opengl development guidelines, game developers must-development guide, contains a total of 17 chapters: chapter I OpenGL graphics and three-dimensional world, the concept of the establishment of OpenGL chapter, Chapter III under Windows NT environment for OpenGL, Chapter IV of the basic program structure OpenGL Chapter V OpenGL data types and function names, Chapter VI OpenGL auxiliary library
Platform: | Size: 287744 | Author: zhaofang | Hits:

[OpenGL programOPENGL

Description: 在VC++ 的MFC平台下使用OPENGL 做的三维图形!-In VC for MFC platform OPENGL do use three-dimensional graphics!
Platform: | Size: 47104 | Author: LJL | Hits:

[OpenGL program1

Description: 本文简要介绍了OpenGL的基本发展状况及工作机制,重点运用面向对象思想论述了创建可重用图形类CopenGL在Visual C++三维图形绘制中的目的意义、操作、具体实施等诸多事项。 关键词 OpenGL 面向对象 重用 着色描述表  设备描述表-This paper introduces the basic development of OpenGL and working mechanism, with emphasis on the use of object-oriented thinking to create reusable graphics category CopenGL in Visual C++ Three-dimensional graphics rendering meaningless the purpose, operation, and many other matters of practical implementation. Keywords object-oriented reuse OpenGL rendering device
Platform: | Size: 5120 | Author: feng | Hits:

[OpenGL programopengl_project

Description: 一个关于ambient light ,diffuse light, and specular light, and depth cueing , and trangulation 的project, 编译已通过!! 比较经典的一个关于图形的project!欢迎大家下载学习,里面还有MACH BAND和 opengl 的一些其他问题-this projects includes the effect of ambient light , diffuse light, and specular light ,and the depth cueing and the spot light etc..
Platform: | Size: 861184 | Author: 李平 | Hits:

[JSP/JavaJava_3D_Source

Description: Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。利用Java 3D编写的程序,只需要编程人员调用这些API进行编程,而客户端只需要使用标准的Java虚拟机就可以浏览,因此具有不需要安装插件的优点。   JAVA 3D从高层次为开发者提供对三维实体的创建、操纵和着色,使开发工作变得极为简单。同时,JAVA 3D的低级API是依赖于现有的三维图形系统的,如Direct 3D、OpenGL、QuickDraw 3D和XGL等-Java 3D is a three-dimensional graphics in Java language to expand the field, is a set of application programming interface (API). The use of Java 3D provides the API, can produce web-based three-dimensional animation, a variety of three-dimensional computer-aided teaching software and games and so on. The use of Java 3D programs that programmers only need to call these API programming, and the client only need to use the standard Java virtual machine will be able to browse, and therefore do not need to install the advantages of plug-ins. JAVA 3D from the high-level to provide for the development of three-dimensional entities of the creation, manipulation and rendering, so that development work has become extremely simple. At the same time, JAVA 3D s low-level API is dependent on the existing three-dimensional graphics system, such as Direct 3D, OpenGL, QuickDraw 3D and XGL, etc.
Platform: | Size: 7875584 | Author: | Hits:

[OpenGL programOpenGL

Description: OpenGL图形系统是一个软件接口,让程序员能够创建交互式程序,使用计算机图形学技术生成具有真实感的图像。本书是OpenGL ARB推荐的OpenGL 1.4版学习指南。   本书首先阐述OpenGL的功能和计算机图形学基本知识,包括状态管理和几何体的绘制、模型变换、视点变换和投影变换、颜色和光照;然后深入探讨一些高级技术,包括反走样、混合、雾效、显示列表、图像处理、纹理映射、帧缓存、网格化、NURBS、选择和反馈等;同时讨论其他一些重要主题,像如何提高程序的性能、OpenGL扩展和跨平台技术等。 -OpenGL graphics system is a software interface that allows programmers to create interactive programs that use computer graphics technology to generate a realistic image. This book is recommended by the OpenGL ARB OpenGL 1.4 version of the study guide. This book begins by describing the features of OpenGL and basic knowledge of computer graphics, including state management and the geometry of the drawing, model transformation, perspective transformation and projection transformation, color and light and in-depth look at some advanced technologies, including anti-aliasing, blending, fog , the display list, image processing, texture mapping, frame buffer, grid, NURBS, selection and feedback also discuss other important topics, like how to improve program performance, OpenGL extensions and cross-platform technology.
Platform: | Size: 34950144 | Author: zqq | Hits:

[OtherOpenGL游戏

Description: 3D游戏是当前游戏的主流,对于初学者来说,其核心技术就是3D图形编程。长久以来。,OpenGL都是3D游戏开发领域的主流开发包之一,也是开发者追逐顶尖技术的利器。   与DirectX相比,OpenGL一语言简单易懂,前后版本的兼容性也比较好,对于希望进入游戏开发。3D图形处理、模拟仿真、虚拟现实等领域的初学者来说,学习OperlGL一是他们最好的起点。(3d game is the mainstream of the current game, for beginners, its core technology is 3d graphics programming. For a long time Opengl is one of the mainstream development kits in the field of 3d game development, and is also a tool for developers to pursue top technology. Compared with DirectX, the OpenGL language is easy to understand, the pre - and post - version compatibility is better, for the hope to enter the game development. For beginners in 3d graphics processing, simulation simulation, virtual reality and other fields, learning oper lgl is their best starting point.)
Platform: | Size: 31958016 | Author: funcookie | Hits:
« 12 »

CodeBus www.codebus.net