added prototype of interpret_texture_name
This commit is contained in:
parent
07d2259700
commit
c5b331ff66
|
@ -30,6 +30,9 @@ of Greg Turk and on the work of Claudio Rocchini
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.4 2005/11/12 07:07:47 cignoni
|
||||||
|
Changed Offset types to remove warnings
|
||||||
|
|
||||||
Revision 1.3 2005/01/03 10:35:59 cignoni
|
Revision 1.3 2005/01/03 10:35:59 cignoni
|
||||||
Improved the compatibility for ply format for faces having the list size (e.g. number of vertexes of a face) as a char instead of a uchar.
|
Improved the compatibility for ply format for faces having the list size (e.g. number of vertexes of a face) as a char instead of a uchar.
|
||||||
Added a couple of new face descriptors, corrected a bug in error reporting function (and restructured) and translated a few comments.
|
Added a couple of new face descriptors, corrected a bug in error reporting function (and restructured) and translated a few comments.
|
||||||
|
@ -318,6 +321,8 @@ protected:
|
||||||
PlyElement * FindElement( const char * name );
|
PlyElement * FindElement( const char * name );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void __interpret_texture_name(const char*a, const char*fn, char*output);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue