Blender  V3.3
DNA_meta_defaults.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 /* Struct members on own line. */
10 /* clang-format off */
11 
12 /* -------------------------------------------------------------------- */
16 #define _DNA_DEFAULT_MetaBall \
17  { \
18  .size = {1, 1, 1}, \
19  .texflag = MB_AUTOSPACE, \
20  .wiresize = 0.4f, \
21  .rendersize = 0.2f, \
22  .thresh = 0.6f, \
23  }
24 
27 /* clang-format on */