Blender V5.0
scene/curves.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/array.h"
8#include "util/types.h"
9
11
12class Device;
13class DeviceScene;
14class Progress;
15class Scene;
16
17void curvebounds(float *lower, float *upper, float3 *p, const int dim);
18
43
array< int > curve_firstkey
array< bool > psys_closetip
array< float > psys_tipradius
array< int > psys_shader
array< float > curve_length
array< float4 > curve_vcol
array< float > curvekey_time
array< float > psys_rootradius
array< int > psys_firstcurve
array< int > psys_curvenum
array< float2 > curve_uv
array< float > psys_shape
array< int > curve_keynum
array< float3 > curvekey_co
#define CCL_NAMESPACE_END
void curvebounds(float *lower, float *upper, float3 *p, const int dim)