Blender V5.0
BKE_subdiv_deform.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
12#include "BLI_span.hh"
13
14struct Mesh;
15
16namespace blender::bke::subdiv {
17
18struct Subdiv;
19
30 const Mesh *coarse_mesh,
31 MutableSpan<float3> vert_positions);
32
33} // namespace blender::bke::subdiv
struct Mesh Mesh
void deform_coarse_vertices(Subdiv *subdiv, const Mesh *coarse_mesh, MutableSpan< float3 > vert_positions)