▍1. OpenGL
opengl的入门pdf书籍,简单易懂,非常适合入门~(opengl pdf book entry, easy to understand, ideal for entry ~)
opengl的入门pdf书籍,简单易懂,非常适合入门~(opengl pdf book entry, easy to understand, ideal for entry ~)
结构光重建明暗条纹实现方式,C++实现。(Dark stripe structured light reconstruction implementation, C++ implementation.)
三相位结构光重建实例,C++实现,输出OBJ格式。(Three-phase structured light reconstruction instance, C++ implementation, the output OBJ format.)
Dev C++ OpenGL模板 简单的OpenGL小游戏,使用了各种OpenGL特性。 可以作为OpenGL游戏制作模板程序。(This tutorial attempts to answer a few of the questions I m asked on a daily basis. You wanted to know how to tell if you have clicked on an object with your mouse (picking). You wanted to know how to draw objects to the screen without a specific color showing up (alpha blending or alpha testing). You wanted to know how to sort objects so they appear properly when blending in enabled (sorting). This tutorial is a complete game and is considered advanced. Make sure you have a good undestanding of OpenGL before you jump into the code.)
图形生成、图形变换、图形填充、二维剪裁、三维处理、OPENGL(Graphics generation, graphics conversion, graphic filled, two-dimensional cut, three-dimensional treatment, OPENGL)
从poser导出的3ds文件,用软件转化为cpp文件,用opengl实现三维人体建模(Three-dimensional modeling of the human body with opengl)
OPENGL红宝书(第七版)中文版,很难找到的(OPENGL red book (seventh edition) Chinese version, it is difficult to find)
OpenGL函数查询,速查手册,OpenGL函数查询,速查手册(look up opengl functions,look up opengl functions)
实现在一个界面当中划分为多个视图区域,每个区域各自画图,即多视图操作(Implement an interface in which multiple views into zones, each with their own drawing, a multi-view operation)
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库在VC6.0下绘制地球模型,卫星模型,并实现卫星绕地球旋转和地球自转。(Analog satellite rotation and Earth' s rotation, with the openGL library is drawn in VC6.0 Earth model, the satellite model, and to achieve satellites orbiting the Earth rotation and Earth' s rotation.)