-
首页
-
C4D R23.110 C++ SDK
#include <c4d_spc.h>
详细描述
Spherical camera context and parameters.
Private
.
-
由于
-
R19
构造函数 & 析构函数文档编制
◆
SpcInfo()
[1/2]
Default constructor.
◆
SpcInfo()
[2/2]
Copy constructor.
-
参数
-
成员函数文档编制
◆
operator=()
Assigment operator.
-
参数
-
◆
IsEnabled()
Checks if SPC is available.
-
返回
-
true
if SPC is available, otherwise
false
.
Member Data Documentation
◆
_range
Spherical camera range (as specified by the user).
◆
_crange
Computed range (if _fitFrame option enabled).
◆
_fitFrame
Rendering always fit frame.
◆
_stereoMode
The stereo mode:
StereoModeTypes
.
◆
_mapping
The rendering mapping format:
MappingFormatTypes
.
◆
_layout
The stereo layout:
LayoutStereoTypes
.
◆
_nw
Width normalizing factor.
◆
_nh
Height normalizing factor.
◆
_xmin
Rendering bounding-box minimum X.
◆
_ymin
Rendering bounding-box minimum Y.
◆
_xmax
Rendering bounding-box maximum X.
◆
_ymax
Rendering bounding-box maximum Y.
◆
_eyeSeparation
Eye separation (in mm).
◆
_focalDistance
Focal distance (in mm).
◆
_eyeNeckDistance
Eye neck distance (in mm).
◆
_smoothTop
Top pole smoothing type:
SmoothingType
.
◆
_smoothBottom
Bottom pole smoothing type:
SmoothingType
.
◆
_topAngle
The top angle at which the smoothing takes place.
◆
_bottomAngle
The bottom angle at which the smoothing takes place.
◆
_topExp
Top exponential smoothing.
◆
_bottomExp
Bottom exponential smoothing.