|
Ethan’s Fan
<파워포인트> 프로그램 소개
프로그램 기능 및 소스 설명
시연
|
- 페이지 21페이지
- 가격 6,000원
- 등록일 2011.04.22
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
0);
glutCreateWindow("Solar");
glutReshapeFunc(myReshape);
setLighting();
glutDisplayFunc(display);
glutIdleFunc(idle);
glutMouseFunc(mouse);
glEnable(GL_DEPTH_TEST);
myinit();
glutMainLoop();
}
▼Default 회전 ▼마우스 클릭으로 시점 변환
REPORT
컴퓨터 그래픽스 태양계
|
- 페이지 5페이지
- 가격 1,500원
- 등록일 2011.12.10
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <gl/glut.h>
int first=0;
float x1,x2,y1,y2;
//첫째점 저장 변수와 둘째점, 끝점을 저장할 변수를 선언
GLsizei wh=500, ww=500;
void init(void){
glClearColor(1.0,1.0,1.0,0.0);
}
void display(void
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2011.12.10
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
opengl32")
#pragma comment (lib,"glu32")
#pragma comment (lib,"glut32")
#include <stdlib.h>
#include <GL/glut.h>
#define DEGINRAD 3.14/180
GLfloat colors[][3] = {{0,0,0},{255,0,0},
{255,255,0}, {0,255,0}, {0,0,255},
{255,0,255}, {255,255,255}, {0,255,255}};
GLflo
|
- 페이지 5페이지
- 가격 2,500원
- 등록일 2011.12.10
- 파일종류 피피티(ppt)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
사각형 그리기
#pragma comment (lib,"opengl32")
#pragma comment (lib,"glu32")
#pragma comment (lib,"glut32")
#include <GL/glut.h>
GLfloat rect[4][2]={{-1050,-1050},{1050,-1050},{1050,1050},{-1050,1050}};
void myinit(void)
{
/* 속성들 */
/*검은 배경,흰색 사각형 - 첫번째
|
- 페이지 6페이지
- 가격 1,000원
- 등록일 2011.12.10
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|