▍1. Imageload
this is imageload.h file in OPENGL
VC下OpenGL 读取机械手模型 并实现各种调整功能(OpenGL reading robot model)
C语言读入obj文件和mtl文件,opengl绘图(Obj files in C read and mtl files, opengl drawing)
该程序为Vega下的OpenGL画图程序,在Vega中显示车辆模型,在使用回调函数在汽车模型中画一个方框,演示Vega和OpenGL混合编程(The program is under the OpenGL drawing program Vega, Vega is displayed in the vehicle model in the use of callback functions in the car model, draw a box, mixed programming and OpenGL demo Vega)
OpenGL SuperBible, Third Edition is a comprehensive, hands-on guide for Mac and Windows programmers who need to know how to program with the new version of OpenGL. This book will help readers master and expand their knowledge of 3D graphics programming and OpenGL implementation
计算机图形学课程设计 1.直线反走样算法 1、 参数曲线曲面、Bezier曲线、Bezier曲面 2、 纹理映射 3、 网格化、网格细化等 A、可作一个基本的图形处理软件 B、可选择书本上所学过的算法 C、可作图形学的综合应用系统(1 Computer Graphics course design. Line anti-aliasing algorithm 1, the parameters of curves and surfaces, Bezier curves, Bezier surfaces 2, 3 texture mapping, meshing, mesh refinement such as A, can be used for a basic graphics software B, can Choose books on algorithms have learned C, can be used for graphics integrated application system)
3D图形学-一个最基础的投影变换,详述了世界坐标系*摄像机坐标系*屏幕坐标系的用法(3D graphics- a most basic projection transformation, detailing the world coordinate system** screen camera coordinate system coordinates the use of)
opengl渲染的billboard 树,有光照 等控制,效果很好,合适初学者。(opengl rendering of billboard trees, lighting and other controls, the effect is very good, suitable for beginners.)
模拟太阳光照射物体形成光照效果,并且物体可以移动,模拟太阳光可以旋转以模拟出不同角度的光照效果(Simulated sunlight to form an object lighting effects, and objects can be moved to simulate sunlight can be rotated to simulate the effect of different angles of light)
使用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,)
文章描述了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)
在vc6.0环境下,基于Opengl编译的雪粒子系统(In vc6.0 environment, based on Opengl subsystem compiled Snow Grains)
This is a C++ Visual Studio source code in open gl written by a programmer trying to help others