|
Blender
V2.93
|
#include "bvh/bvh_build.h"#include "bvh/bvh_binning.h"#include "bvh/bvh_node.h"#include "bvh/bvh_params.h"#include "bvh_split.h"#include "render/curves.h"#include "render/hair.h"#include "render/mesh.h"#include "render/object.h"#include "render/scene.h"#include "util/util_algorithm.h"#include "util/util_foreach.h"#include "util/util_logging.h"#include "util/util_progress.h"#include "util/util_queue.h"#include "util/util_simd.h"#include "util/util_stack_allocator.h"#include "util/util_time.h"Go to the source code of this file.
Functions | |
| static size_t | count_curve_segments (Hair *hair) |
| static size_t | count_primitives (Geometry *geom) |
|
static |
Definition at line 290 of file bvh_build.cpp.
References Hair::get_curve(), Hair::num_curves(), and Hair::Curve::num_keys.
Referenced by count_primitives().
|
static |
Definition at line 300 of file bvh_build.cpp.
References count_curve_segments(), Geometry::geometry_type, Geometry::HAIR, Geometry::MESH, mesh, Mesh::num_triangles(), and Geometry::VOLUME.
Referenced by BVHBuild::add_references().