Merge branch 'master' into patch-2
commit
c8d50dc83f
|
@ -150,7 +150,7 @@ AI_WONT_RETURN void B3DImporter::Fail(const string &str) {
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
int B3DImporter::ReadByte() {
|
int B3DImporter::ReadByte() {
|
||||||
if (_pos > _buf.size()) {
|
if (_pos >= _buf.size()) {
|
||||||
Fail("EOF");
|
Fail("EOF");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ __Importers__:
|
||||||
- B3D
|
- B3D
|
||||||
- [BLEND](https://en.wikipedia.org/wiki/.blend_(file_format))
|
- [BLEND](https://en.wikipedia.org/wiki/.blend_(file_format))
|
||||||
- [BVH](https://en.wikipedia.org/wiki/Biovision_Hierarchy)
|
- [BVH](https://en.wikipedia.org/wiki/Biovision_Hierarchy)
|
||||||
- CMS
|
- CSM
|
||||||
- COB
|
- COB
|
||||||
- [DAE/Collada](https://en.wikipedia.org/wiki/COLLADA)
|
- [DAE/Collada](https://en.wikipedia.org/wiki/COLLADA)
|
||||||
- [DXF](https://en.wikipedia.org/wiki/AutoCAD_DXF)
|
- [DXF](https://en.wikipedia.org/wiki/AutoCAD_DXF)
|
||||||
|
|
Loading…
Reference in New Issue