Blender V4.5
blender/texture.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 "RNA_blender_cpp.hh"
8
9#include "util/types.h"
10
12
13void point_density_texture_space(BL::Depsgraph &b_depsgraph,
14 BL::ShaderNodeTexPointDensity &b_point_density_node,
15 float3 &loc,
16 float3 &size);
17
CCL_NAMESPACE_BEGIN void point_density_texture_space(BL::Depsgraph &b_depsgraph, BL::ShaderNodeTexPointDensity &b_point_density_node, float3 &loc, float3 &size)
Definition texture.cpp:32
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition btDbvt.cpp:52
#define CCL_NAMESPACE_END