-
max. likely hood network
max. likely hood network
- 2022-11-16 14:35:03下载
- 积分:1
-
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 表现了三维手电筒的旋转...
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 表现了三维手电筒的旋转-VC, Opengl prepared by the screen contains the source code and the procedures for implementation of 3D performance of the rotating flashlight
- 2022-05-07 22:26:07下载
- 积分:1
-
OpenGL texture mapping example
OPENGL纹理映射的例子-OpenGL texture mapping example
- 2022-07-13 11:01:31下载
- 积分:1
-
vc++图形学示例程序
vc++图形学示例程序-vc graphics sample program
- 2022-03-30 09:49:10下载
- 积分: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。游戏内容是一个太空战三维游戏。-this is a 3d air fighting game. graphic engine is opengl,the game is about outer space fighting.
- 2022-07-23 10:28:43下载
- 积分:1
-
opengl 加载bmp图片的范例
opengl 加载bmp图片的范例,短小精悍,很不错
- 2022-04-08 10:21:09下载
- 积分:1
-
的确值得一看的益智类的代码
可以说是益智类的典范,不看肯定亏大了....
的确值得一看的益智类的代码
可以说是益智类的典范,不看肯定亏大了.-Indeed to see the code of the Puzzle Puzzle can be said to be a model, do not look certainly a big loss.
- 2023-08-12 11:00:04下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl-procedures, simulating the ink on the paper, the proliferation opengl
- 2023-06-25 10:30:03下载
- 积分:1