Struct IOFlags
Defined in File Types.h
Struct Documentation
-
struct IOFlags
Common IO flags for reading and writing.
Public Functions
-
inline IOFlags()
Public Members
-
bool use_binary = true
read / write binary format
-
bool use_vertex_normals = false
read / write vertex normals
-
bool use_vertex_colors = false
read / write vertex colors
-
bool use_vertex_texcoords = false
read / write vertex texcoords
-
bool use_face_normals = false
read / write face normals
-
bool use_face_colors = false
read / write face colors
-
bool use_halfedge_texcoords = false
read / write halfedge texcoords
-
inline IOFlags()