-
glut实例 glut实例
glut实例 glut实例-glut example glut example glut examples examples glut
- 2022-01-30 10:28:21下载
- 积分:1
-
自制的基于MFC、OpenGL平台的平面二维坐标图程序,支持拖动平移、滚轮缩放和窗口缩放等功能,支持大数据量绘图。程序在VC6.0下编译通过。
自制的基于MFC、OpenGL平台的平面二维坐标图程序,支持拖动平移、滚轮缩放和窗口缩放等功能,支持大数据量绘图。程序在VC6.0下编译通过。
- 2022-10-14 21:30:02下载
- 积分:1
-
图像处理程序OpenGL编程Chap04_CreatePrj.rar
图像处理程序OpenGL编程Chap04_CreatePrj.rar-Image processing procedures for OpenGL programming Chap04_CreatePrj.rar
- 2022-02-10 17:46:29下载
- 积分:1
-
opengl 编程的基本框架之二,送给出学opengl得人
opengl 编程的基本框架之二,送给出学opengl得人-opengl programming the basic framework of two, gave up the right people learn opengl
- 2023-03-09 14:45:03下载
- 积分:1
-
OpenGL 中的底纹和着色器( iOS )
翻译 maninwest@Codeforge 作者:KarstenK@CodeProject介绍如何在 IOS 上使用 OpenGL 底纹。OpenGL 是个也可在其他平台可用的技术。背景我想更好地了解 OpenGL,因其图形性能和在其他项目中使用的兼容性。 使用代码包含的示例项目是根据 MVC-模式,从Xcode 纯模板衍生而来的, Model-View-Controller 有助于将代码分成有用的片段。ViewController 类名副其实,控制视图工作的方式。重要的是Displaylink,因为这是从显示器中的回调或用于新像素输出的更好的 GUP 计时器。- (void)startDisplayLinkIfNeeded
{
if (!_displayLink) {
self.displayLink = [CADisplayLink displayLinkWithTarget:_viewOpenGL selector:@selector(display)];
[_displayLink addToRunLoop:[NSRunLoop mainRunLoop] forMode:NSRunLoopCommonModes];
}
}GUI 在存储控件的 Main.storyboard 中进行配置。它们通过 outlet(出口) 连接到 ViewController 。开始使用 OpenGL 为了以某种方式使用 OpenGL ,我通过 Objective -C 中的典型单例模式设计了一个 OpenGLContext 类。+ (instancetype)sharedInstance
- 2022-05-08 07:40:50下载
- 积分:1
-
实现碰转的绘制,并且有流动的效果,效果很好
实现碰转的绘制,并且有流动的效果,效果很好-Realize touch to the drawing, and has the effect of the flow, very good
- 2022-07-12 02:10:35下载
- 积分:1
-
经典碰撞检测程序
Jeff lander 经典质点弹簧系统,可以采用欧拉积分法、中点法和四阶龙格库塔法进行运动方程求解,包含完整的碰撞检测程序,采用包围球的方法,可以进行进一步的开发
- 2022-04-17 08:15:13下载
- 积分:1
-
渲染圆柱的程序
渲染圆柱的程序-exaggerated cylindrical procedures
- 2022-05-13 08:02:22下载
- 积分:1
-
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。...
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。-Control of Shilin camera, specific operations can find their own way, the first to write VB, ability, Zhijiao.
- 2022-07-18 09:38:11下载
- 积分:1
-
use opengl and vc achieve planetary position of the display, the display opengl...
用opengl和vc++实现的行星位置的演示,主要演示opengl中的拣选功能-use opengl and vc achieve planetary position of the display, the display opengl selected functional
- 2023-05-10 08:30:04下载
- 积分:1