-
创建OpenGL图形类实现Visual C++中三维图形绘制
创建OpenGL图形类实现Visual C++中三维图形绘制-Realize the creation of OpenGL graphics category Visual C++ In three-dimensional graphics rendering
- 2022-10-07 21:10: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
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-02-20 16:32:39下载
- 积分:1
-
在VC中使用Opengl时的框架
在VC中使用Opengl时的框架-in VC use the framework Opengl
- 2022-10-20 19:45:03下载
- 积分:1
-
Use the mouse to pick up procedures opengGL realize functions, to pick up the ba...
用鼠标实现opengGL程序的拾取功能,对球进行拾取,并有提示信息-Use the mouse to pick up procedures opengGL realize functions, to pick up the ball and has a message
- 2022-02-15 19:13:51下载
- 积分:1
-
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。...
实现OpenGL的选择拾取功能。是有助于理解OpenGL中选择拾取的经典例子。-achieve OpenGL Pick function. It is helpful in understanding OpenGL Pick a classic example.
- 2022-05-30 09:02:01下载
- 积分:1
-
This program drew a globe that contains the basic graphics rendering, light sett...
本程序画了一个地球仪,包含基本图形的绘制,光照的设置,材质的设置,纹理映射,动画-This program drew a globe that contains the basic graphics rendering, light settings and material settings, texture mapping, animation, etc.
- 2022-03-17 20:02:11下载
- 积分:1
-
3d图形仿真
应用背景
该代码是应用在一个医疗机器人身上,该机器人是在solidworks上建模的,生成的是VRML格式,所以Openinventor是支持的
关键技术
实现了在Solidworks中创建的模型在Openinventor中的导入和控制,是一个简单的机器人模型,有具体的源代码,编程环境是VC6.0,Coin3D.希望能够帮到大家
- 2022-07-06 21:57:24下载
- 积分:1
-
opengl rendering profile line source code
opengl绘制剖面线源代码-opengl rendering profile line source code
- 2022-02-04 00:03:43下载
- 积分:1
-
使用OpenGL的纹理映射技术在物体表面绘制图像
使用OpenGL的纹理映射技术在物体表面绘制图像-Use OpenGL texture-mapping technology in the surface rendering image
- 2022-06-13 12:49:24下载
- 积分:1