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
基于OpenGL的DEM地形可视化和虚拟漫游系统
2022-03-01 21:58:15 116B OpenGL 地形可视化 虚拟漫游系统
1
我们的软件课程设计作业 老师的程序是2阶魔方 我们要做的是3阶的
2022-03-01 20:04:41 1.63MB 旋转魔方
1