|
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <gl/glut.h>
#include <math.h>
#define MAX_V 40000
#define MAX_F 80000
FILE *fp;
struct Vertex {
float x, y, z; //x,y,z coordinates
};
struct Tri {
long vertIDs[3]; //edge information
};
struct Me
|
- 페이지 12페이지
- 가격 5,000원
- 등록일 2020.11.05
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|