add VertexRef
This commit is contained in:
parent
f46f887472
commit
e7f7ca4b3f
9
WFObj.h
9
WFObj.h
@ -72,6 +72,15 @@ protected:
|
|||||||
float data[4];
|
float data[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class VertexRef
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
VertexRef() : vertex(0), texture(0), normal(0) {}
|
||||||
|
int vertex;
|
||||||
|
int texture;
|
||||||
|
int normal;
|
||||||
|
};
|
||||||
|
|
||||||
/* methods */
|
/* methods */
|
||||||
void clear();
|
void clear();
|
||||||
void processInputLine(const std::string & input);
|
void processInputLine(const std::string & input);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user