tests: add new testing model solid_one_facet.be_stlb
This commit is contained in:
parent
edff3f77f8
commit
02dc1f734a
BIN
tests/models/solid_one_facet.be_stlb
Normal file
BIN
tests/models/solid_one_facet.be_stlb
Normal file
Binary file not shown.
@ -110,6 +110,11 @@ const char* test_stl_read()
|
|||||||
GMIO_STL_FORMAT_BINARY_LE,
|
GMIO_STL_FORMAT_BINARY_LE,
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
|
{ "models/solid_one_facet.be_stlb",
|
||||||
|
GMIO_ERROR_OK,
|
||||||
|
GMIO_STL_FORMAT_BINARY_BE,
|
||||||
|
NULL
|
||||||
|
},
|
||||||
{ "models/solid_one_facet_uppercase.stla",
|
{ "models/solid_one_facet_uppercase.stla",
|
||||||
GMIO_ERROR_OK,
|
GMIO_ERROR_OK,
|
||||||
GMIO_STL_FORMAT_ASCII,
|
GMIO_STL_FORMAT_ASCII,
|
||||||
@ -220,6 +225,12 @@ void generate_stlb_tests_models()
|
|||||||
&mesh,
|
&mesh,
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
|
gmio_stl_write_file(
|
||||||
|
GMIO_STL_FORMAT_BINARY_BE,
|
||||||
|
"models/solid_one_facet.be_stlb",
|
||||||
|
&mesh,
|
||||||
|
NULL,
|
||||||
|
NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user