Open Inventor Reference
|
#include <Inventor/SbBox.h>
#include <Inventor/SbViewportRegion.h>
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFRotation.h>
#include <Inventor/fields/SoSFVec3f.h>
#include <Inventor/fields/SoSFEnum.h>
Go to the source code of this file.
Classes | |
class | SoCamera |
Abstract base class for camera nodes. More... | |
Macros | |
#define | SO_ASPECT_SQUARE 1.00 /* Square (1.000) */ |
Commonly used camera aspect ratios. | |
#define | SO_ASPECT_VIDEO 1.333333333 /* Video (0.75) */ |
#define | SO_ASPECT_35mm_ACADEMY 1.371 /* 35mm, Academy ap (.72939460) */ |
#define | SO_ASPECT_16mm 1.369 /* 16mm cinema (.730460189) */ |
#define | SO_ASPECT_35mm_FULL 1.33333 /* 35mm cinema, full ap (0.75) */ |
#define | SO_ASPECT_70mm 2.287 /* 70 mm unsqueezed (.43725404) */ |
#define | SO_ASPECT_CINEMASCOPE 2.35 /* Cinemascope (.425531914) */ |
#define | SO_ASPECT_HDTV 1.777777777 /* HDTV (16:9) */ |
#define | SO_ASPECT_PANAVISION 2.361 /* Panavision (.423549343) */ |
#define | SO_ASPECT_35mm 1.5 /* 35mm still camera (.666666) */ |
#define | SO_ASPECT_VISTAVISION 2.301 /* Vistavision (.434593654) */ |
#define SO_ASPECT_16mm 1.369 /* 16mm cinema (.730460189) */ |
Definition at line 244 of file SoCamera.h.
#define SO_ASPECT_35mm 1.5 /* 35mm still camera (.666666) */ |
Definition at line 250 of file SoCamera.h.
#define SO_ASPECT_35mm_ACADEMY 1.371 /* 35mm, Academy ap (.72939460) */ |
Definition at line 243 of file SoCamera.h.
#define SO_ASPECT_35mm_FULL 1.33333 /* 35mm cinema, full ap (0.75) */ |
Definition at line 245 of file SoCamera.h.
#define SO_ASPECT_70mm 2.287 /* 70 mm unsqueezed (.43725404) */ |
Definition at line 246 of file SoCamera.h.
#define SO_ASPECT_CINEMASCOPE 2.35 /* Cinemascope (.425531914) */ |
Definition at line 247 of file SoCamera.h.
#define SO_ASPECT_HDTV 1.777777777 /* HDTV (16:9) */ |
Definition at line 248 of file SoCamera.h.
#define SO_ASPECT_PANAVISION 2.361 /* Panavision (.423549343) */ |
Definition at line 249 of file SoCamera.h.
#define SO_ASPECT_SQUARE 1.00 /* Square (1.000) */ |
Definition at line 241 of file SoCamera.h.
#define SO_ASPECT_VIDEO 1.333333333 /* Video (0.75) */ |
Definition at line 242 of file SoCamera.h.
#define SO_ASPECT_VISTAVISION 2.301 /* Vistavision (.434593654) */ |
Definition at line 251 of file SoCamera.h.