Blender  V3.3
bmesh_wireframe.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
9 #pragma once
10 
18  float offset,
19  float offset_fac,
20  float offset_fac_vg,
21  bool use_replace,
22  bool use_boundary,
23  bool use_even_offset,
24  bool use_relative_offset,
25  bool use_crease,
26  float crease_weight,
27  int defgrp_index,
28  bool defgrp_invert,
29  short mat_offset,
30  short mat_max,
31  bool use_tag);
ATTR_WARN_UNUSED_RESULT BMesh * bm
void BM_mesh_wireframe(BMesh *bm, float offset, float offset_fac, float offset_fac_vg, bool use_replace, bool use_boundary, bool use_even_offset, bool use_relative_offset, bool use_crease, float crease_weight, int defgrp_index, bool defgrp_invert, short mat_offset, short mat_max, bool use_tag)
ccl_gpu_kernel_postfix ccl_global float int int int int float bool int offset