E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
glClearColor
剪刀测试
publicMyRenderer(Contextctx){ } @Override publicvoidonDrawFrame(GL10gl){ //Clearbluewindow gl.
glClearColor
fuyajun01
·
2011-11-05 10:00
测试
System
Class
buffer
float
直线的DDA算法的C实现(opengl实现)
include"stdafx.h" #include #include /*initialization:*/ voidmyinit(void) { /*attributes*/
glClearColor
zhouyelihua
·
2011-10-13 13:00
c
算法
buffer
callback
attributes
initialization
OpenGL学习一——程序绘图框架
1、OpenGL初始化,包括OpenGL状态、特性设置等,大体包括: 颜色设置:
glClearColor
、glShadeModel 纹理设置:glEnable、glGenTextures等
Ocean2006
·
2011-10-12 19:00
工作
框架
心形图案
auxInitDisplayMode(AUX_SINGLE|AUX_RGBA); auxInitPosition(0,0,500,500); auxInitWindow(argv[0]);
glClearColor
TremendousTurtle
·
2011-05-02 19:00
图
openGL 小例子
auxInitDisplayMode(AUX_SINGLE|AUX_RGBA); auxInitPosition(0,0,300,300); auxInitWindow(argv[0]);
glClearColor
TremendousTurtle
·
2011-05-02 13:00
OpenGL
openGL 例子
**argv){auxInitDisplayMode(AUX_SINGLE|AUX_RGBA);auxInitPosition(0,0,300,300);auxInitWindow(argv[0]);
glClearColor
xinfuqizao
·
2011-05-02 13:00
buffer
float
图形
旋转的正方体
include <GL/glut.h>GLfloat rquad; //立方体旋转角度void init(void){
glClearColor
·
2011-03-05 21:00
转
旋转立方体(opengl)
include <GL/glut.h>GLfloat rquad; //立方体旋转角度void init(void){
glClearColor
·
2011-03-05 21:00
OpenGL
帧缓存操作
glClearColor
,glClear,glClearDepth
1.
glClearColor
:设置颜色缓存的清除值 C语言描述 void
glClearColor
(GLfloat red, GLfloat green, GLfloat
y150988451
·
2010-11-16 15:00
C++
c
C#
OpenGL png图片 纹理贴图,去除png图片黑边
1.初始化 protectedvoidinit(GL10gl){//Setupbackgroundcolorgl.
glClearColor
(1,1,1,1);gl.glEnable(GL10.GL_BLEND
cjkwin
·
2010-11-16 11:00
filter
float
Blend
Matrix
testing
textures
android学习笔记之3D--(02)-OPenGL ES常用API
OPenGLES常用API: GL_TRIANGLE_STRIP: 连续画三角形GL_TRIANGLE_FAN: 画三角扇形
glClearColor
(0.f,0.f,0.f,1.f); //
GEOLO
·
2010-10-22 10:00
android
api
buffer
byte
图形
Matrix
OpenGL robot手臂的实现
OpenGLrobot手臂的实现#include#includestaticintshoulder=0,elbow=0,thumb=0,littlethumb=0;voidinit(void){
glClearColor
If I Rest I Rust!!!!!!!!!!
·
2010-10-12 20:00
opengl 相机 视口 详解
本文使用的是glut库:#include"stdafx.h"#include voidinit(void){
glClearColor
(0.0f,0.0f,0.0f,0.0f);}voiddisplay
tmljs1988
·
2010-10-08 22:00
最简单的opengl动画
include "stdafx.h" #include<GL/glut.h> static GLfloat spin=0.0; void init() {
glClearColor
gumuguo
·
2010-10-07 18:00
360
glutWireTeapot()尝鲜
includevoidRenderScene(void){glClear(GL_COLOR_BUFFER_BIT);glutWireTeapot(0.6f);glFlush();}voidSetupRC(void){
glClearColor
codexy
·
2010-03-15 20:00
sample OpenGL project in VS2008
sampleOpenGLprojectinVS2008 1 1 2 2 #include "GL\glut.h" 3 3 4 4 void Render() 5 5 { 6 6
glClearColor
doneykoo [Ouditian]
·
2010-01-27 14:00
openGL颜色的改变
glclearcolor
()用来设置清除屏幕颜色后屏幕的颜色。2.画图时的颜色用glcolor3f()或glindexi()来设置。
justmeh
·
2010-01-14 22:00
画棋盘—OpenGL
使用C++#include#include#include#include#include#include//////////////////////////////////voidmyInit(){
glClearColor
yeqiu712
·
2009-12-15 19:00
c
测试
buffer
画恐龙--通过OpenGL
include#include///////////////////////////////myInit////////////////////////////////voidmyInit(void){
glClearColor
yeqiu712
·
2009-12-15 17:00
ios
buffer
图形
OPenGL ES 关键API小结
OPenGL ES常用API:
glClearColor
( 0.f, 0.f, 0.f, 1.f ); // 设置模式窗口的背景颜色,颜色采用的是RGBA值
seya
·
2009-12-05 18:00
.net
Blog
F#
OPenGL ES 关键API小结
阅读更多OPenGLES常用API:
glClearColor
(0.f,0.f,0.f,1.f);//设置模式窗口的背景颜色,颜色采用的是RGBA值glViewport(0,0,iScreenWidth,
seya
·
2009-12-05 18:00
F#
.net
Blog
Practice2- 使用OpenGL ES画点
public void onSurfaceCreated( GL10 gl, EGLConfig config ){ gl.
glClearColor
( 0.0f,
seya
·
2009-11-25 01:00
thread
J#
performance
10月16日_昨天写的一段小程序,没有达到预期的目标_By risky
谢谢#include #include #include static GLfloat x=0.0;static GLfloat y=0.0;void init(){
glClearColor
(0.0,0.0,0.0
天地之灵学习小组
·
2008-10-16 21:00
给出一个OpenGL扩展应用的实例
#includeusingnamespacestd;voidinit(void){
glClearColor
(1.0,1.
zhzociboss
·
2008-09-15 17:00
video
buffer
扩展
Blend
相册
keyboard
c&OpenGL实现计算机图形学:双步绘制直线法绘制菱形
voidinit(void){
glClearColor
(1.0,1.0,1.0,0.0); glMatrixMode(GL_PROJECTION); gluOrtho2D(-150.0,150.0,-
justrun2005
·
2006-04-14 02:00
c
buffer
include
图形
math.h
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他