VirtualCameraToBitmap
From K-3D
Description
| Renders the scene to a bitmap using OpenGL |
| Plugin Status: | Experimental |
| Categories: | All Plugins, Experimental Plugins, Bitmap Plugins, Test Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Output Bitmap | Output bitmap | k3d::bitmap* | output_bitmap |
| Camera | Camera | k3d::inode* | camera |
| Render Engine | Render Engine | k3d::inode* | render_engine |
| Width | Bitmap width | k3d::int32_t | width |
| Height | Bitmap height | k3d::int32_t | height |
Overview
VirtualCameraToBitmap is a Virtual Plugin that captures the output of a Camera as a bitmap image using offscreen rendering techniques. It can be used for batch rendering or regression tests. Depending on your hardware, the actual work will be performed by GLXCameraToBitmap or WGLCameraToBitmap.

