Home
last modified time | relevance | path

Searched refs:has_tex_coords (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/
H A Dimesh_mesh.cxx54 if (this->has_tex_coords() == TEX_COORD_NONE) in merge()
57 if (other.has_tex_coords() == TEX_COORD_ON_VERT) { in merge()
60 else if (other.has_tex_coords() == TEX_COORD_ON_CORNER) { in merge()
67 else if (this->has_tex_coords() == other.has_tex_coords()) in merge()
231 if (valid.size() == this->num_faces() && has_tex_coords()) in set_valid_tex_faces()
H A Dimesh_operations.cxx175 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) { in imesh_quad_subdivide()
203 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_CORNER) { in imesh_quad_subdivide()
207 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_CORNER) { in imesh_quad_subdivide()
282 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) { in imesh_quad_subdivide()
380 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) in imesh_submesh_from_faces()
406 if (mesh.has_tex_coords()) in imesh_submesh_from_faces()
H A Dimesh_fileio.cxx334 if (mesh.has_tex_coords()) { in imesh_write_obj()
344 bool write_extra = mesh.has_tex_coords() || verts.has_normals(); in imesh_write_obj()
365 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_CORNER) { in imesh_write_obj()
368 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) in imesh_write_obj()
626 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) { in imesh_write_vrml()
H A Dimesh_mesh.h121 tex_coord_type has_tex_coords() const { return tex_coord_status_; } in has_tex_coords() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/algo/
H A Dimesh_project.cxx500 if (!mesh.faces().has_normals() || !mesh.has_tex_coords()) in imesh_project_onto_mesh_texture()
515 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) { in imesh_project_onto_mesh_texture()
550 if (!mesh.has_tex_coords()) in imesh_project_texture_to_barycentric()
555 if (mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT) in imesh_project_texture_to_barycentric()
886 assert(mesh.has_tex_coords()); in imesh_project_texture_to_3d_map()
961 assert(mesh.has_tex_coords()); in imesh_project_barycentric_to_texture()
H A Dimesh_render.cxx88 assert(mesh.has_tex_coords() == imesh_mesh::TEX_COORD_ON_VERT); in imesh_render_textured()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_export_textured_mesh_process.cxx217 std::cout<<mesh.has_tex_coords()<<std::endl; in boxm2_export_textured_mesh_process()