Manages a Overlay object, which is used to blend external images on top of SketchUp rendering.
More...
|
(Note that these are not member functions.)
|
enum | SUOverlayBeginFrameInfoVersion : uint32_t |
| Available versions for the SUOverlayCreateInfo::version field.
|
|
enum | SUOverlayDrawFrameInfoVersion : uint32_t |
| Available versions for SUOverlayDrawFrameInfo::version.
|
|
enum | SUOverlayImageFormat : uint8_t |
| Supported image formats.
|
|
enum | SUOverlayImageOrientation : uint8_t |
| Supported image orientations.
|
|
enum | SUOverlayCreateInfoVersion : uint32_t |
| Available versions for the SUOverlayCreateInfo::version field.
|
|
typedef struct SUBoundingBox3D(* | SUOverlayGetExtentsFuncT )(SUOverlayRef, void *) |
| Signature for SUOverlayCreateInfo::get_extents callback.
|
|
typedef void(* | SUOverlayBeginFrameFuncT )(SUOverlayRef, const struct SUBeginFrameInfo *, void *) |
| Signature for SUOverlayCreateInfo::begin_frame callback.
|
|
typedef void(* | SUOverlayDrawFrameFuncT )(SUOverlayRef, struct SUOverlayDrawFrameInfo *, void *) |
| Signature for SUOverlayCreateInfo::draw_frame callback.
|
|
typedef void(* | SUOverlayEndFrameFuncT )(SUOverlayRef, void *) |
| Signature for SUOverlayCreateInfo::end_frame callback.
|
|
typedef void(* | SUOverlayStartFuncT )(SUOverlayRef, void *) |
| Signature for SUOverlayCreateInfo::start callback.
|
|
typedef void(* | SUOverlayStopFuncT )(SUOverlayRef, void *) |
| Signature for SUOverlayCreateInfo::stop callback.
|
|
enum SUResult | SUModelCreateOverlay (SUModelRef model, const struct SUOverlayCreateInfo *info, SUOverlayRef *overlay) |
| Creates an overlay and adds it to the model. More...
|
|
enum SUResult | SUModelReleaseOverlay (SUModelRef model, SUOverlayRef *overlay) |
| Releases the overlay after removing it from the model. More...
|
|
#define | SUOVERLAY_BEGIN_FRAME_INFO_VERSION |
| Current version of the SUBeginFrameInfo struct.
|
|
#define | SUOVERLAY_DRAW_FRAME_INFO_VERSION |
| Current version of SUOverlayDrawFrameInfo struct.
|
|
#define | SUOVERLAY_CREATE_INFO_VERSION |
| Current version of the SUOverlayCreateInfo struct.
|
|
enum SUResult | SUOverlayEnable (SUOverlayRef overlay, bool enabled) |
| Enables or disables an overlay. More...
|
|
Manages a Overlay object, which is used to blend external images on top of SketchUp rendering.