Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
blender | |
blender::io | |
blender::io::stl | |
Functions | |
Mesh * | blender::io::stl::read_stl_binary (FILE *file, Main *bmain, char *mesh_name, bool use_custom_normals) |
Variables | |
const size_t | blender::io::stl::BINARY_HEADER_SIZE = 80 |
const size_t | blender::io::stl::BINARY_STRIDE = 12 * 4 + 2 |