▍1. android_OpenGLES_engine
基于OpenGLES的移动平台图形渲染引擎研究与实现,该论文写的非常好,很有借鉴意义。我们公司android三维开发就借鉴很多地方。(OpenGLES based graphics rendering engine for mobile platforms and Implementation Research )
基于OpenGLES的移动平台图形渲染引擎研究与实现,该论文写的非常好,很有借鉴意义。我们公司android三维开发就借鉴很多地方。(OpenGLES based graphics rendering engine for mobile platforms and Implementation Research )
使用OpenGL实现太阳系模拟,星体有贴图,有鼠标响应操作(Solar system simulation using OpenGL implementations, the stars are maps, mouse response actions have)
Nehe编写的opengl电子教程 以及源代码,glut库,方便学习,参考(Written in opengl Nehe electronic tutorials and source code, glut library to facilitate learning, reference)
这是一个很好的立方体纹理贴图的的例子,希望对大家有帮助啊,谢谢,欢迎下载啊(this is a particle system example)
动态模拟有质量小球的动力学性能,动态仿真小球弹跳时的力学参数变化(Dynamic simulation of the dynamics of quality performance of the ball, bouncing ball when the dynamic simulation of the mechanical parameters)
《实战OPENGL三维可视化系统开发与源码精解》的源代码,OPENGL+ORACLE实现的铁路三维场景仿真系统,(" Real OPENGL visualization system development and source fine solution," the source code, OPENGL+ ORACLE achieve three-dimensional scene simulation system of the railway,)
计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。(Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, texture, draw etc algorithm and theory, and introduce the visual perception, computer animation, based on image rendering, visualization and build interactive graphics applications.)
文章描述了obj文档的格式规范,以及如何将obj文件读入opengl进行显示,并包含主干代码。(This paper describes the obj format specification documents, and how to read obj opengl to display the file, and contains the trunk code.)
人体三维骨骼运动仿真研究基于OpenGL(Simulation of three-dimensional movement of human bone OpenGL-based)
实现了一个3D的机器人行走,我觉得这段代码很好地使用了glScalef,和glRotatef,实现了如何画出一个长方形,和机器人各部位的摆动(Implementation of a 3D robot walk, I think a good use of this code glScalef, and glRotatef, realized how to draw a rectangle, and each part of the swing robot)
一个读取Stl文件并做平移、旋转、缩放的示例程序 在MFC框架下使用OpenGL编程 (Stl file and do a read translation, rotation, scaling the sample program to use OpenGL in MFC programming framework)
opengl 画了一个名字,文件中启用了光照和变换以及其他功能,是是计算机图形学的第三次作业(opengl myname use light and translation)
在vc6.0环境下,基于Opengl编译的雪粒子系统(In vc6.0 environment, based on Opengl subsystem compiled Snow Grains)
A simple radial distortion application. Written using OpenGL.
This is a C++ Visual Studio source code in open gl written by a programmer trying to help others
glut函数的使用说明,最新版,来源于opengl官方网站。英文版。(glut function instructions, the latest version, opengl from the official website. English.)
基于opengl的3D下雨场景实现 雨粒子(Opengl, 3D scenes based on realization of the rain)
国外一个计算机图形学课程的作业源代码,输入*.obj文件中的三角形网格,构造模型的半边数据结构,使用动态数组和哈希表,提取棱边并用opengl突出显示。(A half-edge mesh adjacency data structure is provided, along with a very simple .obj mesh parser. Throughout this code you are asked to consider the efficiency of various mesh operations. )