Blender  V3.3
Functions
scene/camera.cpp File Reference
#include "scene/camera.h"
#include "scene/mesh.h"
#include "scene/object.h"
#include "scene/scene.h"
#include "scene/stats.h"
#include "scene/tables.h"
#include "device/device.h"
#include "util/foreach.h"
#include "util/function.h"
#include "util/log.h"
#include "util/math_cdf.h"
#include "util/task.h"
#include "util/time.h"
#include "util/vector.h"
#include "kernel/device/cpu/compat.h"
#include "kernel/device/cpu/globals.h"
#include "kernel/camera/camera.h"

Go to the source code of this file.

Functions

static CCL_NAMESPACE_BEGIN float shutter_curve_eval (float x, array< float > &shutter_curve)
 
 NODE_DEFINE (Camera)
 

Function Documentation

◆ NODE_DEFINE()

NODE_DEFINE ( Camera  )

◆ shutter_curve_eval()

static CCL_NAMESPACE_BEGIN float shutter_curve_eval ( float  x,
array< float > &  shutter_curve 
)
static

Definition at line 29 of file scene/camera.cpp.

References CCL_NAMESPACE_BEGIN::frac(), lerp(), array< T, alignment >::size(), and x.