Blender V4.3
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#ifndef __CURVES_H__
6#define __CURVES_H__
7
8#include "util/array.h"
9#include "util/types.h"
10
11#include "scene/hair.h"
12
14
15class Device;
16class DeviceScene;
17class Progress;
18class Scene;
19
20void curvebounds(float *lower, float *upper, float3 *p, int dim);
21
46
48
49#endif /* __CURVES_H__ */
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, int dim)