-
一个用opengl制作的画立方体的小例子,供入门者学习
一个用opengl制作的画立方体的小例子,供入门者学习-use opengl produced a painting cube small examples for beginners learning
- 2022-09-12 15:10:03下载
- 积分:1
-
use OpenGL prepare a topographical data processing tool for the development, mai...
用OPENGL编写的一种地形数据文件处理工具的开发,主要是提取并显示DEM文件-use OpenGL prepare a topographical data processing tool for the development, mainly DEM extraction and display documents
- 2023-07-04 07:35:03下载
- 积分:1
-
OpengGL实现Bezier曲面,使用glut框架,工程已建立
OpengGL实现Bezier曲面,使用glut框架,工程已建立-OpengGL achieve Bezier surfaces, use the glut the framework of the project has been established
- 2022-01-27 19:04:00下载
- 积分:1
-
用vertex shader进行繁重的渲染工作,可以获得很多很多的好处
用vertex shader进行繁重的渲染工作,可以获得很多很多的好处-using vertex shader for rendering the heavy work, many of the available benefits
- 2022-03-12 13:38:42下载
- 积分:1
-
have included this Multiple Document Interface example here because any game dev...
have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to use multiple windows that allow perspective and orthographic views. In my search of the internet I was unable to find any example code that showed how to program an OpenGL Multiple Document Interface application using just straight Win32 programming with no MFC so I decided to program it myself. This MDI example only shows the same scene in each child window but should be easily understandable and modifiable by anyone familiar with programming a standard MDI application using the Win32 API. I will follow up this example with a more complete editor example.
- 2022-01-31 20:36:34下载
- 积分:1
-
Nurbs Nurbs else NURBS
Nurbs Nurbs else NURBS-NurbsNurbsNurbsNurbs else NURBS
- 2022-09-10 01:10:03下载
- 积分:1
-
对初学者很有帮助的一个程序。想学习OpenGL的朋友可以看看哟…
对初学者很有帮助的一个程序。希望学Opengl的 朋友能看看对你的提高很有好处-Very helpful for beginners of a program. Want to learn opengl friends can see your very good to improve
- 2022-02-04 21:18:31下载
- 积分:1
-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
可以改变轴心的旋转立方体OpenGL,C++
GLUT_LEFT_BUTTON && GLUT_DOWN, axis = 0
GLUT_MIDDLE_...
可以改变轴心的旋转立方体OpenGL,C++
GLUT_LEFT_BUTTON && GLUT_DOWN, axis = 0
GLUT_MIDDLE_BUTTON && GLUT_DOWN, axis = 1
GLUT_RIGHT_BUTTON && GLUT_DOWN, axis = 2 -can change the rotation axis cube OpenGL, C GLUT_LEFT_BUTTON
- 2022-01-31 03:35:16下载
- 积分:1
-
通过Kinect v2.0+ VS2012+openCV2.4.9将彩色帧映射到深度空间
本人,在结合Kinect v2.0+ VS2012+openCV2.4.9,将彩色帧映射到深度空间,本想利用一些国内外的现有资料,怎奈只找到MapDepthrFrameToColorSpace,空间的转换,未找到现成的程序能够使用openCV2.4.9将Kinect v2.0里的彩色帧映射到深度空间里,故自己尝试着将MapColorFrameToDepthSpace在程序中实现,程序写出来,也能跑出来,映射也实现了,但还有点瑕疵。鉴于当前无相关标准结果参考,故上传于此,待同仁参考,期待改进。让我们一起来将Kinect v2.0+ VS2012+openCV2.4.9完美结合,将Kinect v2.0的所有功能完美呈现。
- 2023-06-10 09:30:03下载
- 积分:1