Blender V4.3
DNA_meta_defaults.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11/* clang-format off */
12
13/* -------------------------------------------------------------------- */
17#define _DNA_DEFAULT_MetaBall \
18 { \
19 .texspace_size = {1, 1, 1}, \
20 .texspace_flag = MB_TEXSPACE_FLAG_AUTO, \
21 .wiresize = 0.4f, \
22 .rendersize = 0.2f, \
23 .thresh = 0.6f, \
24 }
25
28/* clang-format on */