Mercurial > hg > Game > Cerium
comparison Renderer/Engine/polygon.cc @ 1047:f87218eed9fc draft
broken texure ( h/w != 2^n ) protection
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 08 Dec 2010 05:38:45 +0900 |
parents | e9a64c42e5d0 |
children | 294bc9364bee |
comparison
equal
deleted
inserted
replaced
1046:a4d00a3c4fb7 | 1047:f87218eed9fc |
---|---|
11 #include "SpanC.h" | 11 #include "SpanC.h" |
12 #include "scene_graph_pack.h" | 12 #include "scene_graph_pack.h" |
13 #include "error.h" | 13 #include "error.h" |
14 #include "viewer_types.h" | 14 #include "viewer_types.h" |
15 using namespace std; | 15 using namespace std; |
16 | |
17 //extern int decode(char *cont, char *file_name); | |
18 extern int decode(char *cont, FILE *outfile); | |
19 | 16 |
20 | 17 |
21 Polygon::Polygon(void) | 18 Polygon::Polygon(void) |
22 { | 19 { |
23 xyz[0] = 0; | 20 xyz[0] = 0; |