Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_volume_to_mesh.hh
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | |||||
| void fill_mesh_from_openvdb_data(const Span<openvdb::Vec3s> vdb_verts, | void fill_mesh_from_openvdb_data(const Span<openvdb::Vec3s> vdb_verts, | ||||
| const Span<openvdb::Vec3I> vdb_tris, | const Span<openvdb::Vec3I> vdb_tris, | ||||
| const Span<openvdb::Vec4I> vdb_quads, | const Span<openvdb::Vec4I> vdb_quads, | ||||
| int vert_offset, | int vert_offset, | ||||
| int poly_offset, | int poly_offset, | ||||
| int loop_offset, | int loop_offset, | ||||
| MutableSpan<float3> vert_positions, | MutableSpan<float3> vert_positions, | ||||
| MutableSpan<MPoly> polys, | MutableSpan<MPoly> polys, | ||||
| MutableSpan<MLoop> loops); | MutableSpan<int> corner_verts); | ||||
| #endif | #endif | ||||
| } // namespace blender::bke | } // namespace blender::bke | ||||