Location:
Search - GLView
Search list
Description: OpenGL环境检测:主要是检测目前可用的象素格式,并能简单的显示各种象素格式的显示效果。-OpenGL environmental testing : testing is currently available pixel format, and a simple show of the various pixel display format.
Platform: |
Size: 310155 |
Author: 星海 |
Hits:
Description: 本源码是有关OpenGL编程指南第六版书本的的示例,详细介绍了一些常用函数的用法,包括:glTranslatef,glVertex,glOrtho,glView
Platform: |
Size: 1307915 |
Author: daihuan1985@163.com |
Hits:
Description: 国外源代码,用于在opengl环境画二维图形。 vc环境,对于想要了解opengl使用的人很有帮助
Platform: |
Size: 41551 |
Author: ria2000@sina.com |
Hits:
Description: OpenGL环境检测:主要是检测目前可用的象素格式,并能简单的显示各种象素格式的显示效果。-OpenGL environmental testing : testing is currently available pixel format, and a simple show of the various pixel display format.
Platform: |
Size: 310272 |
Author: 星海 |
Hits:
Description: 2D Drawing with an OpenGL Control
Platform: |
Size: 18432 |
Author: os |
Hits:
Description: 《GLview Pro三维演示程序》(Ceetron GLview Inova Incl Keymaker)v8.2.3 x64[安装包]-" GLview Pro three-dimensional demonstration program" (Ceetron GLview Inova Incl Keymaker) v8.2.3 x64 [package]
Platform: |
Size: 1323008 |
Author: 刘彦生 |
Hits:
Description: #import "GLAppDelegate.h"
#import "EAGLView.h"
@implementation GLAppDelegate
@synthesize window
@synthesize glView
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
glView.animationInterval = 1.0 / 6.0
[glView startAnimation] }
- (void)applicationWillResignActive:(UIApplication *)application
{
glView.animationInterval = 1.0 / 5.0
}
- (void)applicationDidBecomeActive:(UIApplication *)application
{
glView.animationInterval = 1.0 / 6.0
}
- (void)dealloc
{
[window release]
[glView release]
[super dealloc]
}
@end
-#import "GLAppDelegate.h"
#import "EAGLView.h"
@implementation GLAppDelegate
@synthesize window
@synthesize glView
- (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
{
glView.animationInterval = 1.0/6.0
[glView startAnimation] }
- (void)applicationWillResignActive:(UIApplication*)application
{
glView.animationInterval = 1.0/5.0
}
- (void)applicationDidBecomeActive:(UIApplication*)application
{
glView.animationInterval = 1.0/6.0
}
- (void)dealloc
{
[window release]
[glView release]
[super dealloc]
}
@end
Platform: |
Size: 990208 |
Author: zhipingluo |
Hits:
Description: The application-specific rendering code is delegated to a GLView.Renderer instance.
Platform: |
Size: 3072 |
Author: cangqiewon |
Hits:
Description: start Animation Source Code for Linux.
Platform: |
Size: 3072 |
Author: gintinhei |
Hits:
Description: A helper class to simplify writing an Activity that renders using OpenGL ES.
Platform: |
Size: 7168 |
Author: taojuihiu |
Hits:
Description: C++ 开发的3d gdi程序,包含了对图形驱动的解密和翻译,以及包含的tab控件的使用-GDI View
Platform: |
Size: 9216 |
Author: 方波 |
Hits: