Searched refs:reserve_vertex_normals (Results 1 – 9 of 9) sorted by relevance
408 mesh.reserve_vertex_normals(vertex_count); in create_vertices()502 mesh->reserve_vertex_normals(6); in create_cube()
97 void reserve_vertex_normals(const size_t count);
79 object.reserve_vertex_normals(vertex_count); in compute_smooth_vertex_normals_base_pose()
179 void MeshObject::reserve_vertex_normals(const size_t count) in reserve_vertex_normals() function in renderer::MeshObject
682 object.reserve_vertex_normals(triangle_count * 3); in unshare_normals()
170 .def("reserve_vertex_normals", &MeshObject::reserve_vertex_normals) in bind_mesh_object()
141 blender_mesh->reserve_vertex_normals(bl_vert_count); in export_mesh_blender79()
366 m_mesh->reserve_vertex_normals(m_cube->get_vertex_normal_count() * cube_count); in initialize_assembly()
716 as_obj->reserve_vertex_normals(n_count); in walk()