-
三维Obj读取的代码
三维Obj读取的代码,用c++ STL模板做的,能够读取三维顶点,面和材质等各种三维信息,读取代码非常完整,也比较难得。
- 2022-04-14 19:10:19下载
- 积分:1
-
OpenGL入门第一课,画平面二维图形
资源描述
OpenGL入门第一课,看懂后迅速入门。
绘制二维平面几何图形;
OpenGL的着色模式,Smooth和Flat
实现图形的旋转
- 2023-07-18 06:45:05下载
- 积分:1
-
OpenGL中纹理贴图、滤波、光照和雾化效果编程初步
OpenGL中纹理贴图、滤波、光照和雾化效果编程初步-OpenGL textures, filter, light and atomizing effect of the initial programming
- 2023-04-24 23:00:04下载
- 积分:1
-
gltools头文件源码
该库函数在OpenGL绘制真实感三维图形时,是必须加载的。网上下载的基本不能用,我从一本教材中发现了该库函数,并将其打印出来分享。
- 2023-09-04 22:50:02下载
- 积分:1
-
a high
a high-performance 3D game engine source code, good things ah, not daring to stay -a high-performance 3D game engine source code, good things ah, not daring to stay
- 2023-03-26 10:35:03下载
- 积分:1
-
C#封装的OpenGL 3D游戏引擎
C#封装的OpenGL 3D游戏引擎-C# Package of OpenGL 3D game engine
- 2022-06-02 10:35:02下载
- 积分:1
-
a good example of the integration of OpenGL and can be used to create a transpar...
一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的"*.dll文件拷贝到系统的"Windows(或WinNT)system32"目录下。如果还需要别的文件请自己配置!
-a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Before running the program, please provide the "*. dll files are copied to the system" Windows (or WinNT) system32 "directory. If you need other text please configurable pieces!
- 2022-07-14 08:38:23下载
- 积分:1
-
using camera with openGl
using camera with openGl
- 2022-01-22 14:53:58下载
- 积分:1
-
显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子...
显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子-show how to use the GPU for general purpose computing, for example the use of GLSL achieve Gaussian- Laplace operator Edge Detection
- 2023-01-28 06:05:04下载
- 积分:1
-
sph流体仿真
项目是光滑粒子动力学(SPH)流体模拟研究 - 本质上模拟流体,成千上万的小颗粒,该方法的基本思想是将连续的流体(或固体)用相互作用的质点组来描述,各个物质点上承载各种物理量,包括质量、速度等,通过求解质点组的动力学方程和跟踪每个质点的运动轨道,求得整个系统的力学行为用C++与OpenGL的。
- 2022-05-20 16:38:47下载
- 积分:1