The depth of field model.
More...
The depth of field model.
- See also
- DepthOfFieldSettings, DepthOfField
◆ Value
Enumerator |
---|
NONE | Pinhole lens, circle of confusion is always zero.
|
PHYSICAL | In this model, the circle of confusion is determined by the Gaussian lens model for an ideal single-lens camera.
|
ARTIST | In this model, the circle of confusion is determined by linear interpolation between depth stops in an explicit gradient:
eye nearBlurryPlaneZ nearSharpPlaneZ farSharpPlaneZ farBlurryPlaneZ <) | . . |
| |
|
◆ DepthOfFieldModel() [1/6]
G3D::DepthOfFieldModel::DepthOfFieldModel |
( |
const G3D::String & |
x | ) |
|
|
inlineexplicit |
◆ DepthOfFieldModel() [2/6]
G3D::DepthOfFieldModel::DepthOfFieldModel |
( |
const G3D::Any & |
a | ) |
|
|
inlineexplicit |
◆ DepthOfFieldModel() [3/6]
G3D::DepthOfFieldModel::DepthOfFieldModel |
( |
char |
v | ) |
|
|
inlineexplicit |
◆ DepthOfFieldModel() [4/6]
G3D::DepthOfFieldModel::DepthOfFieldModel |
( |
| ) |
|
|
inline |
◆ DepthOfFieldModel() [5/6]
G3D::DepthOfFieldModel::DepthOfFieldModel |
( |
const Value |
v | ) |
|
|
inline |
◆ DepthOfFieldModel() [6/6]
G3D::DepthOfFieldModel::DepthOfFieldModel |
( |
int |
v | ) |
|
|
inlineexplicit |
◆ classname()
static const char* G3D::DepthOfFieldModel::classname |
( |
| ) |
|
|
inlinestatic |
◆ count()
static int G3D::DepthOfFieldModel::count |
( |
| ) |
|
|
inlinestatic |
◆ deserialize()
◆ hashCode()
unsigned int G3D::DepthOfFieldModel::hashCode |
( |
| ) |
const |
|
inline |
◆ nthValue()
static Value G3D::DepthOfFieldModel::nthValue |
( |
int |
n | ) |
|
|
inlinestatic |
◆ operator int()
G3D::DepthOfFieldModel::operator int |
( |
| ) |
const |
|
inline |
◆ operator Value()
G3D::DepthOfFieldModel::operator Value |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator+()
◆ operator++()
◆ operator+=()
◆ operator-()
◆ operator--()
◆ operator-=()
◆ operator<() [1/2]
bool G3D::DepthOfFieldModel::operator< |
( |
const Value |
other | ) |
const |
|
inline |
◆ operator<() [2/2]
◆ operator<=() [1/2]
bool G3D::DepthOfFieldModel::operator<= |
( |
const Value |
other | ) |
const |
|
inline |
◆ operator<=() [2/2]
◆ operator=()
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ operator>() [1/2]
bool G3D::DepthOfFieldModel::operator> |
( |
const Value |
other | ) |
const |
|
inline |
◆ operator>() [2/2]
◆ operator>=() [1/2]
◆ operator>=() [2/2]
bool G3D::DepthOfFieldModel::operator>= |
( |
const Value |
other | ) |
const |
|
inline |
◆ serialize()
◆ toAny()
G3D::Any G3D::DepthOfFieldModel::toAny |
( |
| ) |
const |
|
inline |
◆ toString()
const char* G3D::DepthOfFieldModel::toString |
( |
| ) |
const |
|
inline |