This reference page is linked to from the following overview topics: Data types & properties.
Rendering engine. More...
#include
<kaydaradef.h>#include <fbsdk/fbmanipulator.h>#include <fbsdk/fbcomponent.h>#include <fbsdk/fbmodel.h>#include <fbcontrols/fbcontrols.h>Go to the source code of this file.
Rendering engine.
Definition in file fbrenderer.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbrenderer.h.
| typedef class FBSDK_DLL FBArrayTemplate<FBPickInfos> FBPickInfosList |
typedef class FBSDK_DLL FBArrayTemplate<FBPickInfos> FBPickInfosList
Definition at line 249 of file fbrenderer.h.
| enum FBDisplayMode |
Model display options.
Definition at line 71 of file fbrenderer.h.
| enum FBStereoDisplayMode |
Definition at line 80 of file fbrenderer.h.
{
kFBStereoDisplayCenterEye = 0,
kFBStereoDisplayLeftEye,
kFBStereoDisplayRightEye,
kFBStereoDisplayActive,
kFBStereoDisplayHorizontalInterlace,
kFBStereoDisplayCheckerboard,
kFBStereoDisplayAnaglyph,
kFBStereoDisplayAnaglyphLuminance,
kFBStereoDisplayFreeviewParallel,
kFBStereoDisplayFreeviewCrossed,
kFBStereoDisplayModeCount = 10
};
| enum FBDisplayWhat |
Model display mask This mask determines what types of models are displayed by the renderer.
Definition at line 99 of file fbrenderer.h.
{
kFBDisplayNone = 0,
kFBDisplayNull = (1 << 0),
kFBDisplayMarker = (1 << 1),
kFBDisplaySkeleton = (1 << 2),
kFBDisplayCenter = (1 << 3),
kFBDisplayLight = (1 << 4),
kFBDisplayCamera = (1 << 5),
kFBDisplay3dIcon = (1 << 6),
kFBDisplayAll = 0xff
};
| enum FBPickingMode |
3D picking mode.
Definition at line 113 of file fbrenderer.h.
| enum FBDeviceKeyboardKey |
Keyboard keys (for input).
Definition at line 122 of file fbrenderer.h.
{
kFBDKeyPageUp,
kFBDKeyPageDown,
kFBDKeyEnd,
kFBDKeyHome,
kFBDKeyArrowLeft,
kFBDKeyArrowUp,
kFBDKeyArrowRight,
kFBDKeyArrowDown,
kFBDKeyReturn,
kFBDKeyEscape,
kFBDKeySpace,
kFBDKey1,
kFBDKey2,
kFBDKey3,
kFBDKey4,
kFBDKey5,
kFBDKey6,
kFBDKey7,
kFBDKey8,
kFBDKey9,
kFBDKey0,
kFBDKeyF1,
kFBDKeyF2,
kFBDKeyF3,
kFBDKeyF4,
kFBDKeyF5,
kFBDKeyF6,
kFBDKeyF7,
kFBDKeyF8,
kFBDKeyF9,
kFBDKeyF10,
kFBDKeyF11,
kFBDKeyF12
};
| __FB_FORWARD | ( | FBRenderer | ) |
| FB_FORWARD | ( | FBView | ) |
| FB_DEFINE_COMPONENT | ( | FBSDK_DLL | , |
| Renderer | |||
| ) |
| FB_FORWARD | ( | FBViewingOptions | ) |
| FB_DEFINE_ENUM | ( | FBSDK_DLL | , |
| DeviceKeyboardKey | |||
| ) |
| bool operator== | ( | const FBPickInfos & | pLhs, |
| const FBPickInfos & | pRhs | ||
| ) |
| __FB_FORWARD | ( | FBViewerInfos | ) |
| FB_DEFINE_COMPONENT | ( | FBSDK_DLL | , |
| ViewerInfos | |||
| ) |