DEMO是用QT编写的基于opengl core或es实现纹理的例子,windows环境下是用mingw编译的,android环境下用ndk也能正常运行
2022-03-04 16:14:31 170KB QT OPENGL 纹理
1
在海底地形的三维可视化表达中,三维颜色渐变渲染方法能够直观、方便地表达海底地形的起伏变化。本文分析比较了颜色模型与光照模型,提出基于HSL颜色模型的海底地形多色渐变渲染与配色方法,基于OpenGL进行了真实感光照模型的设置,并分析了影响光照效果的相关因素,最终实现了以海底数字高程模型为数据基础并叠加颜色及光照渲染真实感三维海底场景的建立。文中基于MFC平台进行了程序实现,并与常见海底地形成图软件的渲染效果进行了比较,对比结果证明本文所提出的渲染方法地形显示准确,渲染效果美观。
2022-03-04 15:29:49 679KB 行业研究
1
This sample teaches you how to create an OpenGL based Spline Drawing application using the MFC library. It shows how to setup 4 Control Points: 1. Start Point 2. End Point 3. Tangent Start Point 4. Tangent End Point User Interactions * Right click to load the on screen context menu. * Left click and drag to move the selected control point around and see its effect on the spline. * From the Spline menu, you can select the Type of Spline: Hermite, Cardinal or Bezier. * In the same menu you can change the Tension of the control points effect on the spline. * You can also select different control points between: Start/End points and Start/End Tangent points.
2022-03-04 12:59:24 41KB osg opengl 样条曲线 hermite
1
读OpenGL深度值并结合AABB包围盒做的拣选,但总没成功,请帮忙看看
2022-03-03 22:45:16 843KB 深度值 AABB
1
obj2voxel obj2voxel是用于Wavefront OBJ文件的命令行体素器。 它使用加载OBJ文件,并使用编写体素模型。 安装 下载可执行文件。 有适用于Windows和Linux的预编译二进制文件。 或者,如果要从源代码构建,请按照以下步骤操作(在Linux上): mkdir build cd build cmake .. make # optionally with -j option for multithreaded compile 安装后,可执行文件将位于您的build目录中。 用法 # Usage ./obj2voxel input_file output_file -r # ... # Example ./obj2voxel in.obj out.qef -t textu
2022-03-03 21:52:34 287KB voxel voxelizer 3d 3d-model
1
利用FBO实现一个圆点沿圆周运动 尾迹淡化消失的效果
2022-03-03 21:46:25 12.14MB Opengl FBO 淡化
1
程序很简洁,但是很实用哦。使用OPenGL编写的一个绘图程序,不是很大,一看就会。
2022-03-03 15:03:06 284KB OPengl
1
OpenGL ES 3.0 Programming Guide(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2022-03-02 17:46:20 8.09MB OpenGL 3.0 Programming Guide
1
OpenSceneGraph 3 Cookbook以及书的源代码 This is a cookbook full of recipes with practical examples enriched with code and the required screenshots for easy and quick comprehension. You should be familiar with the basic concepts of the OpenSceneGraph API and should be able to write simple programs. Some OpenGL and math knowledge will help a lot, too.
2022-03-02 13:28:32 6.8MB OSG OpenGL
1
一个在MFC对话框中显示OpenGL局部窗口的方法,通过Picture静态控件完成。 该代码在VC2005下编译完成,由于相对简单,完全可以适用VC6\VC2008等
2022-03-02 09:49:44 8.55MB OpenGL MFC对话框 Picture控件
1